| View previous topic :: View next topic |
| Author |
Message |
whizzy General User

Joined: 14 May 2005 Posts: 42
|
Posted: Mon May 23, 2005 4:36 pm Post subject: unicode |
|
|
Does anyone know how to use unicode charcters in StarBasic.
Let me fully explain.
I've created a list box & would like some of the content to be wingding & webding characters, how do I go about this.
I assume I need to use the chr(number) command, but any number that does not represent an ascii characters is displayed as a box.
Regards
MARK |
|
| Back to top |
|
 |
SergeM Super User

Joined: 09 Sep 2003 Posts: 3211 Location: Troyes France
|
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Tue May 31, 2005 11:17 am Post subject: |
|
|
All characters of the listbox use the same font, which is one of the properties of the listbox displayed in the properties panel.
So it's probably useless to choose a wingding or other symbol font. |
|
| Back to top |
|
 |
|