Syruz Posted October 21, 2007 Posted October 21, 2007 When using this: Func InitList($listnum) _FileReadToArray("list" & $listnum & ".txt", $list2) EndFunc I get error for _FileReadToArray saying Unknown function name. Help?
GaryFrost Posted October 21, 2007 Posted October 21, 2007 When using this: Func InitList($listnum) _FileReadToArray("list" & $listnum & ".txt", $list2) EndFunc I get error for _FileReadToArray saying Unknown function name. Help? do you have at the top of your script? #include <File.au3> SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Syruz Posted October 21, 2007 Author Posted October 21, 2007 Nope, and that was a really stupid mistake...Sorry, was in a rush, guess I missed that in the help file.
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