Ace08 Posted October 12, 2010 Posted October 12, 2010 (edited) uhm guys another quick question? In vba and VBScript, it's very simple: Trim(myString) strips the blank space from the left and right side of a string. But in Autoit, the Trim function has a whole different meaning: StringTrimLeft trims a number of characters from the left hand side of a string. AutoIt does not have Trim(myString) How do I get the equivalentof the standard Trim function in AutoIt, to strip the blank characters from left and right end of string? Edited October 12, 2010 by Ace08 Work smarter not harder.My First Posted Script: DataBase
Ace08 Posted October 12, 2010 Author Posted October 12, 2010 Thanks a lot mison Work smarter not harder.My First Posted Script: DataBase
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