If you are working with any version from 7.0 upwards you should be able to "just" do this:

put whatever & TAB & *numToCodePoint(8226)* & anothervar & CR after tDGText

give it a try and revert to me :)

Best, Richmond.

On 18.05.2016 18:55, Klaus major-k wrote:
Hi Richmond,

Am 18.05.2016 um 17:45 schrieb RM <richmondmathew...@gmail.com>:

Dear Klaus,

As Macintosh and Windows versions of Livecode, and the 2 operating systems, are 
Unicode compliant
as long as you use the Unicode compliant bullet-point symbol [Hex 2022, Decimal 
8226] there should
be no reason why it should not cross from Mac to Windows without going "funny".

http://www.unicode.org/charts/PDF/U2000.pdf
OK, thank you!

Please pardon my ignorance, but how can I create a tab delimited text list
(for a datagrid) that contains this bullet?
...
put whatever & TAB & XXX & anothervar & CR after tDGText
## Where XXX should be the bullet...
...

Any pointer appreciated :-)

Richmond.
Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to