hou.hscript function

Executes the given hscript command and returns a 2-tuple of strings where the first string contains the regular output of the executed command and the second string contains the error output. You can specify multiple commands by using ';' or the newline character as the separator.

All Usage Replaces

Usage

hscript(command) → tuple of strings

Replaces

execute expression function