Jump to content

splashtext + new line


mgh2468
 Share

Recommended Posts

can you make a new line and not one all continuous?

SplashTextOn("Install", "Installing software, blah blah blah.blah blah blahblah blahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblah",-1,100,-1,-1,1,"Tahoma",18,1000)

Sleep(5000)

SplashOff()

MGH

Link to comment
Share on other sites

Yeah that is what I was looking for. I knew how to do it in 2.X but I am still getting used to 3.x. Cool stuff.

Thanks

M

Use @cr of @lf.

E.g.

$m = 'blahblahblahblahblahblahblah' & @lf &_

'blahblahbla' & @lf & _

'hblahblahblahblahblahblahblahblahblah'

SplashTextOn("Install",$m,-1,100,-1,-1,1,"Tahoma",18,1000)

Sleep(5000)

SplashOff()

<{POST_SNAPBACK}>

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