The Dink Network

Reply to 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, 07:02 PM
farmer.gif
let's say you ran a script, we'll call it box.c, and somewhere in that script, you called external() to another script, we'll call it dog.c. would the local variables from dog.c now apply to box.c as well (you could do something with the variables in dog.c from box.c)? and if not, how do i get them to without using global variables?