Jump to content

Multi-lined strings


Recommended Posts

Hi, what I pretend is to change a control's text into another, but not only with one line, like having a line, a dot, and then keeping on the next line.

I have no idea how to do it, is this possible at all? All I can do is:

controlsettext( "window","", ID, "Hello this is some text.")

What I pretend is to set the text to something like this:

CODE
This is some text.

This is some text in another line.

But, if I set the new texto for instances:

$sText1 = ControlGetText("Window", "", ID)
Controlsettext("Window", "", 4, "" & $sText1 & _
"New text to be sent " & $Char1)

Same, I'd like to do obtain the results also to MsgBox's, would be really helpful.

Hope someone can explain me how to do these, it smells like a super easy thing that I didn't learn yet :) .

Thanks in advance.

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