Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick Help please
#11
Macro Macro2487
Code:
Copy      Help
str a1 a2
a1="hello"; a2="failed"
if a1 = "hello"
,mac "hello"
if a2 = "failed"
,run "notepad.exe"

;to compare single variable with multiple strings better use sel/case:
sel a1
,case "hello"
,mac "hello"
,
,case "failed"
,run "notepad.exe"
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)