Code: Select all
if 1_Test != ERROR
Code: Select all
if (1_Test != "ERROR")
Code: Select all
if 1_Test != ERROR
Code: Select all
if (1_Test != "ERROR")
Code: Select all
...
ClipWait,2
If CheckStatus(Clipboard)
MsgBox % CheckStatus(Clipboard)
Code: Select all
StringReplace, clipboard, clipboard, `t, , All ;trying to remove tabs
Code: Select all
ClipNew := clipboard
ClipOld := ClipNew