Jump to content

$variable


Recommended Posts

Read in the helpfile about operators, and macros. Not to be mean but this is a really easy thing, I don't want to just post the solution but if you can't get it show me what isn't working for you and I'll be happy to help.

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

I think he means that he wants to add a linebreak to his string:

Dim $string="this is a story"&@crlf&"about autoit."

but I could be wrong...

Haha I'm on the samepage as you. I didn't want to be rude not giving the guy an answer, but with 134 posts you kinda should know about & and line feeds, and whatnot. :)

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...