' {$STAMP BS2} ' {$PBASIC 2.5} ' 2008 mlab.uiah.fi/paja ' Understanding ASCII (American Standard Code for Information Interchange) code. ' ASCII table --> http://en.wikipedia.org/wiki/ASCII DEBUG CLS 'clear the debug window. PAUSE 1000 'waiting for 1000ms = 1 second. DEBUG 85, 67, 73, 84, TAB, 117, 99, 105, 116, TAB, "Ucit", CR ' ---> UCIT ucit Ucit