heresy
Joined: 11 Mar 2008 Posts: 291
|
Posted: Sun Aug 31, 2008 8:52 am Post subject: Aliasing |
|
|
pseudo code
| Code: | #Alias RegExMatch() RE_M ;built-in function
#Alias WinMenuSelectItem SelectMenu ;bulit-in command
#Alias A_DetectHiddenWindows A_DHW ;built-in variable
RE_M(Haystack, "hey it works now")
RegExMatch(Haystack, "it still works too")
SelectMenu, Cool, It, Works
MsgBox % A_DHW |
_________________ Easy WinAPI - Dive into Windows API World
Benchmark your AutoHotkey skills at PlayAHK.com |
|