gstroutz Posted March 7, 2005 Posted March 7, 2005 (edited) Using the code: $mm = _DateMonthOfYear(10,1) I get : $mm = _DateMonthOfYear(10,1) ^ERROR Error: Unknown function name. Is this a bug? Or, am I simply functionally challenged? Does anyone have any insight as to what might be the problem? Ultimately, I would like to execute $mm = _DateMonthOfYear(@MON, 1) to get the month. Thank you in advance. -G Edited March 7, 2005 by gstroutz
CyberSlug Posted March 7, 2005 Posted March 7, 2005 Do you have#include <Date.au3>at the top of your script? Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
gstroutz Posted March 7, 2005 Author Posted March 7, 2005 Do you have#include <Date.au3>at the top of your script?No I did not... and putting that in seemed to make a world of difference!Thanks.
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