Isxtv is a lightweight interface object between Sphinx-aware programs and the Sphinx TV driver (sxtv). Note that any object in a program's object hierarchy can use isxtv, not just the top object. This allows output from anywhere in a program and can be very useful. Spin interface methods
' A simple demonstration of isxtv ' Note: Sphinx-aware programs don't need clock settings obj term : "isxtv" f: "sxfile" pub Main term.str( string("Howdy") ) term.out( 13 ) ' Our work here is done. Now back to the command shell: f.Open( string("sphinx.bin"), "R" ) f.Execute( 0 ) |