On Saturday, August 30, 2003, at 04:27 PM, Steve Gehlbach wrote:
put "This is a test" after gField -- fails, puts the text into the var
It's a feature. It puts the text (the long id of field "Test Field") into the var; like it should
Try: put "This is a test" after field gField
unless you need:
put (the long id of field "Test Field") & "This is a test" in the var gField
Mark
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
