[HELP] VB6 - Database Manipulation - VB6 [HELP] ›› .INI storing to be specific :P

Joined
Dec 1, 2007
Messages
2,787
Reaction score
480
[HELP] VB6 - Database Manipulation - VB6 [HELP] ›› .INI storing to be specific :P

Well I'm in the process of re-doing the database structure for my program which is now using a database of .INI's, I currently have them reading as

Code:
user=Parker
pass=lol123
score=30
record=17

And I'm now trying to get them to read like so:
Code:
Parker * lol123 * 30 * 17
'*Astrix represents the hit of the tab key to make the long space.

Anyone care to lend a hand on how to solve this I do not wish to store them in this way anymore

[pie]
user=Parker
pass=lol123
score=30
record=17
[/pie]
 
Last edited:
Back