> parse/all data [
>  some [
>   h: any " " copy num integer!

I must have missed this or knew it and lost it from memory, but I didn't
realise you could parse string data by specifying a datatype (I knew it for
blocks of course - they are already loaded).

So:

    >> parse {3} [integer!]
    == true

but

    >> parse {3-oct-2002} [date!]
    == false

Could some one educate me on this please :^)

Regards,
Brett.

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

Reply via email to