Manuals/calci/EVERYSET

From ZCubes Wiki
Jump to navigation Jump to search
EVERYSET (Array,Every,Skip)


  • is the set of values.
  • and is any real numbers.

Description

  • This function shows the numbers from the set.
  • In , is the set of numbers.
  • is the skip number.
  • indicates the starting number from the given set.
  • So this function shows the numbers with the respected skip value.

Examples

  1. EVERYSET(1..50,5,1) = 1 3 8 13 18 23 28 33 38 43 48
  2. EVERYSET(34..60,13,6) = 34 41 54
  3. EVERYSET((-90)..40,25,19) = -90 -70 -45 -20 5 30

Related Videos

SubSet

See Also

References