Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How copy specific type of file into a folder?
#4
In the following code, the out output is:
abc
def
And in the notepad to enter, is a space
Why is this the result? Hope someone can help me, thank you very much

Macro Macro2
Code:
Copy      Help
ARRAY(str) a.create(3)
a[0]="abc"
a[1]="bcd"
out a
run "notepad"
key (a)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)