Welsh Posted October 9, 2005 Share 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] Link to comment Share on other sites More sharing options...
Guest Mixture63 Posted October 9, 2005 Share Posted October 9, 2005 (edited) 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 Link to comment Share on other sites More sharing options...
Welsh Posted October 9, 2005 Author Share Posted October 9, 2005 $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] Link to comment Share on other sites More sharing options...
Guest Mixture63 Posted October 9, 2005 Share Posted October 9, 2005 thanks, after posting it i found it in the help file, but thanks anyway.ok. How old are you btw? Link to comment Share on other sites More sharing options...
Welsh Posted October 9, 2005 Author Share Posted October 9, 2005 ok. How old are you btw?16 and why? [center].: If I Ask A Question, Thanks For The Help! :.[/center][center].: Welsh :.[/center] Link to comment Share on other sites More sharing options...
Guest Mixture63 Posted October 9, 2005 Share Posted October 9, 2005 (edited) 16 and why?No reason.I'm 14. Edited October 9, 2005 by Mixture63 Link to comment Share on other sites More sharing options...
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