1 / 97

getuser

getuser. dispfile ppepath()+"batch.pcb",graph. COLOR 15. ansipos 16,20:print "@RFILES@". ansipos 29,20:print "@RBYTES@". ansipos 46,20:print "@RCPS@". ansipos 68,20:print "@BICPS@". ansipos 16,21:print "@SFILES@". ansipos 29,21:print "@SBYTES@". ansipos 46,21:print "@SCPS@".

Télécharger la présentation

getuser

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. getuser

  2. dispfile ppepath()+"batch.pcb",graph

  3. COLOR 15

  4. ansipos 16,20:print "@RFILES@"

  5. ansipos 29,20:print "@RBYTES@"

  6. ansipos 46,20:print "@RCPS@"

  7. ansipos 68,20:print "@BICPS@"

  8. ansipos 16,21:print "@SFILES@"

  9. ansipos 29,21:print "@SBYTES@"

  10. ansipos 46,21:print "@SCPS@"

  11. string r1,r2,r3,r4,s1,s2,s3,s4,key

  12. integer u1,u2,u3,u4,u5,u6,u7,r5,r6,r7,s5,s6,s7,ake

  13. u1=strip (scrtext(16,20,3,false)," ")

  14. u2=strip (scrtext(29,20,12,false)," ")

  15. u3=strip (scrtext(46,20,6,false)," ")

  16. u4=strip (scrtext(68,20,6,false)," ")

  17. u5=strip (scrtext(15,21,3,false)," ")

  18. u6=strip (scrtext(29,21,12,false)," ")

  19. u7=strip (scrtext(46,21,6,false)," ")

  20. r1=readline(ppepath()+"batch.top",1)

  21. r2=readline(ppepath()+"batch.top",2)

  22. r3=readline(ppepath()+"batch.top",3)

  23. r4=readline(ppepath()+"batch.top",4)

  24. r5=readline(ppepath()+"batch.top",5)

  25. r6=readline(ppepath()+"batch.top",6)

  26. r7=readline(ppepath()+"batch.top",7)

  27. s1=readline(ppepath()+"batch.top",8)

  28. s2=readline(ppepath()+"batch.top",9)

  29. s3=readline(ppepath()+"batch.top",10)

  30. s4=readline(ppepath()+"batch.top",11)

  31. s5=readline(ppepath()+"batch.top",12)

  32. s6=readline(ppepath()+"batch.top",13)

  33. s7=readline(ppepath()+"batch.top",14)

  34. ake=readline(ppepath()+"top.top",1)

  35. if (u2>r5) goto topbatchr

  36. if (u6>s5) goto topbatchs

  37. :a2

  38. ansipos 15,13:print r1

  39. ansipos 15,14:print r2

  40. ansipos 15,15:print r3

  41. ansipos 29,15:print r4

  42. ansipos 25,16:print r5

  43. ansipos 18,17:print r6

  44. ansipos 31,17:print r7

  45. ansipos 55,13:print s1

  46. ansipos 55,14:print s2

  47. ansipos 55,15:print s3

  48. ansipos 69,15:print s4

  49. ansipos 65,16:print s5

  50. ansipos 59,17:print s6

More Related