Hi Larry, Am 07.10.2014 um 00:25 schrieb <[email protected]> <[email protected]>:
> Hello, > > Can someone please tell me the syntax for putting words x to y from one > field/var to another? > > I tried: > put words 1 to 40 of field fld1 into field fld2 > but that doesn't work. > I don't even know how to look up the syntax! Sorry. avoid the plural :-) put word 1 to 40 of field "fld1" into field "fld2" > Thanks > Larry Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
