You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More experienced users wanted/needed persistent variables in order to code their ant strategies.
As they do not have access to a scope capable of doing this through the application, It is suggested that a few variables are created for them in style below.
int userNum1 = 0 ;
int userNum2 = 0;
...
boolean userBool1 = false;
...
String userString1 = '';
The text was updated successfully, but these errors were encountered:
More experienced users wanted/needed persistent variables in order to code their ant strategies.
As they do not have access to a scope capable of doing this through the application, It is suggested that a few variables are created for them in style below.
The text was updated successfully, but these errors were encountered: