Mayank Agarwal 7.Feb.12 03:30 AM a Web browser Notes Client6.5.5Windows XP
Hi,
What is the function to select text in a message? For instance, I want to select the first 3 lines of the message I am composing, and change the font. @Command([EditGotoField]; "Body") takes me to the message body, and @Command([EditRight]; "3") or @Command([EditDown]; "3") will move the cursor, but won't SELECT the text.
I don't want to use @Command([EditSelectAll]) as the message I'm replying/forwarding may be quoted below and I only want to change the font for my own part.
How do I do the equivalent of [Shift]+[Arrow key] to highlight text?