Problem

Nyptop

Active Member
Licensed User
Longtime User
My Problem Is As follows:

How can you output what is in an edittext in an msg.
For example:

If MyNumber = 1 Then
Log("Hello world!")
Msgbox("Hello World" <edittext.text here>, "Hello world")
 

Nyptop

Active Member
Licensed User
Longtime User
thanks,

But what is you were to have text either side like this:

Msgbox ("hello world" & edittext.text "hello world", "Hello world"
 
Upvote 0
Top