The Dink Network

Reply to Variable scope and set_callback_random()

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:
 
 
February 14th, 12:22 AM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
Just wondering if a local variable declared in the main() procedure of a script is accessible/read by a custom procedure that is called via the set_callback_random(); function.

It seems to me that it is... but I could be wrong.