Ok ive tried the commands eg: as per the manual storing TexT Xcurs pos for example. eg: txtxpos=Xcurs or txtypos=Ycurs
print txtxpos,txtypos same if i put print Xcurs,Ycurs
It says in manual they are both functions.??
If i try and compile this i get this error, main.aoz:437:13: warning: variable 'xcurs' used without been declared
main.aoz:438:13: warning: variable 'ycurs' used without been declared Notes from online manual...
Tracking the text cursor To track down the exact position of the text cursor, the following pair of functions may be used
XCURS function: return the x-coordinate of the text cursor x=Xcurs
YCURS function: return the y-coordinate of the text cursor y=Ycurs