Jump to content

Help File aditions


scriptkitty
 Share

Recommended Posts

I figured maybe you may wish a few HTML files to compile into the CHM.

I was going to make the CHM itself, but then it would have to be emailed and such.

Anyway, I just wish to help in my small way.

Small addition to functions.htm to include #Include:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>AutoIt</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/default.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1>Function Reference</h1>
<p>Below is a complete list of all the functions available in AutoIt.&nbsp; Click 
  on a function name for a detailed description.</p>
<p>&nbsp;</p>
<table border="1" width="100%" cellspacing="0" cellpadding="3" bordercolor="#C0C0C0" height="2590">
  <tr> 
    <td width="25%" bgcolor="#000099" height="16"><font color="#FFFFFF"><strong>Function</strong></font></td>
    <td width="75%" bgcolor="#000099" height="16"><font color="#FFFFFF"><strong>Description</strong></font></td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/AdlibDisable.htm">AdlibDisable</a></td>
    <td height="16">Disables the adlib functionality.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/AdlibEnable.htm">AdlibEnable</a></td>
    <td height="16">Enables Adlib fucntionality.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Asc.htm">Asc</a></td>
    <td height="16">Returns the ASCII code of a character.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/AutoItWinGetTitle.htm">AutoItWinGetTitle</a></td>
    <td height="16">Retrieves the title of the AutoIt window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/AutoItWinSetTitle.htm">AutoItWinSetTitle</a></td>
    <td height="16">Changes the title of the AutoIt window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/BitAND.htm">BitAND</a></td>
    <td height="16">Performs a bitwise AND operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/BitOR.htm">BitOR</a></td>
    <td height="16">Performs a bitwise OR operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/BlockInput.htm">BlockInput</a></td>
    <td height="16">Disables the mouse and keyboard.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Break.htm">Break</a></td>
    <td height="16">Enables or disables the users ability to exit a script from 
      the tray icon menu.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/CDTray.htm">CDTray</a></td>
    <td height="16">Opens or closes the CD tray.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Chr.htm">Chr</a></td>
    <td height="16">Returns a character corresponding to an ASCII code.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ClipGet.htm">ClipGet</a></td>
    <td height="16">Retrieves text from the clipboard.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ClipPut.htm">ClipPut</a></td>
    <td height="16">Writes text to the clipboard.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlCommand.htm">ControlCommand</a></td>
    <td height="16">Sends a command to a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlDisable.htm">ControlDisable</a></td>
    <td height="16">Disables a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlEnable.htm">ControlEnable</a></td>
    <td height="16">Enables a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlFocus.htm">ControlFocus</a></td>
    <td height="16">Sets input focus to a given control on a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlGetPos.htm">ControlGetPos</a></td>
    <td height="16">Retrieves the position and size of a control relative to it's 
      window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlGetText.htm">ControlGetText</a></td>
    <td height="16">Retrieves text from a control.</td>
  </tr>
  <tr> 
    <td height="14"><a href="functions/ControlHide.htm">ControlHide</a></td>
    <td height="14">Hides a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlLeftClick.htm">ControlLeftClick</a></td>
    <td height="16">Sends a mouse left click command to a given control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlMove.htm">ControlMove</a></td>
    <td height="16">Shows a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlSend.htm">ControlSend</a></td>
    <td height="16">Sends a string of characters to a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlSetText.htm">ControlSetText</a></td>
    <td height="16">Sets text of a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ControlShow.htm">ControlShow</a></td>
    <td height="16">Shows a control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DirCreate.htm">DirCreate</a></td>
    <td height="16">Creates a directory/folder.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DirRemove.htm">DirRemove</a></td>
    <td height="16">Deletes a directory/folder.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveGetDrive.htm">DriveGetDrive</a></td>
    <td height="16">Returns an array containing the enumerated drives.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveGetFileSystem.htm"> DriveGetFileSystem</a></td>
    <td height="16">Returns File System Type of a drive.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveGetLabel.htm">DriveGetLabel</a></td>
    <td height="16">Returns Volume Label of a drive, if it has one.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveGetSerial.htm">DriveGetSerial</a></td>
    <td height="16">Returns Serial Number of a drive.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveGetType.htm">DriveGetType</a></td>
    <td height="16">Returns drive type.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveSetLabel.htm">DriveSetLabel</a></td>
    <td height="16">Sets the Volume Label of a drive.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveSpaceFree.htm">DriveSpaceFree</a></td>
    <td height="16">Returns the free disk space of a path in Megabytes.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveSpaceTotal.htm">DriveSpaceTotal</a></td>
    <td height="16">Returns the total diskspace of a path in Megabytes.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/DriveStatus.htm">DriveStatus</a></td>
    <td height="16">Returns the status of the drive as a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/EnvGet.htm">EnvGet</a></td>
    <td height="16">Retrieves an environment variable.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/EnvSet.htm">EnvSet</a></td>
    <td height="16">Writes an environment variable.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/EnvUpdate.htm">EnvUpdate</a></td>
    <td height="16">Refreshes the OS environment. </td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileClose.htm">FileClose</a></td>
    <td height="16">Closes a previously opened text file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileCopy.htm">FileCopy</a></td>
    <td height="16">Copy one or more files.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileCreateShortcut.htm"> FileCreateShortcut</a></td>
    <td height="16">Creates a shortcut (.lnk) to a file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileDelete.htm">FileDelete</a></td>
    <td height="16">Delete one or more files.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileExists.htm">FileExists</a></td>
    <td height="16">Checks if a file or directory exists.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/filefindf">FileFindFirstFile</a></td>
    <td height="16">Returns a filename according to search string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileFindNextFile.htm">FileFindNextFile</a></td>
    <td height="16">Returns a filename according to a previous call to FileFindFirstFile.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileGetAtt">FileGetAttrib</a></td>
    <td height="16">Returns a code string representing a files attributes.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileGetLong">FileGetLongName</a></td>
    <td height="16">Returns the long path+name of the path+name passed.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileGetShortName.htm">FileGetShortName</a></td>
    <td height="16">Returns the 8.3 short path+name of the path+name passed.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileGetSize.htm">FileGetSize</a></td>
    <td height="16">Returns the size of a file in bytes.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileGetTime.htm">FileGetTime</a></td>
    <td height="16">Returns the time and date information for a file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileGetVer">FileGetVersion</a></td>
    <td height="16">Returns file version information.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileInstall.htm">FileInstall</a></td>
    <td height="16">Include and install a file with the compiled script.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileMove.htm">FileMove</a></td>
    <td height="16">Move one or more files.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileOpen.htm">FileOpen</a></td>
    <td height="16">Opens a text file for reading or writing.</td>
  </tr>
  <tr> 
    <td height="14"><a href="functions/FileOpenDialog.htm">FileOpenDialog</a></td>
    <td height="14">Initiates a Open File Dialog.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileReadLine.htm">FileReadLine</a></td>
    <td height="16">Read in a line of text from a previously opened text file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileRecycle.htm">FileRecycle</a></td>
    <td height="16">Send a file to the recycle bin, if possible.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileSaveDialog.htm">FileSaveDialog</a></td>
    <td height="16">Initiates a Save File Dialog.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileSelectFolder.htm">FileSelectFolder</a></td>
    <td height="16">Initiates a Browse For Folder GUI.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/FileWriteLine.htm">FileWriteLine</a></td>
    <td height="16">Append a line of text to the end of a previously opened text 
      file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Float.htm">Float</a></td>
    <td height="16">Returns the floating point representation of an exp[b][/b]ression.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Hex.htm">Hex</a></td>
    <td height="16">Returns a string representation of an integer converted to 
      Hexadecimal.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/#include.htm">#Include</a></td>
    <td height="16">Includes file into current script.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IniDelete.htm">IniDelete</a></td>
    <td height="16">Deletes a value from a standard format .ini file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IniRead.htm">IniRead</a></td>
    <td height="16">Reads a value from a standard format .ini file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IniWrite.htm">IniWrite</a></td>
    <td height="16">Writes a value to a standard format .ini file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/InputBox.htm">InputBox</a></td>
    <td height="16">Displays an input box to ask the user to enter a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Int.htm">Int</a></td>
    <td height="16">Returns the integer representation of an exp[b][/b]ression.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IsAdmin.htm">IsAdmin</a></td>
    <td height="16">Checks if the current user has administrator privileges.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IsArray.htm">IsArray</a></td>
    <td height="16">Checks if a variable is an array type.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IsFloat.htm">IsFloat</a></td>
    <td height="16">Checks if a variable is a floattype.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IsInt.htm">IsInt</a></td>
    <td height="16">Checks if a variable is an integer type.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/IsString.htm">IsString</a></td>
    <td height="16">Checks if a variable is a stringtype.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Mod.htm">Mod</a></td>
    <td height="16">Performs modulus operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseClick.htm">MouseClick</a></td>
    <td height="16">Perform a mouse click or a click drag operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseClickDrag.htm">MouseClickDrag</a></td>
    <td height="16">Perform a mouse click or a click drag operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseDown.htm">MouseDown</a></td>
    <td height="16">Perform a mouse click down operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseGetCursor.htm">MouseGetCursor</a></td>
    <td height="16">Returns a cursor <strong>ID Number</strong> of the current 
      Mouse Cursor.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseGetPos.htm">MouseGetPos</a></td>
    <td height="16">Retrieves the current position of the mouse cursor.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseMove.htm">MouseMove</a></td>
    <td height="16">Moves the mouse pointer.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MouseUp.htm">MouseUp</a></td>
    <td height="16">Perform a mouse click up operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/MsgBox.htm">MsgBox</a></td>
    <td height="16">Displays a simple message box with optional timeout.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/PixelGetColor.htm">PixelGetColor</a></td>
    <td height="16">Returns a pixel color according to x,y coordinates on the 
      screen.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/PixelSearch.htm">PixelSearch</a></td>
    <td height="16">Searches a rectangle of pixels for the pixel color provided.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProcessClose.htm">ProcessClose</a></td>
    <td height="16">Terminates a named process.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProcessExists.htm">ProcessExists</a></td>
    <td height="16">Checks to see if a specified process exists.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProcessWait.htm">ProcessWait</a></td>
    <td height="16">Pauses script execution until a given process exists.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProcessWaitClose.htm">ProcessWaitClose</a></td>
    <td height="16">Pauses script execution until a given process does not exist.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProgressOff.htm">ProgressOff</a></td>
    <td height="16">Turns Progress window off.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProgressOn.htm">ProgressOn</a></td>
    <td height="16">Creates a customizable progress bar window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/ProgressSet.htm">ProgressSet</a></td>
    <td height="16">Sets the position and/or text of a previously created Progress 
      bar window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Random.htm">Random</a></td>
    <td height="16">Generates a pseudo-random number.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/RegDelete.htm">RegDelete</a></td>
    <td height="16">Delets a key or value from the registry.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/RegRead.htm">RegRead</a></td>
    <td height="16">Reads a value from the registry.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/RegWrite.htm">RegWrite</a></td>
    <td height="16">Writes a value to the registry.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Run.htm">Run</a></td>
    <td height="16">Runs an external program.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/RunAsSet.htm">RunAsSet</a></td>
    <td height="16">Initialise a set of user credientials to use during Run and 
      RunWait operations.&nbsp; 2000/XP or later ONLY.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/RunWait.htm">RunWait</a></td>
    <td height="16">Runs an external program and pauses script execution until 
      the program finishes.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Send.htm">Send</a></td>
    <td height="16">Sends simulated keystrokes to the active window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SendSetCapslockState.htm"> SendSetCapslockState</a></td>
    <td height="16">Turns the capslock key on and off.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SetError.htm">SetError</a></td>
    <td height="16">Manually set the value of the @error macro.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Shutdown.htm">Shutdown</a></td>
    <td height="16">Shuts down the system.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/Sleep.htm">Sleep</a></td>
    <td height="16">Pause script execution.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SoundPlay.htm">SoundPlay</a></td>
    <td height="16">Play a sound file.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SoundSetWaveVolume.htm">SoundSetWaveVolume</a></td>
    <td height="16">Sets the wave output volume.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SplashImageOn.htm">SplashImageOn</a></td>
    <td height="16">Creates a customizable image popup window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SplashOff.htm">SplashOff</a></td>
    <td height="16">Turns SplashText or SplashImage off.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/SplashTextOn.htm">SplashTextOn</a></td>
    <td height="16">Creates a customizable text popup window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StatusbarGetText.htm">StatusbarGetText</a></td>
    <td height="16">Retrieves the text from a standard status bar control.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/String.htm">String</a></td>
    <td height="16">Returns the string representation of an exp[b][/b]ression.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringAddCR.htm">StringAddCR</a></td>
    <td height="16">Takes a string and prefixes all linefeed characters ( Chr(10) 
      ) with a carriage return character ( Chr(13) ).</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringInStr.htm">StringInStr</a></td>
    <td height="16">Checks if a string contains a given substring.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsAlNum.htm">StringIsAlNum</a></td>
    <td height="16">Checks if a string contains only alphanumeric characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsAlpha.htm">StringIsAlpha</a></td>
    <td height="16">Checks if a string contains only alphabetic characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsASCII.htm">StringIsASCII</a></td>
    <td height="16">Checks if a string contains only ASCII characters in the range 
      0x00 - 0x7f.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsDigit.htm">StringIsDigit</a></td>
    <td height="16">Checks if a string contains only digit (0-9) characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsFloat.htm">StringIsFloat</a></td>
    <td height="16">Checks if a string is a floating point number.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsInt.htm">StringIsInt</a></td>
    <td height="16">Checks if a string is an integer.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsLower.htm">StringIsLower</a></td>
    <td height="16">Checks if a string contains only lowercase characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsSpace.htm">StringIsSpace</a></td>
    <td height="16">Checks if a string contains only whitespace characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsUpper.htm">StringIsUpper</a></td>
    <td height="16">Checks if a string contains only uppercase characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringIsXDigit.htm">StringIsXDigit</a></td>
    <td height="16">Checks if a string contains only hexadecimal digit (0-9, A-F) 
      characters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringLeft.htm">StringLeft</a></td>
    <td height="16">Returns a number of characters from the left hand side of 
      a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringLen.htm">StringLen</a></td>
    <td height="16">Returns the number of characters in a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringLower.htm">StringLower</a></td>
    <td height="16">Converts a string to lowercase.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringMid.htm">StringMid</a></td>
    <td height="16">Extracts a number of characters from a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringReplace.htm">StringReplace</a></td>
    <td height="16">Replaces substrings in a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringRight.htm">StringRight</a></td>
    <td height="16">Returns a number of characters from the right hand side of 
      a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringSplit.htm">StringSplit</a></td>
    <td height="16">Splits up a string into substrings depending on the given 
      delimiters.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringStripCR.htm">StringStripCR</a></td>
    <td height="16">Removes all carriage return values ( Chr(13) ) from a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringStripWS.htm">StringStripWS</a></td>
    <td height="16">Strips the whitespace in a string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringTrimLeft.htm">StringTrimLeft</a></td>
    <td height="16">Trims a number of characters from the left hand side of a 
      string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringTrimRight.htm">StringTrimRight</a></td>
    <td height="16">Trims a number of characters from the right hand side of a 
      string.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/StringUpper.htm">StringUpper</a></td>
    <td height="16">Converts a string to uppercase.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/timerstart">TimerStart</a></td>
    <td height="16">Returns a timestamp (in milliseconds) number accurate to .000000001 
      seconds.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/TimerStop">TimerStop</a></td>
    <td height="16">Returns a difference in time from a previous call to StartTimer().</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/UBound.htm">UBound</a></td>
    <td height="16">Returns the size of array dimensions.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/URLDownloadToFile.htm">URLDownloadToFile</a></td>
    <td height="16">Downloads a file from the internet.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinActivate.htm">WinActivate</a></td>
    <td height="16">Activates (brings to the foreground) a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinActive.htm">WinActive</a></td>
    <td height="16">Checks to see if a specified window exists and is currently 
      active.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinClose.htm">WinClose</a></td>
    <td height="16">Closes a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinExists.htm">WinExists</a></td>
    <td height="16">Checks to see if a specified window exists.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinGetClassList.htm">WinGetClassList</a></td>
    <td height="16">Retrieves the classes from a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinGetClient">WinGetClientSize</a></td>
    <td height="16">Retrieves the size of a given window's client area.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinGetPos.htm">WinGetPos</a></td>
    <td height="16">Retrieves the position and size of a given window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinGetText.htm">WinGetText</a></td>
    <td height="16">Retrieves the text from a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinGetTitle.htm">WinGetTitle</a></td>
    <td height="16">Retrieves the full title from a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinKill.htm">WinKill</a></td>
    <td height="16">Forces a window to close.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinMenu">WinMenuSelectItem</a></td>
    <td height="16">Invokes a menu item of a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinMinimizeAll.htm">WinMinimizeAll</a></td>
    <td height="16">Minimizes all windows.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinMinimizeAllUndo.htm"> WinMinimizeAllUndo</a></td>
    <td height="16">Undos a previous WinMinimizeAll function.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinMove.htm">WinMove</a></td>
    <td height="16">Shows a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinSetDelay.htm">WinSetDelay</a></td>
    <td height="16">Alters how long a script should briefly pause after a successful 
      window-related operation.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinSetOnTop.htm">WinSetOnTop</a></td>
    <td height="16">Changes window to have &quot;Always On Top&quot; attribute.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinSetTitle.htm">WinSetTitle</a></td>
    <td height="16">Changes the title of a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinShow.htm">WinShow</a></td>
    <td height="16">Shows a window.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinWait.htm">WinWait</a></td>
    <td height="16">Pauses execution of the script until the requested window 
      exists.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinWaitActive.htm">WinWaitActive</a></td>
    <td height="16">Pauses execution of the script until the requested window 
      is active.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinWaitClose.htm">WinWaitClose</a></td>
    <td height="16">Pauses execution of the script until the requested window 
      does not exist.</td>
  </tr>
  <tr> 
    <td height="16"><a href="functions/WinWaitNotActive.htm">WinWaitNotActive</a></td>
    <td height="16">Pauses execution of the script until the requested window 
      is not active.</td>
  </tr>
  <tr> 
    <td height="16"></td>
    <td height="16"></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>

