DebOut Function | |
Write information to the Debug Terminal Program
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION DebOut(
args PARAMS USUAL[]
) AS VOID
public static void DebOut(
params Usual[] args
)
Request Example
View SourceParameters
- args
- Type: Usual
List of values to display on the debug terminal
See Also