Jump to content

Push data into Edit box


Recommended Posts

Hello All,

Right now I can only seem to push a single piece of data into and edit box (and either keep overwriting it, or just creata a long string of unbroken data).

I woul like to have my data formated like...

x0000 y1111 z2222

x3333 y4444 z5555

x6666 y7777 z8888

...

Any help for this noob is much appreciated.

~Thanks, Jim

Like a great blue salmon of Justice, the mighty Tick courses upstream to the very spawning ground of evil.

Link to comment
Share on other sites

_GUICtrlEdit_InsertText() will probably work for you

oh, and @CRLF will give you the line break that you want (used like: $variable & @CRLF & $variable2)

Hello All,

Right now I can only seem to push a single piece of data into and edit box (and either keep overwriting it, or just creata a long string of unbroken data).

I woul like to have my data formated like...

x0000 y1111 z2222

x3333 y4444 z5555

x6666 y7777 z8888

...

Any help for this noob is much appreciated.

~Thanks, Jim

Edited by maqleod
[u]You can download my projects at:[/u] Pulsar Software
Link to comment
Share on other sites

_GUICtrlEdit_InsertText() will probably work for you

oh, and @CRLF will give you the line break that you want (used like: $variable & @CRLF & $variable2)

Thank you very much for the response. I will give it a try when I get home.

~Jim

Like a great blue salmon of Justice, the mighty Tick courses upstream to the very spawning ground of evil.

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