1. How do i convert an object (students) which is of type string into a string.
2. How do i remove all characters from a string after a space character.
ie. i want to read an Object eg. "WILSON","MBCP" convert it to a string and then remove "MBCP". Then i will be left with "WILSON".
If there is a simpler way to do it. I would like to know how.
Thanks