home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / qb4tb522 / help / boxes.hlp < prev    next >
Encoding:
Text File  |  1990-10-25  |  3.5 KB  |  64 lines

  1. ╔════════════════════════════════════════════════════╗
  2. ║     B O X   D R A W I N G   C H A R A C T E R S    ║
  3. ╟────────────────────────────────────────────────────╢
  4. ║ Among the most useful of the extended ASCII set of ║
  5. ║ characters, are those designed for drawing single- ║
  6. ║ and double-lined boxes on the video display.       ║
  7. ╚════════════════════════════════════════════════════╝
  8. ┌────────────────────────────────────────────────────┐
  9. │ ┌───────────────────────┬────────────────────────┐ │
  10. │ │ 218         196      194                   191 │ │
  11. │ │ 179                                            │ │
  12. │ ├ 195               197 ┼                    180 ┤ │
  13. │ │                                                │ │
  14. │ │ 192                  193                   217 │ │
  15. │ └───────────────────────┴────────────────────────┘ │
  16. └────────────────────────────────────────────────────┘
  17. ╔════════════════════════════════════════════════════╗
  18. ║     B O X   D R A W I N G   C H A R A C T E R S    ║
  19. ╟────────────────────────────────────────────────────╢
  20. ║ These characters have ASCII values of 179-218, and ║
  21. ║ can be produced by poking these values directly to ║
  22. ║ video or with the print CHR$() function in BASIC.  ║
  23. ╚════════════════════════════════════════════════════╝
  24. ┌────────────────────────────────────────────────────┐
  25. │ ╒═                     ═╤═                      ═╕ │
  26. │   213                  209                   184   │
  27. │                                                    │
  28. │ ╞ 198               216 ╪                    181 ╡ │
  29. │                                                    │
  30. │   212                  207                   190   │
  31. │ ╘═                     ═╧═                      ═╛ │
  32. └────────────────────────────────────────────────────┘
  33. ╔════════════════════════════════════════════════════╗
  34. ║     B O X   D R A W I N G   C H A R A C T E R S    ║
  35. ╟────────────────────────────────────────────────────╢
  36. ║ Sidekick, and most books on programming, include a ║
  37. ║ table of ASCII values. You may find these diagrams ║
  38. ║ more useful, however, for planning your display.   ║
  39. ╚════════════════════════════════════════════════════╝
  40. ┌────────────────────────────────────────────────────┐
  41. │ ╔═           ═══       ═╦═                      ═╗ │
  42. │   201        205       203                   187   │
  43. │ ║ 186                                              │
  44. │ ╠ 204               206 ╬                    185 ╣ │
  45. │                                                    │
  46. │ ║ 200                  202                   188   │
  47. │ ╚═                     ═╩═                      ═╝ │
  48. └────────────────────────────────────────────────────┘
  49. ╔════════════════════════════════════════════════════╗
  50. ║     B O X   D R A W I N G   C H A R A C T E R S    ║
  51. ╟────────────────────────────────────────────────────╢
  52. ║ HELPMATE itself includes a full ASCII table in the ║
  53. ║ topic file ASCIICODE.  Use this to find the values ║
  54. ║ of Escape codes and foreign language characters.   ║
  55. ╚════════════════════════════════════════════════════╝
  56. ┌────────────────────────────────────────────────────┐
  57. │ ╓─                     ─╥─                      ─╖ │
  58. │ ║ 214                  210                   183 ║ │
  59. │                                                    │
  60. │ ╟ 199               215 ╫                    182 ╢ │
  61. │                                                    │
  62. │ ║ 211                  208                   189 ║ │
  63. │ ╙─                     ─╨─                      ─╜ │
  64. └────────────────────────────────────────────────────┘