Syphax_1986
New member
I have coded a small program where the 'user' inputs a 6 numbers in to 6 different TextBoxes. Each TextBox represents a stat. example:
HP: value
Speed: value
Acceleration: value
etc.
6 of them in total.
I'd like for the program to generate a simple HMTL to produce a list, like above with all the names and values just lined up under each other. (for easy pasting into a web browser.)
HP: value
Speed: value
Acceleration: value
etc.
6 of them in total.
I'd like for the program to generate a simple HMTL to produce a list, like above with all the names and values just lined up under each other. (for easy pasting into a web browser.)