Page 1 of 1

multiplatform invisible char

Posted: Wed Nov 13, 2013 12:13 pm
by jmburnod
Hi All,

I look for an invisible char to separate each letter of a word or an other way to get the position of the cliqued char.
Is it reasonable to use numtochar(0)

Thanks for help

Best regards
Jean-Marc

Re: multiplatform invisible char

Posted: Wed Nov 13, 2013 3:59 pm
by Mark
Hi Jean-Marc,

The NULL char will get you in trouble.

To get the position of the clicked char, use the clickCharChunk. (Section 3.2 of my book).

Kind regards,

Mark

Re: multiplatform invisible char

Posted: Wed Nov 13, 2013 5:00 pm
by jmburnod
Thank again Mark,

I use clickCharChunk and it work fine for what I havo to do
Kind regards
Jean-Marc