When you say there are hexidecimal values in the ini file, what format are they in? Are the hex values themselves there, or are there strings of ascii charactrers that need to be interpretted as hex values (i.e. 1EF3459BC66A10FF4)?
It's probibly the latter, but if you post an example of what is in the ini file and I'll post you an example of how to read it...
Mike...
PS: What sort of array do you want these hex values broken down into? Integers? Floats? 16-bit? 32-bit?