Re: TIDs case insensitive?
Re: TIDs case insensitive?
- Subject: Re: TIDs case insensitive?
- From: Timothy Bates <email@hidden>
- Date: Sun, 11 Mar 2001 01:31:28 +1100
In a message dated 3/9/01 5:45:29 AM, Nigel Garvey wrote:
>
delimiters {":"} could have their own scope blocks:
>
using delimiters{":"}
>
set fred to text items of pathString
>
... blah blah blah ...
>
end using
This is an improvement.
My Own wishlist version is to be able to say
get text items string using delimiters {":"}
iTim