The #Include file itself:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Function Include</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"><LINK 
href="../css/default.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<H1>Function Reference</H1><FONT size=+1>#Include</FONT> 
<HR SIZE=2>

<P>Includes a file in current script. </P>
<TABLE cellSpacing=5 width="100%" bgColor=#ffffaa>
  <TBODY>
  <TR>
    <TD class=code height=48>#Include&nbsp;"[path\]filename" 
</TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P><STRONG>Parameters</STRONG></P>
<TABLE borderColor=#c0c0c0 cellSpacing=0 cellPadding=3 width="100%" border=1>
  <TBODY>
  <TR>
    <TD width="15%">filename</TD>
    <TD width="85%">The filename of the current script to include. Path is 
      optional.</TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P><STRONG>Remarks</STRONG></P>
<P>In an AutoIt script, other scripts can be included using the<BR>#include" 
command.</P>
<P>&nbsp;</P>
<P><STRONG>Related</STRONG></P>
<P>See also: <A href="FileInstall.htm">FileInstall</A></P>
<P>&nbsp;</P>
<P><STRONG>Example</STRONG></P>
<P class=code>;include.au3<BR>MsgBox(1,"Example","This is from the 'include.au3' 
file")</P>
<P class=code><BR>;script.au3<BR>#include 
"include.au3"<BR>MsgBox(1,"Example","This is from the 'script.au3' 
file")<BR>Exit</P>
<P class=code>Running the script.aut script will output the message box "This is 
from the 'include.aut' file", followed by "This is from the 'script.aut' 
file".</P>
<P class=code>&nbsp;</P></BODY></HTML>

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...