VB 6 write to .txt file

Discussion in 'Software' started by DutchMarco, Jul 31, 2008.

  1. DutchMarco

    DutchMarco Corporal

    This is for a school project. I made a log in system that sorta works.. there is just one problem.

    The problem is when registering a new user.
    What I'm doing is, I make a new .txt file for each user with on the first line the user name and the second line the password.
    The problem is, when the file is created and the data is stored it is stored with the annoying little @#$&*: "..."

    So then when it reads from the text file it reads the ".."
    Eg.

    When user enters his password as: ABCD
    The program compares it to the file which has: "ABCD"
    therefore the user is denied access.

    My question: How do I get rid of the "..."
    Thanks in advance.

    I think the problem is really in the last 5 lines.

    RegUNam, RegPass are dimmed as String
    Code:
    Register_Name:
    RegUNam = InputBox("Enter desired username", "Username")
    If RegUNam = "" Then
    Response = MsgBox("Do you wish to try again?", vbYesNo, "Username")
    If Response = vbYes Then GoTo Register_Name
    If Response = vbNo Then Exit Sub
    End If
    RegPass = InputBox("Enter password", "Password")
    If RegPass = "" Then
    Response = MsgBox("Do you wish to try again?", vbYesNo, "Username")
    If Response = vbYes Then GoTo Register_Name
    If Response = vbNo Then Exit Sub
    End If
    
    Open "E:\Multimedia\Documents\Marco\SDD\Assignment\Users\" & MyName & ".txt" For Output As #2
    Write #2, RegUNam ' GET RID OF "..." HERE OR...........
    Write #2, RegPass
            Close #2
            MsgBox "User created."
        Exit Sub

    THANK YOU FOR HAVING A LOOK!!
     
  2. DutchMarco

    DutchMarco Corporal

    No worries.. I found a different way to do it.

    instead of changing the writing, I changed the reading.
    It used to be Line Input #1, Saved_Name
    Now it's just Input #1, Saved_Name

    That ignores the " " in the .txt file
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds