S
Smoke
(Sorry, i repost here coz i got no answer)
This seems to be pretty good, but i may look really stup**d asking this...
I did replaced all 0x0* for &H* but what does i do with those for example?
UnknownCode = 0x0;
Copyright = 0x8298;
ExifVersion = 0x9000;
Flash = 0x9209;
CFAPattern = 0xa302;
InteroperabilityIndex = 0x01;
InteroperabilityVersion = 0x02;
Those lost my idea of just replace 0x0, or i should replace 0x for &H only and 0x0201 is equal to &H0201 ?
Thanks....
This seems to be pretty good, but i may look really stup**d asking this...
I did replaced all 0x0* for &H* but what does i do with those for example?
UnknownCode = 0x0;
Copyright = 0x8298;
ExifVersion = 0x9000;
Flash = 0x9209;
CFAPattern = 0xa302;
InteroperabilityIndex = 0x01;
InteroperabilityVersion = 0x02;
Those lost my idea of just replace 0x0, or i should replace 0x for &H only and 0x0201 is equal to &H0201 ?
Thanks....