Explicitly calling a Function is a Stack Script

Rob Cozens rcozens at pon.net
Sun Apr 25 10:12:50 EDT 2004


>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)


More information about the use-livecode mailing list