AKazak
Russia 1205 Posts
wks.col$(j).unit.TrimLeft("(");
Chris D
428 Posts
int j = 2; string s$ = wcol(j)[U]$; s.TrimLeft("("); wcol(j)[U]$ = s$;
quote:Originally posted by Chris DTry this. It's not a one-liner, but it'll have to do: int j = 2; string s$ = wcol(j)[U]$; s.TrimLeft("("); wcol(j)[U]$ = s$; Thanks,Chris DrozdowskiOriginlab Technical Support