dim tis as TextInputStream

Do
        // stuff
Loop Until tis.EOF

On Jun 11, 2006, at 5:54 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:

Hi there.

In my program I create a file with a list of users and their passwords. I do this using textstream. However, now I want to read the file in to compare the allowable users with their passwords and
security settings.

In Visual basic I can do a read until the End of File, however i don't seem to be able to find an option that will check for that. I was thinking of creating my own marker, and then removing it should a new
user be added.

Any ideas??

Michael

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to