giorg70 Posted July 28, 2006 Posted July 28, 2006 Is it possible to read the last character in a string and, if it isn't an expected value, add some characters to the end? Thanks in advance
Busti Posted July 28, 2006 Posted July 28, 2006 $String = "abc" $String = StringRight($String,1) if $String <> "c" Then exit My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Moderators SmOke_N Posted July 28, 2006 Moderators Posted July 28, 2006 Answered here:http://www.autoitscript.com/forum/index.ph...st&p=214082 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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