whiteegg Posted December 29, 2009 Posted December 29, 2009 #include <String.au3> $s='A message box appears centered on screen and resizes according to the text it' $a=_StringBetween($s,"A","it") MsgBox(4096, "Test", $a, 10) i am writing above code but no get desired result .what it the problem
99ojo Posted December 29, 2009 Posted December 29, 2009 Hi, one short look in helpfile would have given you the clou: MsgBox(4096, "Test", $a [0], 10) ;-)) Stefan
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