XTensionX Posted June 11, 2009 Posted June 11, 2009 #include <> #include-once how do i use these code? and what exactly does it do? i been looking around but still not quite sure about it
Authenticity Posted June 11, 2009 Posted June 11, 2009 Heh, so the help file isn't sufficient? Please go to the help file and read it there.
XTensionX Posted June 11, 2009 Author Posted June 11, 2009 Heh, so the help file isn't sufficient? Please go to the help file and read it there.lol looked at the help file again and i found my answer.. thanks xDdidnt see it the first time
Ashalshaikh Posted June 11, 2009 Posted June 11, 2009 (edited) #include <> For (Loading) New Functions From a Library =============== For Example :: #include <File.au3> It's Load This new Functions ;_FileCountLines ;_FileCreate ;_FileListToArray ;_FilePrint ;_FileReadToArray ;_FileWriteFromArray ;_FileWriteLog ;_FileWriteToLine ;_PathFull ;_PathGetRelative ;_PathMake ;_PathSplit ;_ReplaceStringInFile ;_TempFile =========================== Lock At Help File For Other Infomation Or Lock At C:\Program Files\AutoIt3\UDFs3.chm You Will Found In It Help For Defulte UDF ... If There Error In My English , I'm Sory ,, My English Is Bad Edited June 11, 2009 by Ashalshaikh
XTensionX Posted June 11, 2009 Author Posted June 11, 2009 #include <>For (Loading) New Functions From a Library===============For Example :: #include <File.au3>It's Load This new Functions;_FileCountLines;_FileCreate;_FileListToArray;_FilePrint;_FileReadToArray;_FileWriteFromArray;_FileWriteLog;_FileWriteToLine;_PathFull;_PathGetRelative;_PathMake;_PathSplit;_ReplaceStringInFile;_TempFile===========================Lock At Help File For Other InfomationOr Lock At C:\Program Files\AutoIt3\UDFs3.chm You Will Found In It Help For Defulte UDF ... If There Error In My English , I'm Sory ,, My English Is Badthanks ^^
clicked Posted June 12, 2009 Posted June 12, 2009 Don't know if this will help you, but it took me a long time to realize that #include and #include-once seem to run any "loose code" (i.e. not inside a func) at the point they are included. I could not find this fact in the help anywhere.
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