OutputDebugString Method

The OutputDebugString method prints a debug message.

VBScript Syntax

IProject.OutputDebugString message

Parameters

message

a string specifying the text to output. (VT_BSTR)

Return Value

none

Example

IDispProject.OutputDebugString  "some string"

© 1997-1998 Microsoft Corporation. All rights reserved.