Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Many IFs
#4
try this

Macro Macro3
Code:
Copy      Help
if scan(image1)
,if scan(image2)
,,if scan(image3)
,,,out "1 and 2 and 3"
,,else
,,,out "1 and 2"
,else
,,out "1"
else
,out "none"


Messages In This Thread
Many IFs - by Leeroll - 06-30-2018, 12:52 PM
RE: Many IFs - by Gintaras - 06-30-2018, 01:43 PM
RE: Many IFs - by Leeroll - 06-30-2018, 02:22 PM
RE: Many IFs - by Kevin - 06-30-2018, 03:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)