Ok, so I ran that with the following, though instead of looping I opted to just output it as two vectors.
printf, 3, format='(F,";",F)', vector1 ,vector2
Regardless, it does the same thing: prints several zeros, then the first number, then several zeros then the second number.
It is almost like it thinks that things should be aligned on the right... Is it just me or does it seem absurd to have this as the default output setting. One would think that default output would be something left aligned with a single delimited between values.
|