I realized with the script a routine standard for managing functions with the recipes and everything worked well, and that the problem would also need to set and / or reset a bit different for every point (which is different depending on recipe), I thought of combining a parameter where support one bit from the table of variables but when runs can only read it and when I try to write it gives me error, someone has done such a thing.
Example:
Code: Select all
Sub Scripts (Bit_A)
Bit_A = True //not work
End Sub
Thank you for any information