Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Div
classapi-page

fluid.iota(count, first)

Section
Column
width70%

Returns an array of size count, filled with increasing integers, starting at 0 or at the index specified by first.

Code Block
javascript
javascript
bgColorwhite
borderStylenonejavascript
fluid.iota(count, first);

File name: FileName.js

Parameters

Span
classborderless-table

count

(integer) The desired number of entries in the array.

first

(integer) (optional) The starting value for the array values; Will default to 0

Return Value

Span
classborderless-table

Array

An array of the desired size.

Column
width5%

Column

See Also


Example