Scan Posted February 15, 2011 Author Posted February 15, 2011 So if i went to save to No , Now it's only " 16 " if i add " 20 " how to do it ?
hannes08 Posted February 15, 2011 Posted February 15, 2011 If Number($hs)= 16 Or Number($hs) = 20 Then .... OR If Number($hs)= 16 Then ElseIF Number($hs) = 20 Then .... OR Select Case ... EndSelect Just lookup "Conditional Statements" in the helpfile. Regards, Hannes Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Scan Posted February 15, 2011 Author Posted February 15, 2011 (edited) back .. We want to make ( inputbox ) remember two numbers (16 + 20) Search engine Google, if I wrote, for example search for a word 1, and then word 2 When you find a parking place the mouse on the script shows you the words that you type Is it possible to make this ( inputbox ) remember what was written by the user? I think she has become very, very difficult? Note : all of this write Google Translator Edited February 15, 2011 by Scan
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