Nothing more than an index'd variable.
DutyVars(LoopCount) = 50
(not code below...)
If loopcount = 1 then the following two lines are equivalent
-DutyVars(1) = 50
-loopcount = 1 : DutyVars(loopcount) = 50
At least I think that's what you were asking about.
If that's what you were asking, the book explanation is in Chapter 4.5 of the manual...if not...whoops! My bad![]()
Bookmarks