MCOL()

From Recital Documentation Wiki
Revision as of 11:45, 23 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Screen Forms


Purpose

Return the current mouse column position


Syntax

MCOL()


See Also

INKEY(), LASTKEY(), MROW(), ON MOUSE


Description

The MCOL() function returns the numeric value of the current mouse column position.

In Recital Terminal Developer, the MCOL() 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 Mirage Server, Recital Terminal Developer