I am trying to write an if statement
I have only done this once an it was 2yrs ago
here is where i am reading from which is not making sense yet
it seems simple all i want it to do is check each link an compare with last link
http://www.autohotkey.com/docs/commands/IfEqual.htm
Code:IniWrite, %Link%, num.ini, Url, %hh%<----this is newly found link IniRead, Link2, num.ini, Got, %hf%<----this is last link IfEqual, Link, %link2% (same: if var = value) COM_Invoke(pwb, "Navigate", Link)<----this is excuting the link IniWrite, %Link%, num.ini, Got, %hf%<---this one keeps track of links clicked


LinkBack URL
About LinkBacks
Reply With Quote