L
Les2011
Guest
I found the Unicode character to display the pi symbol as U+iD70B but when I try to use it vb does not like the format.
In the past I have worked with many Unicode symbols using their code. ie the code for the square root symbol is &H221A and all I do is
Dim u2 as Char = ChrW(&H221A) and it works fine! Can someone tell me what I am missing?
Thanks,
Les
Continue reading...
In the past I have worked with many Unicode symbols using their code. ie the code for the square root symbol is &H221A and all I do is
Dim u2 as Char = ChrW(&H221A) and it works fine! Can someone tell me what I am missing?
Thanks,
Les
Continue reading...