O.P. oChatWnds[ChatWnd.Handle] - Shorcut?
Typing this shit at the beginning of every unique variable gets kinda tedious and confusing. I know I could do something like:
var blah = oChatWnds[ChatWnd.Handle];
then do blah.variable but thats still annoying.
Is there anyway to write some kind of shortcut that just tells the program to always use oChatWnds[ChatWnd.Handle] at the beginning over every variable?
|