Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add text at the end of each line ... HELP !
#4
Macro Macro4
Code:
Copy      Help
str s.getfile("$desktop$\example.txt.txt")

ARRAY(str) a=s
int i
for(i 0 a.len) a[i]+"test"
s=a

s.setfile("$desktop$\Complete.txt")


Messages In This Thread
RE: Add text at the end of each line ... HELP ! - by win - 04-25-2019, 10:51 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)