Description
Deletes a specific line from a zone that contains multiple lines.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.DeleteLine (nLineNumber)
Parameters
Object is a reference to the Zone object. For more information, see Zone Object (page Zone Object).
DeleteLine is the command.
nLineNumber is the row number that will be deleted.
Example
MyZone.DeleteLine 2