Reply to Re: scope
If you don't have an account, just leave the password field blank.
"The limit is 248 total globals LESS the number of slots you want to reserve for ALL local variables in ALL instances of ALL scripts that can be running at any given moment."
From the Greatest Document Of Recent Times, the DinkC Reference v3.1.
But one way around the limit (if you're just looking to pass variables from script-to-script on the same screen) is to heavily abuse editor_frame and editor_seq... though it could have some disastrous consequences if you don't set them back to their original values, which you'd need to store in variables... and hence the problem really isn't solved.
From the Greatest Document Of Recent Times, the DinkC Reference v3.1.
But one way around the limit (if you're just looking to pass variables from script-to-script on the same screen) is to heavily abuse editor_frame and editor_seq... though it could have some disastrous consequences if you don't set them back to their original values, which you'd need to store in variables... and hence the problem really isn't solved.