Hi friends,

I have a class mudule and i have called it log.
I have some options in that class so i can for exaple scan a logfile wit it and ask the username. For example msgbox log.username
My question now is how can i add more options for that username. for example log.username(x).name or log.username(x).phonenr

the code i have now is:

Public Function user() As String
user = ..........
End Function


thanks,