Using variable as a itemdelimiter
Posted: Sat Apr 11, 2009 12:52 am
Is the tab key always a numtochar(9)? I am trying to load the itemdelimiter with a variable. When the variable is a 'tab', I am getting a error - 'Source is not a character'.
Would it be safe to use the following for a tab delimiter?
Put numtochar(9) into gDelimiter
set itemdelimiter to gDelimiter
Or is there a better way? The value of the delimiter may change...which is why I don't harcode it:
ie. set itemdelimiter to tab
Thanks for any help!
Warren
Would it be safe to use the following for a tab delimiter?
Put numtochar(9) into gDelimiter
set itemdelimiter to gDelimiter
Or is there a better way? The value of the delimiter may change...which is why I don't harcode it:
ie. set itemdelimiter to tab
Thanks for any help!
Warren