Thanks, JSoftware! I had to change the array index to compensate for little-endian storage, but your solution worked!

Code:
   for I := 0 to 9 do
      Values[9 - i] := strtoint('$'+copy(value, 20-i*2-1, 2));
Mason