Change default itemdelimiter

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
MisMel
Posts: 7
Joined: Thu Dec 13, 2012 11:12 pm

Change default itemdelimiter

Post by MisMel » Sun Feb 03, 2013 12:01 am

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.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9670
Joined: Wed May 06, 2009 2:28 pm
Location: New York, NY

Re: Change default itemdelimiter

Post by dunbarx » Sun Feb 03, 2013 1:21 am

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

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Change default itemdelimiter

Post by Klaus » Sun Feb 03, 2013 7:41 pm

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?
:D


Best

Klaus

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”