Beats me: I think I'll continue 'conjuring variables out of the air':

put "Who's afraid of undeclared variables?" && "bah, humbug!" into POOBAH :)

stephen barncard wrote:
2009/5/9 Richmond Mathewson <richmondmathew...@gmail.com>

What, if any, is the advantage of declaring variables in RR ?


Better error checking, I guess.


How do you declare variables in RR ?


local  tLocalVar = "This is a local string"
local x,y,z

global tGlobalvar = "This is a global string"




-------------------------
Stephen Barncard
San Francisco
http://barncard.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to