Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
LabelText.Replace("^2", "²");
quote:Originally posted by cpyangYour own solution is the answer. Labtalk code must in ANSI text so unicode cannot be used.CP
LabelText.Replace("^2", "\x(00b2)");