• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Revision 1 as of 2014-12-26 20:02:18

    Clear message

    See also: ...
    See also: ...

    FieldIdToCoords

    Usage:

    FieldIdToCoords(fieldId)

    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