Returning last character of a string

Ripley

Registered User.
Local time
Today, 10:15
Joined
Aug 4, 2006
Messages
148
Hello.

Is they anyway to return the last character of a string?

for example:

Dim strA as string
Dim strB as integer

strA = "12345ABC"

I need some code to return the "C" in strB.
 

Users who are viewing this thread

Back
Top Bottom