zxtnt09 Posted October 27, 2015 Posted October 27, 2015 (edited) Hi guys,how can i use something like this :$Me = GUICtrlCreateEdit("", 5, 5, 200, 200) $R = GUICtrlRead($Me) ControlSend("Untitled - Notepad","",15,"Hello " & $R & " bye")It's Meant for each line in "GUICtrlCreateEdit" we see some thing like this : Line 1 > Hello Sarah byeLine 2 > Hello John byeLine 3 > Hello X byeLine 4 > Hello Y byeAnd in output we see : - For every line in our "CreateEdit" Thanks and sorry for my bad english Edited October 27, 2015 by zxtnt09 output
JohnOne Posted October 27, 2015 Posted October 27, 2015 Use StringSplit with the newline character as the delimiter.That will give you an array of lines.Loop through it. zxtnt09 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
zxtnt09 Posted October 27, 2015 Author Posted October 27, 2015 Use StringSplit with the newline character as the delimiter.That will give you an array of lines.Loop through it. can you please give me some little code ? i can not understand without code
Moderators JLogan3o13 Posted October 27, 2015 Moderators Posted October 27, 2015 Sure, look at StringSplit in the help file. Has a wonderful "little code" you can review. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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