Library /sys$common/syshlp/basichelp.hlb
Graphics, PICTURE

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

  A PICTURE subprogram defines a graphics display and can be invoked  with
  the  DRAW statement.  The PICTURE statement marks the start of a picture
  definition.  Note that  passing  mechanisms  should  not  be  used  when
  declaring parameters; pictures are VAX BASIC subprograms and use default
  passing mechanisms.

  Example

  PICTURE box(SINGLE left_1,right_1,bottom,top)
      PLOT LINES :  left_1, top;     &
                    right_1, top;    &
                    right_1, bottom; &
                    left_1, bottom;  &
                    left_1, top
  END PICTURE

  Additional Information (explode) :

  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.