Sideway BICK BlogSideway BICK BLOG from Sideway

A Sideway to Sideway Home

Link:http://output.to/sideway/default.asp?qno=180501502

Resources and links .MS MSDN DotNet Framework 4

DotNet links from msdn.microsoft.com

Source/Reference:
https://msdn.microsoft.com/library/ff361664(v=vs.110).aspx

Link:http://output.to/sideway/default.asp?qno=180500015

Script, Scripting Language, VBScript elements, Server-Side VBScript Object Element Debug Method

VBScript Methods of Debug Object

Some typical predefined Elements are.

  • Debug Object:
    • Write Method
    • WriteLine Method

Write Method

last updated 12/10/2017

is to send strings given str1, str2, …, and strN strings to the script debugger, followed by a newline character..

Syntax

Debug.Write([str1 [, str2 [, … [, strN]]]])

Argument

Debug.WriteRequired Keywords. The keywords used to specify the Source Property of the Err Object.([str1 [, str2 [, … [, strN]]]])Optionial. Strings to send to the script debugger.

Remarks

  • The Write method sends strings to the Immediate window of the Microsoft Script Debugger at run time. If the script is not being debugged, the Write method has no effect.
  • The Write method is almost identical to the WriteLine method. The only difference is that the WriteLine method sends a newline character after the strings are sent.

Requirement

3

Applied to

Debug Object

WriteLine Method

last updated 12/10/2017

is to send given str1, str2, …, and strN strings to the script debugger, followed by a newline character.

Syntax

Debug.WriteLine([str1 [, str2 [, … [, strN]]]])

Argument

Debug.WriteLineRequired Keywords. The keywords used to specify the Source Property of the Err Object.([str1 [, str2 [, … [, strN]]]])Optionial. Strings to send to the script debugger.

Remarks

  • The WriteLine method sends strings, followed by a newline character, to the Immediate window of the Microsoft Script Debugger at run time. If the script is not being debugged, the WriteLine method has no effect.
  • The WriteLine method is almost identical to the Write method. The only difference is that the Write method does not send a newline character after sending the strings.

Requirement

3

Applied to

Debug Object

WriteLine Method

last updated 12/17/2017

is to write a given string and newline character to a file of the associated TextStream Object.

Syntax

fsostreamobjvar.WriteLine([string])

Argument

fsostreamobjvarRequired. to specify the associated Object instance reference.WriteLineRequired Keyword. to specify the Method of associated Object.stringOptional. The text you want to write to the file. If omitted, a newline character is written to the file.

Applied to

TextStream Object

Sideway BICK Blog

15/05


Copyright © 2000-2020 Sideway . All rights reserved Disclaimerslast modified on 26 January 2013