Thanks for the help on arrays yesterday. I finally had the script responding as it ought. Now I want to write out to screen, not only the choice the visitor selected and reply, but, under that, a bulleted list of all choices available, as in, (bullet)July - 4th of July
But I'm wrong again! A list writes to screen, but it is not aligned correctly and all the way down the list is:
You selected July.This month we celebrate 4th of July.
Months - Dates
months[i] dates[i],
months[i] dates[i],
months[i] dates[i],
etc,etc,etc
Would you please check to see where I am going wrong? Does it have to do with the "i"?
Thank you!!
But I'm wrong again! A list writes to screen, but it is not aligned correctly and all the way down the list is:
You selected July.This month we celebrate 4th of July.
Months - Dates
months[i] dates[i],
months[i] dates[i],
months[i] dates[i],
etc,etc,etc
Would you please check to see where I am going wrong? Does it have to do with the "i"?
Thank you!!

Comment