Is there a way to continue the command on a new line? My call to the MsgBox()
function is long, for readability, I want to do something like this:
$confirm = MsgBox(321, "Check Information", "Confirmation Number: " & @LF & "Amount: $")
This returns a syntax error and points to the end of the first line as the location of the error.
source share