Hi all,
I use zenon Supervisor v7.6.
Old project have array of 200 intern bool variables.
Is there possibility to disband that array and make all varibles individual?
BR,
MK
Hi all,
I use zenon Supervisor v7.6.
Old project have array of 200 intern bool variables.
Is there possibility to disband that array and make all varibles individual?
BR,
MK
So I have Error.flags array of 200 bools. My idea is to convert it to individual varible...
Error.flags[0], Error.flags[1].....Error.flags[199] can it be easily converted to inividual variables...
Error.flags0, Error.flags1 etc. with all attributes that it have before....
Thanks in advance,
MK
There is no built-in way to do this in the editor.
You could export the array variables to xml, replace the brackets [] in the exported files with nothing and then reimport the variables from this file. I don't know if this really works - be sure to make a backup from your project before reimporting. This also doesn't change your array variables, it creates new variables with the same attributes. You would have to replace the old variables by the new ones in all places (pictures, functions, archives...)