
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfget()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfGet()
Performs a get on the screen
------------------------------------------------------------------------------
Syntax:
dfGet( <nRow>, <nCol>, <bVar>|@<uVar>, <cPic>,;
<cColor> ) --> NIL
Parameters:
<nRow>, <nCol> Get coordinates
<bVar>|@<uVar> Variable to get
<cPic> Get picture
<cColor> Get color
Returns:
NIL
Description:
Performs a get at given screen coordinates
Example:
LOCAL cString := SPACE(20)
dfGet( 10, 10, {|x|IF(x==NIL,cString,cString:=x)},;
"@S10", "W+/B" )
// OR
dfGet( 10, 10, @cString, "@S10", "W+/B" )
See also:
dfGetW()
See Also: dfGetW()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson