<vizinfo>.message

Change the info box message

 

<vizinfo>.message(
    text    

)

 

text

The new text to display


Remarks

This command will change the text displayed by the info box.

Return Value

None

Example

import vizinfo

info = vizinfo.add('Script info')

#Change info message
info.message('Updated script info')

See also

<vizinfo>.title