Note_Operation
Note [/K/NOCR] waveName [, str ]
The Note operation appends str to the wave note for the named wave.
Parameters
str is a string expression.
Flags
| /K | Kills existing note for specified wave. |
|---|---|
| /NOCR | Appends note without a preceding carriage return (\r character). No effect when used with /K. |
Examples
Note/K wave0 // remove existing note
Note wave0, "This is the first line of the note"
Note wave0, "This is the second line of the note"
Note/K wave0, "This is now the only line of the note"
See Also
To get the contents of a wave note, use Functions[note].