Página 1 de 1

savetoarray method

Publicado: Mié Oct 04, 2006 10:56 am
por david fung
Is it possible to include the "array index" ? eg.
aItems := oDS:SaveToArray( {|Self| Str(<Array Index>,3) + ::Code + ": "+
Trim( ::Name ) } )
Thanks
David

savetoarray method

Publicado: Mié Oct 04, 2006 12:32 pm
por ignacio
David,
Done, it should be available on next release. It will be the second
parameter:
aItems := oDS:SaveToArray( {|Self, nArrayPos| .... } )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45237736@news.xailer.com...]45237736@news.xailer.com...[/email]
> Is it possible to include the "array index" ? eg.
>
> aItems := oDS:SaveToArray( {|Self| Str(<Array Index>,3) + ::Code + ": "+
> Trim( ::Name ) } )
>
>
> Thanks
> David
>

savetoarray method

Publicado: Mié Oct 04, 2006 12:32 pm
por NoName
David,
Done, it should be available on next release. It will be the second
parameter:
aItems := oDS:SaveToArray( {|Self, nArrayPos| .... } )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=45237736@news.xailer.com...]45237736@news.xailer.com...[/email]
> Is it possible to include the "array index" ? eg.
>
> aItems := oDS:SaveToArray( {|Self| Str(<Array Index>,3) + ::Code + ": "+
> Trim( ::Name ) } )
>
>
> Thanks
> David
>

savetoarray method

Publicado: Mié Oct 04, 2006 1:32 pm
por david fung
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> Done, it should be available on next release. It will be the second
> parameter:
>
> aItems := oDS:SaveToArray( {|Self, nArrayPos| .... } )
>
> Regards,
>
Great, thanks. Looking forward to the next release !
David

savetoarray method

Publicado: Mié Oct 04, 2006 1:32 pm
por david fung
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> Done, it should be available on next release. It will be the second
> parameter:
>
> aItems := oDS:SaveToArray( {|Self, nArrayPos| .... } )
>
> Regards,
>
Great, thanks. Looking forward to the next release !
David