Search found 2 matches

by cpavony
25 Sep 2020, 19:33
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 1000344

Re: Pulover's Macro Creator v5.2.1 - The Complete Automation Tool

@cpavony
sorry, I just figured out by reading again... I needed to use "Evaluate expression". Thanks!

Code: Select all

Test := 1
MsgBox, 0, , %Test%
If (Test = 1 or Test = 2)
{
    MsgBox, 0, , Test is 1 or 2
}
MsgBox, 0, , End
[Mod edit: [code][/code] tags added.]
by cpavony
25 Sep 2020, 19:23
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 1000344

Re: Pulover's Macro Creator v5.2.1 - The Complete Automation Tool

Hello Pulover sorry to bother but couldn't find specific replies to this question. I have this little macro to try to use an If Statement with a logical operator in the validation expression, but when I use "or" "and" etc it just won't work as expected. Could you please tell me what am I missing her...

Go to advanced search