Posted: Wed Sep 05, 2001 11:17 pm
Restored from previous forum. Originally posted by Franco.
Can anybody tell me why this not works? Is something missing?
Structure pt
x.l
y.l
EndStructure
Dim Cursor.pt(8)
GetCursorPos_(Cursor)
xPos$=str(Cursor(0)\x)
yPos$=str(Cursor(4)\y)
MessageRequester("Cursor Position:",xPos$ + " , " + yPos$, 0)
Have a nice day...
Franco
Can anybody tell me why this not works? Is something missing?
Structure pt
x.l
y.l
EndStructure
Dim Cursor.pt(8)
GetCursorPos_(Cursor)
xPos$=str(Cursor(0)\x)
yPos$=str(Cursor(4)\y)
MessageRequester("Cursor Position:",xPos$ + " , " + yPos$, 0)
Have a nice day...
Franco