ok i have the following text file that contains:
[USERS]
Bob=1
Dog=2
johnny=3
[PRIVS]
Bob=4
Dog=5
johnny=6
how would i make a function that for example if I went ProfileString("file.txt","[USERS]","johnny");
would return 3 for johnny? All help is appreciated.