2009/5/9 Richmond Mathewson <[email protected]> > 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 [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
