Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add text at the end of each line ... HELP !
#2
Macro Macro356
Code:
Copy      Help
str s=
;qwer,asdf,zxcv,,,
;xcvb,sdfg,wert,,,
;erty,dfgh,cvcvb,,,

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

out s


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

Forum Jump:


Users browsing this thread: 1 Guest(s)