Function WSay() Foundation

Displays a string at specified row/column coordinates in a window.

Syntax
WSay( [<nWindowID>], ;  // Default: WSelect()
      <nRow>       , ;
      <nCol>       , ;
      <cString>    , ;
      [<cColor>]     ;  // Default: WColor()
    ) --> NIL
Description

The function works like the @ SAY command except that WSay() is restricted to the window specified with <nWindowID>. Note that the origin 0,0 indicates the first upper left position where screen output may occur. This excludes a frame defined with WBox().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.