I have two questions;
(1)how do i skip an unwanted character while reading from a file ?
(2) how to i limit the number of characters i want to extract while reading from a file.
Maybe you could give some example(s) of the contents of the file and the types of problems you need to solve in terms of how your program should interpret the data. e.g. is it numbers or strings or individual characters ...
SS van der Merwe;PJ Ferreira;HW du Plessis;DF Kodisang;
i need to extract only the first 8 characters of each employee name which is seperted by a semi colon. i must exclude any whitespaces and alphanumeric characters.