Page 1 of 1

TextNoteEx macro N_VERT value is wrong in online doc

Posted: Tue Aug 03, 2010 1:57 pm
by pat.grider@albemarle.com
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.

Posted: Tue Aug 03, 2010 6:40 pm
by DPlotAdmin
Actually the docs are correct. The "0x" signifies hexadecimal. N_VERT = 128, which is 0x80 in hex.

Posted: Wed Aug 04, 2010 8:55 am
by pat.grider@albemarle.com
Agreed. If I'd bothered to read the 1st paragraph of the online help for TextNoteEx instead of barging ahead to the N_VERT definition I would have seen this sentence:

A 0x prefix for numbers in the descriptions below indicates hexadecimal notation; e.g. 0x0010 = 16.

:)