Printable View
how can i remove the last 3 letters of a text string ?
VB Code: strtext = left$(strtext, len(strtext) - 3)
strtext = left$(strtext, len(strtext) - 3)