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
--Rob Cozens CCW, Serendipity Software Company http://www.oenolog.net/who.htm
"And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631) _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
