Welsh Posted October 9, 2005 Posted October 9, 2005 hey, once again another quick question. I have an input box but i want to save what the user puts in the box as a variable. how would i do that? mattsk42 1 [center].: If I Ask A Question, Thanks For The Help! :.[/center][center].: Welsh :.[/center]
Guest Mixture63 Posted October 9, 2005 Posted October 9, 2005 (edited) Welsh said: hey, once again another quick question. I have an input box but i want to save what the user puts in the box as a variable. how would i do that? $MyVariable = InputBox("Enter you name now or you will be shot in the streets.")Not only can you pass stuff to functions, but functions can give stuff back to you.So you just do $MyVariable = TheFunc() and that functions, (if it is a return func) will give stuff back. Edited October 9, 2005 by Mixture63
Welsh Posted October 9, 2005 Author Posted October 9, 2005 Mixture63 said: $MyVariable = InputBox("Enter you name now or you will be shot in the streets.")Now only can you pass stuff to functions, but functions can give stuff back to you.So you just do $MyVariable = TheFunc() and that functions, (if it is a return func) will give stuff back.thanks, after posting it i found it in the help file, but thanks anyway. [center].: If I Ask A Question, Thanks For The Help! :.[/center][center].: Welsh :.[/center]
Guest Mixture63 Posted October 9, 2005 Posted October 9, 2005 Welsh said: thanks, after posting it i found it in the help file, but thanks anyway.ok. How old are you btw?
Welsh Posted October 9, 2005 Author Posted October 9, 2005 Mixture63 said: ok. How old are you btw?16 and why? [center].: If I Ask A Question, Thanks For The Help! :.[/center][center].: Welsh :.[/center]
Guest Mixture63 Posted October 9, 2005 Posted October 9, 2005 (edited) Welsh said: 16 and why?No reason.I'm 14. Edited October 9, 2005 by Mixture63
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now