Next: hconcat() Up: MacAnova Help File Previous: haslabels()   Contents

hasnotes()

Usage:
hasnotes(x), x a variable that is not NULL.



Keywords: general, variables
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))}

See topics 'notes', getnotes(), attachnotes(), appendnotes().

hasnotes() is implemented as a pre-defined macro.


Gary Oehlert 2003-01-15