Method Get():new() Foundation
Creates an instance of the Get class.
Get():new( [<nRow>], ;
[<nCol>], ;
[<bVarBlock>], ;
[<cVarName>] , ;
[<cPicture>] , ;
[<cColor>], ;
[<bValid>], ;
[<bWhen>] ) --> oGet
Type of data | PICTURE-format |
---|---|
Character | Character string filled with "X" |
numeric | Character string filled with "#" |
logical | "L" |
Date | "99 99 99" |
The class method :new() returns a Get object. The arguments passed to :new() are assigned to the instance variables :row, :col, :block, :name, :picture and :colorSpec, respectively.
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.