home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / DBFSCR20.ZIP / CLIPPER5.TEM < prev    next >
Text File  |  1990-11-20  |  2KB  |  45 lines

  1. D                        | Color type P,D, or N
  2. \SetColor("<<gfore>>/<<gback>>")                | CLS color
  3. \CLS                        | Clear Screen
  4. \SetColor("<<fore>>/<<back>>")                  | Box color 1
  5. #                        | Box color 2
  6. @ <<r1>>,<<c1>>,<<r2>>,<<c2>> BOX        | Draw Box
  7. \ "╔═╗║╝═╚║ "                                   | If Double
  8. \ "┌─┐│┘─└│ "                                   | If Single
  9. \SetColor("<<fore>>/<<back>>")                  | Say Color 1
  10. #                        | Say Color 2
  11. \@ <<r1>>,<<c1>> SAY "<<var>>"                      | Say Text
  12. @ <<r1>>,<<c1>> SAY <<var>>                | Say Char
  13. @ <<r1>>,<<c1>> SAY <<var>>                | Say String
  14. @ <<r1>>,<<c1>> SAY <<var>>                | Say Date
  15. @ <<r1>>,<<c1>> SAY <<var>>                | Say Byte
  16. @ <<r1>>,<<c1>> SAY <<var>>                | Say Integer
  17. @ <<r1>>,<<c1>> SAY <<var>>                | Say Long
  18. @ <<r1>>,<<c1>> SAY <<var>>                | Say Real
  19. @ <<r1>>,<<c1>> SAY <<var>>                | Say Logical
  20. \ PICTURE "<<var>>"                             | With Say Picture
  21. \                        | Without Say Picture
  22. #                        | With Say Picture Alt
  23. #                        | Without Say Picture Alt
  24. \SetColor(",<<fore>>/<<back>>")                 | Get Color 1
  25. #                        | Get Color 2
  26. @ <<r1>>,<<c1>> GET <<var>>                | Get Char
  27. @ <<r1>>,<<c1>> GET <<var>>                | Get String
  28. @ <<r1>>,<<c1>> GET <<var>>                | Get Date
  29. @ <<r1>>,<<c1>> GET <<var>>                | Get Byte
  30. @ <<r1>>,<<c1>> GET <<var>>                | Get Integer
  31. @ <<r1>>,<<c1>> GET <<var>>                | Get Long
  32. @ <<r1>>,<<c1>> GET <<var>>                | Get Real
  33. @ <<r1>>,<<c1>> GET <<var>>                | Get Logical
  34.  PICTURE "<<var>>"                              | With Get Picture
  35. #                        | Without Get Picture
  36. #                        | With Get Picture Alt
  37. #                        | Without Get Picture Alt
  38.  RANGE <<var>>                    | With Range
  39. #                        | Without Range
  40.  WHEN <<var>>()                 | With PreField
  41. #                        | Without PreField
  42. \ VALID <<var>>()                | With Valid
  43. \                        | Without Valid
  44. END-OF-FILE
  45.