Purpose With DeleteRow you can delete a table row from a structured variable.
Example
DeleteRow table=V[customers] index=2
Format DeleteRow table=V[tabname] index=k
  • If the index is less than 1 or greater than V[tabname.rowcount] no action is taken.

    With
    if Q[ok]
    you can query whether the index was between 1 and V[tabname.rowcount]
Components GuiXT + InputAssistant