RE: CTRL+K Multi-format
use the sintax Chr$(nCCNotify) to create a string that has that constant. append strings to get the text.
No, there isn't any way to popup the ctrl+k box
PS: Example
my_string = chr$(nCCColor) & "8,2This text will be yellow over blue"
now you can use my_string to be returned to Plus!
|