Difference between revisions of "MROW()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Return the current mouse row position | Return the current mouse row position | ||
Line 36: | Line 32: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Screen Forms]] | [[Category:Screen Forms]] | ||
[[Category:Screen Forms Functions]] | [[Category:Screen Forms Functions]] |
Latest revision as of 17:15, 3 December 2009
Purpose
Return the current mouse row position
Syntax
MROW()
See Also
INKEY(), ISMOUSE(), LASTKEY(), MCOL(), ON MOUSE
Description
The MROW() function returns the numeric value of the current mouse row position.
In Recital Terminal Developer, the MROW() function always returns 0.
Example
procedure on_mouse m_colpos = mcol() m_rowpos = mrow() m_mouseop = lastkey() // process based on position and operation return on mouse do on_mouse inkey(0,"M")
Products
Recital