pulIMacro GetNoteText
Returns the text of current macro’s note.
Syntax
pulIMacro GetNoteText
Application
HyperWorks Tcl Query
Description
This command returns the text of the current macro’s note.
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
puts [macro GetNoteText]
Errors
Returns 3 = HW_InvalidHandle if there is an invalid macro handle.
Returns 1 if note text does not exist in the macro.
Keywords
HyperWorks
Macro
Tcl