itemdelimiter

If you find an issue in LiveCode but are having difficulty pinning down a reliable recipe or want to sanity-check your findings with others, this is the place.

Please have one thread per issue, and try to summarize the issue concisely in the thread title so others can find related issues here.

Moderator: Klaus

Post Reply
Bernard13
Posts: 4
Joined: Thu Aug 27, 2015 10:15 am

itemdelimiter

Post by Bernard13 »

using LC 7.06, mac OS 10.8.5, french, I get the surprising result :
itemdelimiter in the message box single line = ";"
item delimiter in the message box multiple lines = ","
which works as expected, i.e. differently depending on the number of lines ;-)
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: itemdelimiter

Post by Klaus »

Bonjour Bernard13,

1. welcome to the forum! :D
2. What exactly is the problem or question?
Sorry, don't get it?


Best

Klaus
jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7423
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: itemdelimiter

Post by jacque »

Klaus, I think the first line has a semi-colon.

Bernard, I don't see that. I get a comma in both cases.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
Bernard13
Posts: 4
Joined: Thu Aug 27, 2015 10:15 am

Re: itemdelimiter

Post by Bernard13 »

I still see the problem on another machine, OS 10.9.5 (french version), LC 7.02 :
asking for itemdelimiter in the single line message box gets ";" and "a" is among items of "a,b" is false, whereas item delimiter is "," in the multiple lines message box and "a" is among items of "a,b" is true !!!!
may be due to the french localisation of the system ?
Bernard13
Posts: 4
Joined: Thu Aug 27, 2015 10:15 am

Re: itemdelimiter

Post by Bernard13 »

Fortunately, the default itemdelimiter is "," throughout the programs I write !
Post Reply