TheSwamp

Code Red => VB(A) => Topic started by: iliekater on December 31, 2007, 05:34:20 PM

Title: Inserting the SECTION symbol in a textbox and later in a single line text
Post by: iliekater on December 31, 2007, 05:34:20 PM
Lately I am having headaches while I am trying to insert the section symbol (Ø) in a text box , the text of which will be later inserted in a single line text object . But I keep failing ... Although I can paste and copy the symbol in the text box, the result in the single line text is "O" !
I also noticed a few time ago that one can actually "summon" that symbol by writting "\U+2205" . But if I use that string , the result in the single line text is "U+2205" ...
Do you know a way I could insert the section symbol ?
Title: Re: Inserting the SECTION symbol in a textbox and later in a single line text
Post by: iliekater on December 31, 2007, 05:43:12 PM
Never mind ! :-)  :-)  :-) I found that I can use the code that is used to call it in a multiline text . Simply use "%%c" and it will be converted in the section symbol !