home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / CHRTOVAL.SCR < prev    next >
Text File  |  1991-12-31  |  164b  |  10 lines

  1. > windowshow()
  2. > watch(on)
  3. > timeout = 0
  4. > ascii = 'A'
  5. > value = chrtoval(ascii)
  6. > message('value of character "A" = ' + valtostr(value))
  7. > wait()
  8. > end
  9.  
  10.