Hi myself,

a (stupid) mistake. It should have been:

   insert/dup tail s " " mod - length? s max

, but my mod function isn't a mezzanine (can be found in
http://www.sweb.cz/LMecir/rounding.r)

----- Original Message -----
From: "Ladislav Mecir" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 3:32 PM
Subject: [REBOL] Re: curious use of LENGTH?


Hi Joel,

even

    while [((length? s) // max) <> 0] [append s " "]

looks unusual to me. I normally use:

    insert/dup tail s " " max - ((length? s) // max)

Cheers
    Ladislav



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to