removing last 3 characters from a string
tyson33Jan 28 2010 — edited Jan 29 2010Hi,
I am trying to make a script that removes the last 3 characters from all members in the entity dimension. The strings are variable in lenght, so the only way to do it is to remove the characters from the end.
I tried this, but it doesnt do the job:
NewEnt = Left(strField, Len(strField -3))
any help would be appreciated,
thanks!