Chapter Contents

Previous

Next
List Box: _add

List Box: _add



Adds a new item to a list box


Syntax
Details

Syntax

CALL NOTIFY (list-box-name, '_add', item-text, row);

Argument Type Description
item-text
C specifies the text to insert in the list box
row
N specifies the row to insert the text in. A value of - 1 inserts the text at the bottom of the list box.


Details

The row argument specifies the actual row in the overall list, not its position in the displayed list. For example, the fifth item in the list might be displayed at the top of the list box. In this case, row would be 5.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.