PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Screen and File Position Types
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
     Type     Description
 
     COL      File column number (zero-based)
     LINE     File line number (zero-based)
     BYTE     General byte-sized object, often an x or y coordinate.
 
     Type/Member           Description
 
     fl                    File location
         LINE lin             Line
         COL  col             Column
 
     rn                    File range
         fl flFirst           Starting position
         fl flLast            Ending position
 
     ARC                   Screen rectangle
         BYTE axLeft          Left column
         BYTE ayTop           Top row
         BYTE axRight         Right column
         BYTE ayBottom        Bottom row
                                    -♦-