| Smartsite SXML |  Copy Code | 
|---|---|
| <se:for from="0" to="10" step="3">
{this.index()}
</se:for> | |
| Example Result |  Copy Code | 
|---|---|
| 0 3 6 9 | |
| Smartsite SXML |  Copy Code | 
|---|---|
| <se:for from="0" to="10" step="3">
{this.index()}
</se:for> | |
| Example Result |  Copy Code | 
|---|---|
| 0 3 6 9 | |