Newly added placeholders
New: :Notes.Ph.BodyText_NoBreaks: placeholder
Produces notes text with no linebreaks added
New: :Notes.Ph.BodyText_CodedBreaks: placeholder
Produces notes text with "coded" line and paragraph breaks:
ENTER becomes !P! (vbcrlf)
Shift+ENTER becomes !B! (chr$(11))
This is mostly useful to developers who need to use the notes text for special purposes and need to handle linebreaks/paragraph breaks themselves.
[Previous] [Home] [Next]