Function PrintTTY ( ByVal stringVal& ) As Long
Purpose: Output string to the TTY window of OneLiner or Power Flow.
Works in: OneLiner and Power Flow.
Parameters:
stringVal [in] String to be displayed.
Return value:
1 success
0 failure
Remarks:
Example:
stringVal$ = “ANSI X/R = “ & AnsiXR
If PrintTTY(stringVal ) = 0 Then GoTo HasError