Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[latitude!11] -> print array using 11 columns
[latitude','] -> print array with entries separated by a comma
[latitude%.5f] -> print real numbers with 5 decimal places
[latitude!11%.5f','] -> combination of the above


Note: to print all the values on one line, set the number of columns to 0 (zero).

...