At 4:21 PM +0000 12/20/2006, Dave wrote:
>Hi All,
>
>I am calling a function in another stack using the value function. This code 
>work great:
>
>    get value("Initialize(" & myEnableFlag & ")", myStackFileName)
>
>But how can I add another parameter to the call? The following gives an 
>execution error:
>
>    get value("Initialize(" & myEnableFlag & "," & myString & ")", 
> myStackFileName)


Try wrapping it in "do":

  do "get value(" & quote & "Initialize(" & myEnableFlag,myString & ")" & 
quote,myStackFileName & ")"

Very strange-looking, but it works.
-- 
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to