Hello All,

I've been given some good advice from a couple of people on this list about 
being sure to put quotes around object names.

So I'm going back through my code and doing that.

Question: If I'm using a variable as part of a field name, should it have 
quotes around it?
In other words, which of the two examples below is the right way to do it?

create field
set the name of the last field to (myfield & x)

OR

create field
set the name of the last field to ("myfield" & x)

??

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

Reply via email to