newbiecoder2012
Member
- Joined
- Nov 21, 2012
- Messages
- 7
- Programming Experience
- Beginner
im pretty much new to programing but i have made this program to output answers and i have that all sorted now i want it so that the answers are displayed in a table format in increments
i have looked online an i havnt been able to find exactly what i want :uncomfortableness:
for example:
the user in puts where i put [[enter text]]
start: [[enter text]]
Increment: [[enter text]]
End [[enter text]]
an i want it to out put the answer in a table format like this:
number 1 Number 2
54 65
55 66
56 67
57 68
thanks for who ever helps me with this :star:
what i have at the moment is:
start= txtbox1 ""
Increment= txtbox2 ""
End= txtbox3 ""
i have looked online an i havnt been able to find exactly what i want :uncomfortableness:
for example:
the user in puts where i put [[enter text]]
start: [[enter text]]
Increment: [[enter text]]
End [[enter text]]
an i want it to out put the answer in a table format like this:
number 1 Number 2
54 65
55 66
56 67
57 68
thanks for who ever helps me with this :star:
what i have at the moment is:
start= txtbox1 ""
Increment= txtbox2 ""
End= txtbox3 ""
Last edited: