I am trying to use the per mille symbol in an Excel cell but it does not work. My code is:
- Code: Select all Expand view
- oSheet:Cells( nK, 2 ):value := "‰"
But the cell appears blank. What is the correct way to achieve this?
Thanks
oSheet:Cells( nK, 2 ):value := "‰"
HB_SETCODEPAGE( "UTF8EX" )
oSheet:Cells( nK, 2 ):value := HB_UTF8ToStr( "‰" )
HB_SETCODEPAGE( "PTISO" )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 28 guests