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 26th 2003, 08:53 PM
farmer.gif
sorry i didn't give a whole lot of detail, but it's really hard to explain it in detail...since there's a global variable limit of about a hundred or so, i'm trying to make the best use of locals as i can because in my project i'm seriously coming close to the limit and i'm not even halfway through...let's say in dog.c (from above example) there's a variable called &dog, and i want to increase that variable by one in box.c...would &dog be accessible through box.c even if the local exists in dog.c if i called external("dog","nameofproc")?