
print variable, variable, variable etc
Hi
I am looping through INI sections, each section has a variable called
".NAME"...I want to print .NAME like this:
.NAME, .NAME, .NAME, .NAME, .NAME, .NAME, etc etc
EG:
Ben, Adam, Phil, Paul, Craig, Joe
I have tried this already:
<data to print>
print data,
but this comes out like:
Ben Adam Phil Paul
Craig Joe
where as i DONT want about 1000 spaces between each data! how can i avoid
this?
-
Thanks,
Ben Alexander-Brown