I'm using the switch statement to make use of some information in a file and print it out...The problem is there are two field in the file that are similiar...Code and UserCode....so when i switch on 'code' it sometime print out the value for UserCode...Is there a way i can fix this?