TextNoteEx macro N_VERT value is wrong in online doc
Moderator: DPlotAdmin
-
- Posts: 2
- Joined: Tue Aug 03, 2010 1:36 pm
TextNoteEx macro N_VERT value is wrong in online doc
The (otherwise excellent) online documentation for TextNoteEx gives the value for option flag N_VERT as 0x0080 which isn't right. The correct value for the N_VERT option flag is 0x0128.
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Actually the docs are correct. The "0x" signifies hexadecimal. N_VERT = 128, which is 0x80 in hex.
Visualize Your Data
support@dplot.com
support@dplot.com
-
- Posts: 2
- Joined: Tue Aug 03, 2010 1:36 pm