Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

For Loop with Alias


TwoD Nov 9, 2019 12:28 AM

Hi,

Is it possible to use a For Loop to Alias a lot of variables particularily a 3x3 array?

For u= 1 To 4
Alias CalCF(1,u,2) = ZeroReading_ + u
Next

But apparently, illegal expression with u . Is there another way to do this? Feels like a pain having to write out each individual variable.

Cheers

Log in or register to post/reply in the forum.