Purpose With DeleteRow you can delete a table row from a structured variable.
Examples

Further examples
DeleteRow V[customerinfo] table= V[customers] index= 2
Format DeleteRow V[strname] 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]
Tips & Tricks
Components GuiXT + InputAssistant