<> See also: ...<
> See also: ... == FieldIdToCoords == ||Usage: ||!FieldIdToCoords(fieldId) || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||fid = 284460<
>echo !FieldIdToCoords(fid) || This example finds the coordinates of a field id: . {{{ fid = 284460 echo FieldIdToCoords(fid) Result: 14:58:01 Starting script 14:58:01 Running line 1 14:58:01 fid = 284460 14:58:02 Running line 2 14:58:02 460,355 14:58:03 Script stopped }}} ---- CategoryFunctions