cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Read greek symbol

ptc-2793288
1-Newbie

Read greek symbol

How to read greek symbol in mathcad V14 from VB.net using getValue. Please help
2 REPLIES 2
RichardJ
19-Tanzanite
(To:ptc-2793288)

The help is wrong. To use GetValue (or SetValue) with Greek characters you need to use the unicode representation. In VBscipt you can get that using the ChrW function, which returns a unicode character when given the ANSI code for the character. For example, alpha is:

Worksheet.GetValue(ChrW(945))

Richard

Thanks, it works!
Top Tags