1 / 92

;While this program is being distributed free just like the FLAG.PPE

;While this program is being distributed free just like the FLAG.PPE. ;by David Terry I would appreciate a message sent on the Rime network. ;letting me know you use it. I will support it via rime and hope you get. ;good use out of the program. If you wish to modify the source please don't.

maj
Télécharger la présentation

;While this program is being distributed free just like the FLAG.PPE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ;While this program is being distributed free just like the FLAG.PPE

  2. ;by David Terry I would appreciate a message sent on the Rime network

  3. ;letting me know you use it. I will support it via rime and hope you get

  4. ;good use out of the program. If you wish to modify the source please don't

  5. ;distribute it unless it is under a different file name other then

  6. ;QFLAG(version #).ZIP. Enjoy the program. Oh yeah this file replaces

  7. ;the regular prompt #425 in your pcbtext program.

  8. ;Try out my other software (not all free) such as my operator page PPE

  9. ;and especially my pull down menu software PULLD2_2.ZIP was the latest version

  10. ;when this program was completed. Steve Bunin ISOQ BBS (718) 268-5025

  11. ;Sorry but unlike David I don't comment my PPE's as much if you wish to know

  12. ;why I did something send me a message and I will try to remember.

  13. string return,num,reply,cmd,cr,es,range

  14. integer x,y,xtwo,ytwo

  15. cr = chr(13)

  16. es = chr(27)

  17. getuser

  18. x= 1

  19. y = 0

  20. xtwo = getx()

  21. ytwo = gety()

  22. :main

  23. ansipos xtwo,ytwo

  24. print "(H)elp, (@OPTEXT@), message Read Command (SPACE = FLAG)"

  25. cmd = inkey()

  26. while (cmd !=cr) then

  27. cmd = inkey()

  28. if ((cmd > 1) & (cmd < 99999999)) then

  29. kbdstuff cmd

  30. inputtext "",cmd,@X0F,20

  31. if (cmd != "") then

  32. kbdstuff cmd+cr

  33. stop

  34. endif

  35. endif

  36. if (cmd = es) then

  37. ansipos x,y

  38. print "",return

  39. return = ""

  40. y = 0

  41. ansipos xtwo,ytwo

  42. goto main

  43. endif

  44. if ((cmd = cr) & (y != 0)) then

  45. goto enter

  46. stop

  47. endif

  48. if ((cmd = " ") & (y < 22)) then

  49. ansipos x,y

More Related