LogWindow.LogString

This page contains reference documentation for the LogString function. This function displays a string in the Output Editor display window.

Prototype

int LogString( string OutputString )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

Application.Log.LogString ( "Display this string!" );

Working Sample Code

For sample code: