I was wondering if someone could tell me if there is a way to use the split function to split a string up and then give me the total number of substrings and store them so I may trim them to create load numbers for example
Post Office
and then
split it so it is
Post Office and I would want to trim it to
PO
I figured once I split them I could use the left function to trim them to the first character
any help would be greatly appreciated
jd erd