hasnotes(x), x a variable that is not NULL. |
Usage with example hasnotes(x) is True if and only if variable x has attached notes. Example: Cmd> x <- yourMacro(y) Cmd> if (hasnotes(y)){attachnotes(x, getnotes(y))} Cross references See topics 'notes', getnotes(), attachnotes(), appendnotes(). hasnotes() is implemented as a pre-defined macro.