It will return all three hobbies, separated by commas:
Dim hob as String = mp2("Hobbies")
Console.WriteLine(hob)'Should give output: "80-ball pool,Collecting dust,Watching pr0n" On Mar 1, 8:59 am, ARUN KUMAR <[email protected]> wrote: > Cerebrus I have small doubt > > String hob=mp2("Hobbies") > > which string will return Hobbies property? > because your hobbies property more then one
