What string function will cut off the last 3 characters from a string?
For example: if I had the string,
dim strtext as string = testcalls
I want to only return the strtext as test and take off the calls.
For example: if I had the string,
dim strtext as string = testcalls
I want to only return the strtext as test and take off the calls.
Comment