I am trying to print out the following into a textbox (17 is the 'whole' variable in this example)![]()
Please Login or Register to view this content.
17 /2 = 8 remainder 1
8 / 2 = 4 remainder 0
4 / 2 = 2 remainder 0
2 / 2 = 1 remainder 0
But the code above will only print 1 line not the multiple lines ?
Help appreciated
Note I have already set the property of the textbox to multi line.
Bookmarks