On Wed, 11 Jan 2006 11:07:14 GMT, changling <allspam@[EMAIL PROTECTED]
>
wrote:
>
>a = DIR$("C:\*.*")
>DO
> LISTBOX ADD hDlg, lID, a
> a = DIR$
>LOOP UNTIL a = ""
That'll work, but:
LOOP UNTIL LEN(a) = 0
is slightly faster, and a bit more logical to me.
--
Peter Manders.
Post may contain irony: discontinue use if experiencing mood swings,
nausea or elevated blood pressure.


|