It is possible to call a function like this:

put myFunctionXYZ() of stack myStack into myValue

Where myStack is a full path/name to a stack file?

Hi Dave,


The answer is "No"; but if myFunctionXYZ is in the script of stack myStack, one can:

        start using stack myStack
        put myFunctionXYZ() into myValue

Ahhh, ok I'll try that, I have this elsewhere I will try it.


Thanks a lot
Dave

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to