Jump to content

Charactars?


Aconx
 Share

Recommended Posts

Hi

If I have two Strings that i whant to display in msgbox but on different lines, can I add a something inbewean the thrings to make a br?

ex.

$line3 = $line1 + '\n' + $line2

MsgBox(4096, "", $line3)

'\n' did not work but it dose in c++ and so on

Link to comment
Share on other sites

Hi

If I have two Strings that i whant to display in msgbox but on different lines, can I add a something inbewean the thrings to make a br?

ex.

$line3 = $line1 + '\n' + $line2

MsgBox(4096, "", $line3)

'\n' did not work but it dose in c++ and so on

concatenate in @lf or @cr or @crlf

msgbox(0,"title","Line 1" & @lf & "Line 2")

LF = linefeed

CR = carraige return

***edit*** too slow... good job CS

Edited by cameronsdad
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...