in reply to Re^2: for-loop issue - swap gets crazy large
in thread for-loop issue - swap gets crazy large

You could dump them as strings if you want something readable, or you could get the underlying bytes using pack 'F' to avoid precision loss.