item delimiter
Scott Raney
raney at metacard.com
Wed Jun 5 12:19:01 EDT 2002
"J. Landman Gay" <jacque at hyperactivesw.com> wrote:
> There are some exceptions -- characters that cannot be typed and
> which a user can't enter into the text. I usually use numToChar(8)
> as a delimiter, because that's the Delete key -- and it is
> impossible for a user to type a delete character into the
> text. Another one I like is numToChar(3), which is the Enter key
> character, which also cannot be placed into the text. I've had good
> success using both of these. Someone else mentioned any of the ascii
> characters 1-6, which should also work fine.
If this is for cross-platform use, you should also keep in mind that
some of those characters get moved around when you move the stack from
a Mac to a PC or vice versa. 8 looks to be safe, but 1-7 are not.
Better run your proposed choice through the macToISO() or ISOToMac()
function to make sure it comes out the same as it went in...
Regards,
Scott
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
********************************************************
Scott Raney raney at metacard.com http://www.metacard.com
MetaCard: You know, there's an easier way to do that...
More information about the use-livecode
mailing list