Jump to content

Joining Strings...


kra55
 Share

Recommended Posts

Hey Everyone resolved the last issue :D....

So with the following code for some reason i cant join the strings......

As it is atm it will display 0 is the msg box

if i remove the second gettext it will get the text from Edit one.

So based on this i feel the second gettext is the issue but i dont know exactly what i am doing wrong.....

Thank you in advance ;)

Dim $Adddet = "Test"

WinActivate("Details", "")

$Adddet = ControlGetText("Details", "", "Edit1")

$Adddet = $Adddet + " " + ControlGetText("Details", "", "ComboBox1")

MsgBox(0, "Tutorial", $Adddet)

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