DebugWrite Method
Writes a text to the output window.
Namespace: PCBIScript.DebugHelpAssembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 17.0.0.0 (17.0.0.0)
public static void Write(
string text
)
Public Shared Sub Write (
text As String
)
public:
static void Write(
String^ text
)
static member Write :
text : string -> unit
Parameters
- text String
- The output text