Home Search

DriveWorks Pro 21
SppArithmeticSequence

Send Feedback

SppArithmeticSequence

Returns a pipebar (|) delimited list of the created arithmetic sequence.

Syntax

SppArithmeticSequence([Start Number],[End Number],[Increment])

Where:

Starting Number is the number to start the sequence.

End Number is the number to end the sequence.

Increment is the number to use as the arithmetic increment.

The function requires whole integers. Decimals above 1 will be rounded to the nearest whole integer.

Examples

RuleResultMeaning
SppArithmeticSequence(0,100,10)0|10|20|30|40|50|60|70|80|90|100This will return a sequence of numbers starting at 0 and ending at 100 with an increment of 10. This the sequence is returned separated by pipebars (|)