
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfscrgetnum()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfScrGetNum()
Will capture a numeric from video @Row x @Col
------------------------------------------------------------------------------
Syntax:
dfScrGetNum(<nRow>,<nCol>) --> nVal
Parameters:
nRow> Row from which to start a video capture.
nCol> Column from which to start a video capture.
Returns:
<nVal> Return Value.
Description:
Starting at <nRow>, to <nCol> capture from video the displayed number
and return it.
Example:
@ 10. 10 SAY" 100 300"
? dfScrGetNum(10, 10) // return 100
? dfScrGetNum(10, 11) // return 100
? dfScrGetNum(10, 12) // return 100
? dfScrGetNum(10, 13) // return 0
? dfScrGetNum(10, 14) // return 300
See also:
dfAliveGet()
See Also: dfAliveGet()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson