Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 16.1.2 ]
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");
Solved! Go to Solution.