Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Operating a macro for set of strings
#1
Hello. I found no relevant records in the helps, I have composed a working macro that inserts single text string into an application by running a sequence of keyboard and mouse commands. The app has no import feature so I have to emulate user input. Now I have text file with hundreds of lines that need to be inserted by the automated procedure. Is it possible to iterate this macro for each line of this file? (or use clipboard as the input), thanks
#2
Macro Macro3240
Code:
Copy      Help
str text.getfile("c:\test\test.txt") line
foreach line text
,sub.functionThatInsertsSingleString line

#sub functionThatInsertsSingleString
function str's
out s
;move here the macro


Forum Jump:


Users browsing this thread: 1 Guest(s)