Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
One String, 6 Variables
#2
6 variables could be array elements.

Code:
Copy      Help
str s=
;line1
;line2
;line3
;line4
;line5
;line6


ARRAY(str) a
a=s
int i
for i 0 a.len
,out i
,out a[i]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)