T O P I C R E V I E W |
kencedric |
Posted - 02/09/2012 : 08:06:57 AM Hi, Is there anyway possible to write special symbol like "alpha" in origin with labtalk code? can ASCII code be helpfull? thx |
1 L A T E S T R E P L I E S (Newest First) |
Echo_Chu |
Posted - 02/10/2012 : 03:28:27 AM Hi,
I assume you want to write "alpha" in a text object in Origin with labtalk. You can use escape sequence to get it. For example, if you already has a text object named text, you can update the text with codes below
text.text$="\g(a)"
Echo OriginLab Corp. |
|
|