JSELECTLIST OBJECT

Man Page Index


The jSelectList Object is created by the Select method of the jEDI Object. It holds a list of record keys that are used by the Readnext method to supply the next record key.

 

 

ReadNext Method

Retrieves the next element from a jSelectList object.

 

Syntax

destvar = jSelectListobject.ReadNext

 

Part

Description

Destvar

The name of a string that receives the element.

jSelectListobject The name of a jSelectListobject to operate on.

 

Remarks

If there are no more elements in the list then ReadNext will return an error status.

 

 

Writelist Method

Stores a jSelectList in the jBase work file.

 

Syntax

jSelectList object .WriteList Name

 

Part Description
Name A string expression that evaluates to the name of the list to be written.
jSelectListobject The name of a jSelectListobject to operate on.

 

REMARKS

By default, lists are saved in the jBASEWORK file.

 


OBJEX