| AutoIt Plys | AutoIt |
|---|---|
| Add | _ArrayAdd |
| BinSearch | _ArrayBinarySearch |
| ColDelete | _ArrayColDelete |
| ColInsert | _ArrayColInsert |
| Combinations | _ArrayCombinations |
| Concat | _ArrayConcatenate |
| Display | _ArrayDisplay |
| Extract | _ArrayExtract |
| FindAll | _ArrayFindAll |
| Insert | _ArrayInsert |
| Max | _ArrayMax |
| MaxIndex | _ArrayMaxIndex |
| Min | _ArrayMin |
| MinIndex | _ArrayMinIndex |
| Permute | _ArrayPermute |
| Pop | _ArrayPop |
| Push | _ArrayPush |
| Search | _ArraySearch |
| Shuffle | _ArrayShuffle |
| Sort | _ArraySort |
| Swap | _ArraySwap |
| ToClip | _ArrayToClip |
| ToHistogram | _Array1DToHistogram |
| Transpose | _ArrayTranspose |
| Trim | _ArrayTrim |
| Unique | _ArrayUnique |
| AutoIt Plys | AutoIt |
|---|---|
| ChangeDir | FileChangeDir |
| Copy | FileCopy |
| CreateLink | FileCreateNTFSLink |
| CreateShortcut | FileCreateShortcut |
| FirstFile | FileFindFirstFile |
| Flush | FileFlush |
| GetAttrib | FileGetAttrib |
| GetEncoding | FileGetEncoding |
| GetLongName | FileGetLongName |
| GetShortcut | FileGetShortcut |
| GetShortName | FileGetShortName |
| GetSize | FileGetSize |
| GetTime | FileGetTime |
| GetVersion | FileGetVersion |
| NextFile | FileFindNextFile |
| Open | FileOpen |
| Opendialog | FileOpendialog |
| Read | FileRead |
| ReadLine | FileReadLine |
| ReadToArray | FileReadToArray |
| Recycle | FileRecycle |
| RecycleEmpty | FileRecycleEmpty |
| SaveDialog | FileSaveDialog |
| SelectFolder | FileSelectFolder |
| SetAttrib | FileSetAttrib |
| SetEnd | FileSetEnd |
| SetPos | FileSetPos |
| SetTime | FileSetTime |
| Write | FileWrite |
| WriteLine | FileWriteLine |
| AutoIt Plys | AutoIt |
|---|---|
| Struct | DllStructCreate |
| StructGet | DllStructGetData |
| StructGetPtr | DllStructGetPtr |
| StructGetSize | DllStructGetSize |
| StructSet | DllStructSetData |
| AutoIt Plys | AutoIt |
|---|---|
| Echo | ConsoleWrite |
| AutoIt Plys | AutoIt |
|---|---|
| AddCR | StringAddCR |
| Format | StringFormat |
| InStr | StringInStr |
| IsAlNum | StringIsAlNum |
| IsAlpha | StringIsAlpha |
| IsASCII | StringIsASCII |
| IsDigit | StringIsDigit |
| IsLower | StringIsLower |
| IsSpace | StringIsSpace |
| IsUpper | StringIsUpper |
| IsXDigit | StringIsXDigit |
| Left | StringLeft |
| Len | StringLen |
| Lower | StringLower |
| Mid | StringMid |
| ReFind | StringRegExp |
| Replace | StringReplace |
| ReReplace | StringRegExpReplace |
| Right | StringRight |
| Split | StringSplit |
| StripCR | StringStripCR |
| StripWS | StringStripWS |
| TrimLeft | StringTrimLeft |
| TrimRight | StringTrimRight |
| Upper | StringUpper |
| AutoIt Plys | AutoIt |
|---|---|
| Activate | WinActivate |
| Active | WinActive |
| Flash | WinFlash |
| GetCaretPos | WinGetCaretPos |
| GetClassList | WinGetClassList |
| GetClientSize | WinGetClientSize |
| GetProcess | WinGetProcess |
| GetTitle | WinGetTitle |
| Kill | WinKill |
| List | WinList |
| MenuSelectItem | WinMenuSelectItem |
| MinimizeAll | WinMinimizeAll |
| MinimizeAllUndo | WinMinimizeAllUndo |
| SetOnTop | WinSetOnTop |
| SetTitle | WinSetTitle |
| SetTrans | WinSetTrans |
| Wait | WinWait |
| WaitActive | WinWaitActive |
| WaitClose | WinWaitClose |
| WaitNotActive | WinWaitNotActive |
| AutoIt Plys | AutoIt |
|---|---|
| @ReArray | $STR_REGEXPARRAYMATCH |
| @ReArrayFull | $STR_REGEXPARRAYFULLMATCH |
| @ReArrayGlobal | $STR_REGEXPARRAYGLOBALMATCH |
| @ReArrayGlobalFull | $STR_REGEXPARRAYGLOBALFULLMATCH |
| @ReMatch | $STR_REGEXPMATCH |
| AutoIt Plys | AutoIt |
|---|---|
| @CaseSense | $STR_CASESENSE |
| @ChrSplit | $STR_CHRSPLIT |
| @EndNotStart | $STR_ENDNOTSTART |
| @EntireSplit | $STR_ENTIRESPLIT |
| @NoCaseSense | $STR_NOCASESENSE |
| @NoCaseSenseBasic | $STR_NOCASESENSEBASIC |
| @NoCount | $STR_NOCOUNT |
| @StripAll | $STR_STRIPALL |
| @StripLeading | $STR_STRIPLEADING |
| @StripSpaces | $STR_STRIPSPACES |
| @StripTrailing | $STR_STRIPTRAILING |
| @USC2 | $STR_USC2 |
| @UTF16 | $STR_UTF16 |
| AutoIt Plys | AutoIt |
|---|---|
| @ | @CRLF |
| @ActiveWin | WinGetHandle("[ACTIVE]") |
| @CmdLine | $CmdLine |
| AutoIt Plys | AutoIt |
|---|---|
| . | & |
| .= | &= |