Jack

RTNLIST works but it creates a select list variable not a regular dynamic
array. 

This means you can use it to segregate list processing as below:

Execute "SSELECT VOC" RTNLIST SLIST CAPTURING OUT
Crt "OUT= ":OUT
Fin = @False
Loop
  ReadNext Id From SLIST Else Fin = @True
Until Fin Do
  Crt "Id = ":Id
Repeat

What you can't do is use it for a ReadList statement.

Brian
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of jig 
> (sent by Nabble.com)
> Sent: 31 March 2006 13:53
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] [UD] Executing save-list
> 
> For those not sure :
> 
> EXECUTE TCL.COMMAND RTNLIST THE.LIST CAPTURING DISCARD
> 
> The above command in Universe will not work. Even though the 
> manual says it does. 
> We did the following to get the same effect :
> 
> EXECUTE TCL.COMMAND CAPTURING DISCARD
> READLIST THE.LIST ELSE THE.LIST = ""
> 
> good luck
> 
> Jack Garivaldis
> Interactive Data
> Melbourne
> Australia
> --
> View this message in context: 
> http://www.nabble.com/-UD-Executing-save-list-t1359368.html#a3688795
> Sent from the U2 - Users forum at Nabble.com.
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to