Jump to content

Defining String variable using multiple lines in the editor.


GZE
 Share

Recommended Posts

Hello

I need to define a long string with multiple lines.

This used to work but now i don't seem to get it going...

What am i doing wrong?

Kind regards,

GZE

$string="Shouldn't this work ..." & @CRLF & "_
like this?"
MsgBox("","",$string)
Link to comment
Share on other sites

Hello

I need to define a long string with multiple lines.

This used to work but now i don't seem to get it going...

What am i doing wrong?

Kind regards,

GZE

$string="Shouldn't this work ..." & @CRLF & "_
like this?"
MsgBox("","",$string)
$string="Shouldn't this work ..." & @CRLF & _
"like this?"
MsgBox("","",$string)

When the words fail... music speaks.

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