WPM?
Posted: Wed Sep 21, 2005 4:22 pm
How could I display WPM(Words per minute aka gwam rate) in real time?
Code: Select all
(Beggining of program)
(start loop)
Timer = Time
(do the some stuff)
IF Time >= 60 then WPM = (the amount of words they typed)
loop