Hello,
is it possible to index variable names in rapid?
lets say the variable is defined as VAR num VarToIndex. How can I do in rapid something like VarToIndex+1:=5; VarToIndex+2:= … and so on?
Is it possible to do it also with strings? like VarToIndex+“A”:= …; VarToIndex+“B”:… ? I have been trying to figure out what the right syntax is for indexing with numbers but I can’t figure it out. I would be more interesting to index it with strings but if that is not possible numbers are just fine.
Thank you very much