RecordLinkList.ins Method

Inserts a record at the end of a list.

Syntax

public int ins(Common record)

Run On

Called

Parameters

  • record
    Type: Common Table
    The record buffer that is used to hold the record to insert.

Return Value

Type: int
The number of elements in the list.

See Also

Reference

RecordLinkList Class