Hi guys,
Here's my code :
I'm trying to parse one, two three in the print out but it won't work, I've tried "delta"_i as well but it won't work either .. any idea please ?
Thank you
Here's my code :
Code:
delta_1="one"
delta_2="two"
delta_3="three"
for(i=1;i<4;i++){
printf "%s \n",delta_i
}
I'm trying to parse one, two three in the print out but it won't work, I've tried "delta"_i as well but it won't work either .. any idea please ?
Thank you