|
-
Aug 31st, 2000, 12:27 PM
#1
Thread Starter
Member
I'm using an ftp class that gets a directory list
into a disconnected recordset
but when i have the recordset I can't get a string out of it to put into a variable.
dim rs as recordset
rs = oFTP.getdirectorylist
rs.open
rs.movefirst
dim vTemp as string
while not rs.eof
'vTemp = rs' -->no good
vTemp = Cstr(rs)' -->no good
any ideas??
-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*Morgan Cellular Technologies
[email protected]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|