Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
wks.col$(j).unit.TrimLeft("(");
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
int j = 2; string s$ = wcol(j)[U]$; s.TrimLeft("("); wcol(j)[U]$ = s$;