#Iftrue (#version_number == 6); [ MoveCursorV6 line column charw; ! 1-based postion on text grid @get_wind_prop 1 13 -> charw; ! font size charw = charw & $FF; line = 1 + charw*(line-1); column = 1 + charw*(column-1); @set_cursor line column; ];