grindking01 Posted September 18, 2004 Posted September 18, 2004 I know you are able to do this with Autoit (capable in v2) but I'm not quite sure how to do this in v3 (yes I checked the help file). I want a window to pop up, and ask for the current day of the month, and to store that variable as $day. How would I do this? Thx.
the_lord_mephy Posted September 18, 2004 Posted September 18, 2004 You mean like $day = InputBox("Day of the Month", "What is the current day of the month?") My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
grindking01 Posted September 18, 2004 Author Posted September 18, 2004 Ya, but it says that it's an Unknown Function Name.
Developers Jos Posted September 18, 2004 Developers Posted September 18, 2004 Ya, but it says that it's an Unknown Function Name. <{POST_SNAPBACK}>are you using AutoIt version 3 ? InputBox() is a valid function. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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