AKazak
Russia 1228 Posts
LabelText.Replace("^2", "");
LabelText.Replace("^2", "\x(00b2)");
cpyang
USA 1406 Posts
quote:Originally posted by cpyangYour own solution is the answer. Labtalk code must in ANSI text so unicode cannot be used.CP