ratacat 0 Posted March 10, 2005 Share Posted March 10, 2005 I know this can be done in c...but I haven't come up with any good way to do it in au3. ANy suggestions would be helpful? Link to post Share on other sites
herewasplato 3 Posted March 10, 2005 Share Posted March 10, 2005 StringLeft and StringRight might do for your simple example. More complex string management will require more complex solutions. $result = StringLeft("bc12", 2) MsgBox(0, "Leftmost 2 characters are:", $result) [size="1"][font="Arial"].[u].[/u][/font][/size] Link to post Share on other sites
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