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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to