I havea problem with the use of the GetPen
In the follwing program
RclPict graf
GetPen x,y
Pause
I want that in the program show an image (OK) and that in certain places to make clic
with the pen, and when making click show other options. But when putting this code it
generate me x=0 and y=0. Why?
Note: Not alone I want to make a single click,but several click in the same image
I also want that when squashing a key of the classpad I am carried out different operations
If GetKey=13
then
Input a
end if
But it leaves me syntax error

