Trace tables

betsy

Dedicated Member
Dedicated Member
May 25, 2008
229
0
63
Does Anybody have any idea how to do a trace table?

basically I need to put this into a trace table:

(1) set number to 2
(2) while (NOT(number great than 5)
(3) write value of number in the output window
(4) move to the next line of the output window
(5) increase number by 2
(6) write 'The End'