Something like Control in B4PPC ?

petrbury

Member
Licensed User
Longtime User
Hi,
In my SW for IOIO board I need to manage digital outputs named Out1, Out2 ... Out10. I'm not able to find out, how to do it by "indirect adressing".
I mean something like :

for i = 1 to 10
control("Out" & i).write = true
next

Could You help me with it, please?

Petr
 
Top