Problem with field references

Mark Schonewille m.schonewille at economy-x-talk.com
Thu Jul 3 17:24:12 EDT 2008


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.
>



More information about the use-livecode mailing list