Jump to content

Recommended Posts

Posted

hi i have a question.... i'm wandering how i can set a enter in a $var

so not this

$value = this is a story about autoit.

but this

$value = this is a story

about autoit

how i can do that ???

Posted

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
Posted

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...

Broken link? PM me and I'll send you the file!

Posted

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

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...