Parsing Float Values

You can use the strtok() function to throw away the part up to, and including the delimiter. Then, use strtok() again to get the token of interest, if the record contains other than just the number characters.