On 9/26/06 11:11 PM, "Ken Ray" <[EMAIL PROTECTED]> wrote:

>  put format("tell app \"TextEdit\" to get the text of the front document")
> into cmd
Thanks for the reminder, Ken.  Usually I am merging variables in the string
(like SQL) so I have gotten into the merge syntax habit since it is very
compact and easy to organize long strings.

Example:
 put  merge("" & \
        "fldrC`=[[currFldrOrig]]`[[ansRowid]]"  &  \
        "pathhidC`=[[ansRowid]][[zUsr]][[cdid]]" & \
        "datemodC`=[[the short date]]" & \
        "timemodC`=[[the long time]]" & \
        "cmtC`=[[noww]]}new folder created" & \
        "parentidF`=[[parentid]]" & \
        "")  into columnValueList

then my handler converts this to the correct UPDATE SQL syntax

Jim Ault
Las Vegas


_______________________________________________
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