home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / CASIOCOL.ZIP / KRILE1C.ZIP / SOURCE.ZIP / DEC.ASI < prev    next >
Text File  |  1997-11-24  |  131b  |  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.