|
Re: Can Someone help me with this baffling problem
It would seem from what you have described that the clips and pictures are numbered in order , but in Hexadecimal as opposed to decimal , so you have the digits
0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f
and these would get used before carrying a place , so for instance 000f in hex would be 0015 in decimal and so on.
I know it doesnt help much , and its not very user friendly , but there you go , maybe there is some way of changing from hex to decimal in the menus somewhere ?
|