Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Glenn QHi,
I have a string field that I am trying to truncate so I am only left with the first five characters in the string. E.g.
Currently:
abcdefghi
bcdefghij
I would like to convert this to:
abcde
bcdef
I am unsure how to go about it. Does anyone have any suggestions?
Any assistance would be greatly appreciated!
Thanks,
Glenn