home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / demo / wgelectr / cameval / cam31 / misc.z / DBQUERY.SCR < prev    next >
Text File  |  1994-05-10  |  1KB  |  33 lines

  1. setsectorize@ 0,0
  2. textheight@ 100.0000
  3. textangle@ 0
  4. textjust@ 17
  5. textfitting@ 0
  6. textcspace@ 0.0000
  7. textlspace@ 0.0000
  8. print "Current minimum x is: ",dbminx!
  9. print "Current maximum x is: ",dbmaxx!
  10. print "Current minimum y is: ",dbminy!
  11. print "Current maximum y is: ",dbmaxy!
  12. print "Current database name: ",dbname!
  13. print "Current film size min. x: ",filmminx!
  14. print "Current film size max. x: ",filmmaxx!
  15. print "Current film size min. y: ",filmminy!
  16. print "Current film size max. y: ",filmmaxy!
  17. print "First blank Dcode: ",blankdcode!
  18. print "Highest used Dcode is: ",highestdcode!
  19. print "Highest used Padstack is: ",highestpstk!+1
  20. print "First blank Layer: ",blanklayer!+1
  21. print "Current active Dcode: ",activedcode!
  22. print "Current active Layer: ",activelayer!+1
  23. print "Current Dcode Shape: ",dcodeshape!
  24. print "Current Dcode Size X: ",dcodesizex!
  25. print "Current Dcode Size Y: ",dcodesizey!
  26. print "Current Drill Layer: ",drilllayer!
  27. print "Drill Tool: ",drilltool!
  28. print "Drill Legend: ",drilllegend!
  29. print "Border Layer: ",borderlayer!
  30. print "Number of flashes using current Dcode: ",numflashes!
  31. print "Number of Draws using active Dcode: ",numdraws!
  32. print "What time is it?: ",time!
  33.