Page 1 of 1
Change default itemdelimiter
Posted: Sun Feb 03, 2013 12:01 am
by MisMel
Is there any way to change the default itemdelimiter in Livecode? I use tab-delimited files exclusively and would like to change it from comma to tab. I know I can do this within each handler, but this is tedious, and requires me to remember an unnecessary step while programming. I would like to be able to just set it at the beginning of my code and not have to change it again for each handler.
Re: Change default itemdelimiter
Posted: Sun Feb 03, 2013 1:21 am
by dunbarx
This is a native default property, so I think this has to be declared in each handler, since it is reset to comma at idle time. I am wondering if there is a way to do this, but because the property is so locally tied to individual handlers, I am not sure it is possible.
Maybe a stickie note on your keyboard?
Craig Newmam
Re: Change default itemdelimiter
Posted: Sun Feb 03, 2013 7:41 pm
by Klaus
Hi MisMel,
you can only LOCALY set the itemdelimiter, it will always reset to COMMA after the "setting" handler has finished.
Ah, and welcome to the forum
dunbarx wrote:Maybe a stickie note on your keyboard?
Best
Klaus