Previous in Contents Next in Contents

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-2000 Microsoft Corporation. All rights reserved.