ID:169464
 
Ok, if a variable is defined under a verb, how could you access that variable from another verb?
You can't. The only way you could is to keep it as a variable of an object, keep it as a global variable, or pass it as a parameter.
In response to Hazman