Kanshouzhe Posted May 10, 2005 Posted May 10, 2005 When using _FileReadToArray, I am getting an error message back stating that it is an UNKNOWN FUNCTION NAME. Is it just me or is there something I am missing? Thanks! Using 3.1.1.0 _FileReadToArray("c:\testauto\servers.txt", ByRef $ServerArray)
JSThePatriot Posted May 10, 2005 Posted May 10, 2005 Are you including the file at the beginning of your script?#include <array.au3> _FileReadToArray("c:\testauto\servers.txt", ByRef $ServerArray)Where array.au3 is the proper include.Hope this helps,JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
Kerberuz Posted May 10, 2005 Posted May 10, 2005 (edited) When using _FileReadToArray, I am getting an error message back stating that it is an UNKNOWN FUNCTION NAME. Is it just me or is there something I am missing? Thanks! Using 3.1.1.0_FileReadToArray("c:\testauto\servers.txt", ByRef $ServerArray)<{POST_SNAPBACK}>You need to include the file functions.Include <file.au3> Edited May 10, 2005 by Kerberuz Kerby
JSThePatriot Posted May 10, 2005 Posted May 10, 2005 Glad to have been of service JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
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