I am attempting to optimize the speed of my process flows and my code in general and have therefore decided to use direct adresseing on labels as much as possible. I have created macros to adress labels on my objects by index rather by name, but when I try to do the same thing on a Process Flow token it fails.
Am I correct in assuming that getlabel cannot use the labels index when accessing it on a token? Why is that?
getlabel(token, numeric_Label_Index); vs. getlabel(token, "MyLabel");