Hi! I need to be make a multiplication table from a user input variable. I am using a for loop and have that part down; however, I need the multiplication table to be output in only one message box. This is the code I have so far....
Could someone please shed some light on how to stop from looping a new message box each time and only return one involving the entire table?![]()
Please Login or Register to view this content.
For example I need to return
1*2=2
2*2=4
3*2=6
4*2=8
5*2=10
6*2=12
...and so on for x=2 THANKS
Bookmarks