Hi Bruce, I need to show a number over each Icon.
Ive tried with
x# = ((ppqc:Longitud - net.LongitudeX) / net.LongitudePerPixel)
y# = ((net.LatitudeY - ppqc:Latitud) / net.LatitudePerPixel)
b" = '1'
!MESSAGE(net.LatitudeY&' '&net.LongitudeX&' '&x#&' '&y#&' '&clip(b"))
net.draw.setPenWidth(3)
net.draw.setPenColor(COLOR:Black)
net.draw._ShowFull(x#,y#,clip(b"))
HOw to do it?
Thanks