On Mon, 11 Dec 2000 12:07:34 -0800, you wrote:

>>> uno: 1
>>> myname: skip myname -uno   <-doesnt work
>>> myname: skip myname -1        <-it works. but I want this on a variable
        That's because -uno has no value. change the -uno to (-1 *
uno) and it will work

>
>>> LE: length? myname
>>> print myname/LE  <-doesnt work
>>> print myname/3    <-this path works, but I want this on a variable

        Print  pick myname LE

Marc Lombart
mailto:[EMAIL PROTECTED]
ICQ UIN 3337155

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

Reply via email to