[EMAIL PROTECTED] wrote:

> OK - how can I parse a line up until it strikes a number
>
> ie    bill123
>

Hi,

type following in console:

str: "Bill123"
num: charset "0123456789"
non-num: complement num

parse str [copy result some non-num (print result) to end]

Cheers,

-pekr-

>
> and return bill
>
> ??
>
> Francois

Reply via email to