01-25-2008 09:38 AM
01-25-2008 11:43 AM
01-25-2008 12:05 PM
01-25-2008 12:16 PM
01-25-2008 12:39 PM
Dear Smercurio_fu,
HAHA!Sorry!Yes, my meaning of pervous mesage was "divide", I typed wrong.
I got your meaning and the relationship between string and no. of loop.
Let's use a actual value with this example.
No. of point = 1758
String length of "db point with hexdemical" = 7042 (BOTH Result by measurement)
In the string length, the first 10 characters are not use, therefore, i use
"start measurement point" (0) x 4 +5 = 9 to make a offset to shift.
by Calculation, the reminder length of string is equal to 7042-10 = 7032
7032/4 = 1758 which show that the string can be divided by 4.
Kim
01-25-2008 03:14 PM
01-25-2008 11:14 PM
01-28-2008 08:50 AM