Value of function from a group NOT in the message path

Troy Rollins troy at rpsystems.net
Wed Jun 16 00:07:05 EDT 2004


I have a "getter" function in a group NOT in the message path, which 
seems to confound the compiler in actually finding it... looks 
something like this

PUT value("myGetterFunction", group "Not in the message Path") into 
tResult

I've tried variations...

PUT value(myGetterFunction, group ID 1085) into tResult
PUT value("myGetterFunction", group ID 1085) into tResult


Is this not possible to do? It always put the string literal 
"myGetterFunction" into tResult, which is obviously pretty useless. How 
does one get a return from a function which is not in the message path?

Thanks.
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net



More information about the use-livecode mailing list