avery Posted June 17, 2008 Posted June 17, 2008 (edited) Awhile back I thought I read somewhere (checked the FAQ) that using a '\' at the end of a line would allow you to continue the rest on the following line. That is giving me syntax errors now.Anyone know how to make my run-on-madness end?ADVthanksANCE Edited June 18, 2008 by avery www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
someone Posted June 17, 2008 Posted June 17, 2008 What your looking for is _. As an example, MsgBox(4096,"", "This is a rather long line, so I " & _ "broke it with the underscore, _, character.") While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
avery Posted June 18, 2008 Author Posted June 18, 2008 What your looking for is _. As an example,MsgBox(4096,"", "This is a rather long line, so I " & _ "broke it with the underscore, _, character.")Thanks for the help www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
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