Arbortext Command Language > Functions by Alphabetical Listing > goto_oid
  
goto_oid
goto_oid (oid[, pos])
This OID function moves the cursor to the position given by oid, pos. goto_oid does not reposition the screen when moving the cursor.
pos can be any of the following values:
-1 — The cursor is placed immediately before the end tag of the element identified by oid.
-2 — The cursor is placed immediately before the start tag.
-3 — If oid is a start tag the cursor is placed immediately after the end tag. Otherwise the cursor is placed at the end of the object.
If pos is omitted, the cursor is placed after the start tag identified by oid.
Related Topics
caret command
scroll_to_oid built-in function