Gets the step size used to walk through the for statement.

Syntax

Smartsite SXML CopyCode image Copy Code
integer this.step()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Integer The step by which the loop variable is incremented.

Used in

Macro Description
For Executes statements a given number of times.

Expand image Example

SXML