KingVengeance Posted July 28, 2009 Posted July 28, 2009 I'm doing a script where there are 2 options of action. I want to be able to have the user choose between option one and option two using InputBox and then having the script read the box, and then going to the appropriate function. The only problem is, I can't figure out how to make the script read the input box, nor can i figure out how to name a function. I'm used to programming calculators, and here's how it would look on a TI-89. What it does is accept a user input, and then go to the appropriate label/function. Any ideas for help, anyone?Input 1 If A=1 Goto A If A!=1 Goto B Label A Disp "Option 1" Stop Label B Disp "Option 2" Stop
water Posted July 28, 2009 Posted July 28, 2009 (edited) It seems as you start to work with GUI and AutoIt. I recommend to read the AutoIt help file to get into the concepts of AutoIt. There are some very good examples that should get you started (help file -> GUI Reference). Edited July 28, 2009 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
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