I noticed today that to-pair returns none if it can't resolve a string down to a pair. This isn't consistant with what happens with to-integer though...
>> to-integer "blah" ** Script Error: Invalid argument: blah ** Where: to-integer ** Near: to integer! :value >> to-pair "blah" == none Is this intended behaviour? -- Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
