Reply to Re: scope
If you don't have an account, just leave the password field blank.
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")?