Full justification

Alex Tweedly alex at tweedly.net
Sun Jul 31 11:29:01 EDT 2005


Thomas McGrath III wrote:

> This will take care of the extra spaces just create another button and 
> put this in it:
>
>
> on mouseUp
>   repeat for each word theword in field "field"
>     put theword & space after field "flush"
>   end repeat
>   beep
> end mouseUp
>
Won't that get confused by CRs and TABs (which are word boundary 
characters) and double-quoted strings (which are a single word, even if 
they contain spaces) ?

-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.6/59 - Release Date: 27/07/2005




More information about the use-livecode mailing list