Mikey,

Try this:

  put the long name of field "Field Name" into myFld
  put the text of myFld

While running this syntax, make sure that you are aware of what is in the variable myFld, e.g. by changing the last line into

  put myFld & cr & the text of myFld

Good luck with this.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html for more info.

On 3 jul 2008, at 22:55, Mikey wrote:

GAH!  OK, if I
put field fieldname

or put (there is a field fieldname) I get a failure.

However if I
do "put field "&&fieldname
or
do "put there is a field"&&fieldname

I get success.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to