[REBOL] Parsing hostnames Re:(3)
From: brett:codeconscious at: 17-Oct-2000 10:51
Hi Paul, first is not doing anything unusual to what you probably expected. More likely you didn't realise what parse is doing:>> hoststring: "rebol.dyndns.org"== "rebol.dyndns.org">> parse hoststring "."== ["rebol" "dyndns" "org"] Brett.