Jump to content

Dialogs


Josh`

Recommended Posts

Okay, I have an edit box, and I want to click a button and retrieve the 2nd word, along with the rest of the stuff in the edit box.. Basically just like "$2-" you just don't want the first word, just everything after it.

 

So would I use something like "$did(ID,$2-).text" or something?

 

Help would be apreciated! biggrin.gif

 

Thanks in advance,

~Josh

Link to comment
Share on other sites

Okay, I have an edit box, and I want to click a button and retrieve the 2nd word, along with the rest of the stuff in the edit box.. Basically just like "$2-" you just don't want the first word, just everything after it.

 

So would I use something like "$did(ID,$2-).text" or something?

 

Help would be apreciated! biggrin.gif

 

Thanks in advance,

~Josh

Try something like this.

$replace($did(ID).text,$1,$chr(32))

 

I haven't tried this, yet. So, I don't know if it will work, but give it a try, and let me know. smile.gif

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
×
×
  • Create New...