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)
Thanks a lot
All the Best
Dave