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

Joined: 04 May 2012 Posts: 14
|
Posted: Thu May 10, 2012 4:50 am Post subject: Solved:Adding bullet to impress with chr(129) (newbie) |
|
|
Hi,
I am trying to add bullet point and I tried using chr(129) however, it doesn't work. This is being used with insertString. This seems strange as most posts suggests using this special character.
text.insertString(Cursor," "&"Test" &Chr(129) &"Test",False)
Any help to get me started is appreciated.
Thank you very much.
Last edited by zizi on Wed May 16, 2012 3:25 pm; edited 1 time in total |
|
| Back to top |
|
 |
DVezina OOo Advocate

Joined: 29 Sep 2006 Posts: 248 Location: Orlando
|
Posted: Fri May 11, 2012 5:57 am Post subject: |
|
|
Bullet is 8226
The best way to look up special character values is to open an instance of OpenOffice and select Insert -> Special Characters.
Find the character you want and click on it. The hex value will be displayed in the menu. In this case 2022. Convert the hex to decimal |
|
| Back to top |
|
 |
zizi General User

Joined: 04 May 2012 Posts: 14
|
Posted: Wed May 16, 2012 3:26 pm Post subject: |
|
|
Thanks for teaching me  |
|
| Back to top |
|
 |
|