Page 1 of 1

ReadList

Posted: Tue May 17, 2005 2:09 am
by juliyas
Hi all,

Somebody used the READLIST function?
Is it get only the keys or a full record?

thanks,
Juliya

Posted: Tue May 17, 2005 2:43 am
by ArndW
Read BASIC command READLIST will take the contents of a SELECT list and put it into a variable. SELECT lists usually contain a list of HASH file keys.

So once you have your SELECT list contents in a variable you will have to open the hash file, loop through the entries in the list and do an explicit READ on each record.

Posted: Tue May 17, 2005 5:59 am
by juliyas
thanks