Close, but not quite! I think the function you're after is res_data_get_titles. I think it returns the whole line, so to get the individual components you'd have to split the string up using str_token.
Close, but not quite! I think the function you're after is res_data_get_titles. I think it returns the whole line, so to get the individual components you'd have to split the string up using str_token.