ratacat 0 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? Share this post Link to post Share on other sites
herewasplato 2 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] Share this post Link to post Share on other sites