Menu

#342 negative values and oct/hex formats

v1.0 (example)
closed-fixed
nobody
None
5
2018-04-08
2010-12-28
No

GDL> print, -1, format='(O)'
37777777777

IDL> print, -1, format='(O)'
177777

GDL> print, -1, format='(Z)'
FFFFFFFF

IDL> print, -1, format='(Z)'
FFFF

Discussion

  • Sylwester Arabas

    • status: open --> closed-fixed
    • Group: --> v1.0 (example)
     
  • Sylwester Arabas

    This works correctly as of 0.9.8
    Closing

     

Log in to post a comment.