home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / CASIOCOL.ZIP / KRILE1D.ZIP / SOURCE.ZIP / DEC.ASI < prev    next >
Encoding:
Text File  |  1997-11-24  |  131 b   |  11 lines

  1. r=len(temp$)
  2. for x=1 to r
  3. a$=mid$(temp$,x,1)
  4. a=asc(a$)
  5. a=a+127
  6. a$=chr$(a)
  7. output$=output$+a$
  8. next x
  9. temp$=output$
  10. return
  11.