The Dink Network

Reply to Re: scope

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 27th 2003, 11:20 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
"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.