ID:150638
 
how would i make an input box come up on the screen of src?

i tried M << input("blah","blah") in list ("blah1","blah2")

thanks

Rcet
Rcet wrote:
how would i make an input box come up on the screen of src?

i tried M << input("blah","blah") in list ("blah1","blah2")

thanks

Rcet

input(Usr=usr,Message,Title,Default)

That's the reference dealie..

input(M,"What are you?","What are you?","Silly Goose") as text
In response to Vortezz
Vortezz wrote:
Rcet wrote:
how would i make an input box come up on the screen of src?

i tried M << input("blah","blah") in list ("blah1","blah2")

thanks

Rcet

input(Usr=usr,Message,Title,Default)

That's the reference dealie..

input(M,"What are you?","What are you?","Silly Goose") as text


thanks alot =)