• Welcome to Valhalla Legends Archive.
 

Argument Not Optional

Started by Dyndrilliac, November 13, 2003, 09:13 AM

Previous topic - Next topic

MrRaza

I used to work with INI-File type functions alot. I'll post some of my old code, if i can find it.

Adron

Quote from: Grok on November 15, 2003, 08:50 PM
Ah, makes sense.  I wrote an INI class that has a GetSection() method which takes advantage of that feature.

I was thinking maybe the original poster was confused about that, thinking that if he passed in empty strings, he'd get everything. And that assigning it to List would automagically parse it out for him.

Dyndrilliac

Quote from: Adron on November 16, 2003, 07:09 AM
Quote from: Grok on November 15, 2003, 08:50 PM
Ah, makes sense.  I wrote an INI class that has a GetSection() method which takes advantage of that feature.

I was thinking maybe the original poster was confused about that, thinking that if he passed in empty strings, he'd get everything. And that assigning it to List would automagically parse it out for him.
That was my original intention - I wanted to pick a file to tretrieve all the data from so i could have unlimited usernames and compare the username they chose with the password on the same line of the other file that would hold the passwords.
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.