G
Guest
i'm trying to get rid of the underscore at the end of this string. I'm trying to count only the numeric characters.Any ideas???? HELP
Here is the code i have
FILE_NUMBER.Text = "123._____
Temp_File_Number = FILE_NUMBER.Tex
Temp_File_Number = LTrim(RTrim(Temp_File_Number)
FileNumLen = Len(Temp_File_Number
Any ideas???????
Here is the code i have
FILE_NUMBER.Text = "123._____
Temp_File_Number = FILE_NUMBER.Tex
Temp_File_Number = LTrim(RTrim(Temp_File_Number)
FileNumLen = Len(Temp_File_Number
Any ideas???????