Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameterscope="col" Description
tablenameName of the table from which to delete a row.
keySpecifies the key for the row to delete. Keys are @fm-delimited. You can pass '*' to delete all rows.
lockflagSpecifies whether or not the row is locked during the delete row operation. If a row is locked by another station or process, it won't be deleted.

If lockflag is null or zero, no locking takes place.

See also

Delete()List_Keys

Remarks

Code Block
run Delete_Row "CAR_PARTS", "4*7", 0

...