Set to false in a RealCode Class constructor to perform your own looping (or no looping at all)
| Visual Basic |
Protected Property AutoLoop As Boolean
This can only be used on the Class tab for a RealCode class and only in the constructor
Examples
Example:
CopyVB.NET
sub new AutoLoop = false end sub