the_lord_mephy 0 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] Share this post Link to post Share on other sites
Matt @ MPCS 0 Posted September 9, 2004 Look at the StringRight function. Example: $character = StringRight($tempword, 1) *** Matt @ MPCS Share this post Link to post Share on other sites
Jon 1,010 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) Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites