[OT] Careful

J. Landman Gay jacque at hyperactivesw.com
Fri Oct 27 14:02:20 EDT 2006


Bill Marriott wrote:
>> What I do want to know is how long it took you to type all those quotation 
>> marks.
> 
> Isn't it obvious?
> 
> on mouseup
>   put quote into fld 2
>   repeat for each word loadedWord in fld 1
>     put loadedWord & quote & comma & space & quote after fld 2
>   end repeat
>   put empty into char -1 of fld 2
> end mouseup
> 
> No real xTalk programmer would actually type all those "manually!" ;)

<Rises to challenge>

replace space with quote & comma & space & quote in fld 1
put quote & fld 1 & quote into fld 1

</challenge>

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list