Explicitly calling a Function is a Stack Script

David Burgun dburgun at dsl.pipex.com
Sun Apr 25 11:32:06 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

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

Thanks a lot
Dave



More information about the use-livecode mailing list