Re: Mixt 'normal' and unicodeText in a field ???

2010-02-13 Thread Richmond Mathewson
On 13/02/2010 13:35, Björnke von Gierke wrote: put uniencode("and") into theText set the useUnicode to true set the unicodeText of fld "fKRAP" to numToChar(353)&& theText&& numToChar(353) Thanks; that's lovely. ___ use-revolution mailing list

Re: Mixt 'normal' and unicodeText in a field ???

2010-02-13 Thread Björnke von Gierke
put uniencode("and") into theText set the useUnicode to true set the unicodeText of fld "fKRAP" to numToChar(353) && theText && numToChar(353) On 13 Feb 2010, at 12:07, Richmond Mathewson wrote: > Cripes, I must be bonkers . . . :) > > Not really, just a bit cheesed off when I want to put s

Mixt 'normal' and unicodeText in a field ???

2010-02-13 Thread Richmond Mathewson
Cripes, I must be bonkers . . . :) Not really, just a bit cheesed off when I want to put something 'sophisticated' such as 'and' in between 2 unicode chars in a field where useUnicode is set to true I have to define it by numToChar(XXX) for each constituent character. For example: I wish