The reserved word "quote" contains the quote character. More are tab, return 
(which is just cr, or cr/lf depending on the os), cr (just cr), lf (just lf), 
and there may be a few more. I like to put "`" into sq as a global in any 
database app I am working with, so I can say something like:

put sq before theColumnName;put sq after theColumnName

Bob


On Aug 8, 2011, at 4:03 PM, James Hurley wrote:

> How do I replace the quote character in a string using the "replace" command?
> 
> Replace [????] with "#" in tList
> 
> Jim Hurley
> 
> _______________________________________________
> 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


_______________________________________________
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