Jump to content

Recommended Posts

Posted (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 by avery
www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...