Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you make a pop-up dialog before macro runs?
#1
Is it possible that when a macro is triggered to have a pop up dialog ask for something like a user name and populate a variable with that data with the input?
I currently have it hardcoded like this:
Code:
Copy      Help
str sales_person_code = "MAC"
Thanks for writing such a groovie prog! :lol:
#2
Code:
Copy      Help
str sales_person_code
if(!inp(sales_person_code "Name:") or !sales_person_code.len) ret
...
#3
Woo Hoo! Worked like a charm. You rock! thanks a bunch.

-- Swamp’s Quick Macros Plug –-

I bought Quick Macros 2 to automate input of online purchases into our arcane MAS90 system. It rocks the Kasbah! Very well worth the money. I recommend it big time. Very intuitive scripting language. Keep up the good work.


Forum Jump:


Users browsing this thread: 1 Guest(s)