ProvideX V8.20 > Language Reference > 4. System Variables
563
LWD System Variable
            Current Working Directory
String System Variable
Contents
String, pathname of current working directory
Description
This system variable contains the full pathname of the current working directory.
Examples
->?LWD
C:\Program Files\Sage Software\ProvideX
->
MSE System Variable
     Mouse State
String System Variable
Contents
String, current state of mouse.
Description
This system variable contains a 32-byte string that describes the current state of the
mouse. The following table shows the positions of all mouse attributes represented
in the MSE string:
MSE String
Description
(1,1)
Current state:
$FF$  Mouse inactive/unavailable.
$00$  DOS environment, no mouse.
$01$  Left button down.
$02$  Right button down.
$03$  Both buttons down.
(2,1)
Current mouse column in binary.
(3,1)
Current mouse line in binary.
(4,2)
Current mouse X (column) position in binary.
(6,2)
Current mouse Y (line) position in binary.
(8,1)
Absolute column #.
(9,1)
Absolute row #.
(10,1)
Standard character width.
(11,1)
Standard character height.
(12,1)
Width of Scroll box on standard scroll bar.
(13,1)
Height of Scroll box on standard scrollbar.
(14,2)
Mouse X (column) position relative to current window in binary.