void DefineLoop(Int32 Lower, Int32 Upper)
Set loop bounds in a single call.
| # | Name | Description |
|---|---|---|
| 1 | Lower | Lower index (Min). |
| 2 | Upper | Upper index (Max). |
Result: stored in self (calling object)
Set loop bounds in a single call.
| # | Name | Description |
|---|---|---|
| 1 | Lower | Lower index (Min). |
| 2 | Upper | Upper index (Max). |
Result: stored in self (calling object)