|
-
Dec 29th, 1999, 12:01 PM
#1
Thread Starter
Hyperactive Member
Ok I made a program that has you log in using a username and password. THe username and password are set in stone in the code but what i want is to be able to change your username or password. so i figured I would have the password thing look for the username and password in an ini file and if they want to change it then it would just rewrite the ini information. well I put in the
[username]
username=chris
[pass]
pass=chris
in the ini file. I did it by opening the file and just typing it in and it didn't work and then i deleted it and had my code write it in and it still didn't work. What keeps happening is that when it goes to read it it reads it like this chris| || || || || || || || || || || || | os something close to that the bars are very fat and close together. WHy does it put all those bars in? I figured this out by using the debug thing and when that is yellow it says username = chris| || || || || || || || well if you have any ideas please help thanks
sincerely, CHris
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
|