Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to copy text from a document into another program?
#1
I need to make a macro that goes through the following steps

Copy one line of text from a text document
Paste the text into a field in a program
Push a button
Write 1 into a field
Push another button

Copy next line from the text document and repeat the above steps

If someone could give me some hints on how to do this I would be so happy.
#2
Macro Macro2702
Code:
Copy      Help
str fileText.getfile("text document file")
str lineText
foreach lineText fileText
,paste lineText
,;add or record other steps here
,


Forum Jump:


Users browsing this thread: 1 Guest(s)