Sorry, I meant to ask for a variable example, not a
constant. My question is this then ...

How do I have my reusable stack introduce a global
variable that can be passed around in an application
that uses the stack? Can I declare a global variable
in the stack script of the reusable stack and then use
the 'start using' construct that was described
earlier?

Does this avoid having to declare the same global
variable in the rest of my app?

Best

Gordon

> e.g. my library stack contains ...
> 
> a constant called 'HalfCircle' with a value of 180.0
> 
> a function called 'degreestoradians' defined as
> 
> function degreestoradians degrees
>   return (degrees/180.0) * 3.1415926
> end function
> 
> How do I store these in my library stack?
> How do make them available to the rest of my app
when
> the library stack is loaded?
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to