the_lord_mephy Posted September 9, 2004 Posted September 9, 2004 is there a way to find the last char in a string... lol am i the only one that needs help these days? My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
Matt @ MPCS Posted September 9, 2004 Posted September 9, 2004 Look at the StringRight function. Example: $character = StringRight($tempword, 1) *** Matt @ MPCS
Administrators Jon Posted September 9, 2004 Administrators Posted September 9, 2004 is there a way to find the last char in a string... lol am i the only one that needs help these days? He he. $string = "hello" $lastchar = StringRight($string, 1)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now