Manuals/calci/GENERATENATURAL

From ZCubes Wiki
Jump to navigation Jump to search
GENERATENATURAL(Range, HowMany)


  • is the range between which numbers are displayed.
  • is the count as how many numbers are to be displayed.

Description

  • This function displays natural numbers within the specified range.
  • and are positive integer values.

Examples

  1. GENERATENATURAL(10,4) = 5 0 4 9
  2. GENERATENATURAL(100,6) = 95 91 78 8 27 70
  3. GENERATENATURAL(5,10) = 3 4 0 3 0 0 1 1 3

Related Videos

See Also

References