<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">Add Method- SDT Collection

Scope

Objects: Procedures, Reports, Transactions, Web Panels, Work Panels

Languages: .NET, Java, Visual Basic

Interfaces: Web, Win

Purpose

Adds an Item to the structured date type collection.   

Syntax

Add( Item[, Position])

 

Where:

Item

Variable based on SDT

 

Position

Relative position

Description

It Adds Item to the collection relative position: Position.
If Position is omitted, or “0” is specified, the Item is added at the end of the collection.
Position starts in 1.

 

Note:

This only applies to SDT collections.

See Also

Item Method

Remove Method

Clear Method

Count Property

Structured Data Type Object

More Details

Structured Data Type