The types for "a" and "b" would help. Better yet,
post a code fragment or two with structures, variable
declarations & the lines of code you're having
problems with.
--
-Richard M. Hartman
[EMAIL PROTECTED]
186,000 mi./sec ... not just a good idea, it's the LAW!
> -----Original Message-----
> From: Stuart Norton [mailto:[EMAIL PROTECTED]]
>
> I'm trying read data stored as 'chars' into a structure with suitable
> numeric formats. Firstly, how come when I assigned the data
> using a= (UInt)
> b; (for example) it comes up with some negative values on
> doing a StrPrintF
> for the data (using %d)? Am I missing something obvious?
>
> Thanks
>
> Stuart Norton
>
>