Sideway
output.to from Sideway
Draft for Information Only

Content

VBScript Object Methods
 Add Method
  Syntax
  Argument
  Remark
  Applied to
 Exists Method
  Syntax
  Argument
  Remark
  Applied to
 Items Method
  Syntax
  Argument
  Remark
  Applied to
 Keys Method
  Syntax
  Argument
  Remark
  Applied to
 Remove Method
  Syntax
  Argument
  Remark
  Applied to
 RemoveAll Method
  Syntax
  Argument
  Remark
  Applied to

VBScript Object Methods

Some typical predefined Elements are.

  •  Object:
    • Exists Method
    • Items Method
    • Keys Method
    • Remove Method
    • RemoveAll Method
  • Dictionary Object:
    • Add Method

Add Method

last updated 09 Dec 2017

is to add a given key and item pair to the associated Dictionary Object.

Syntax

dictobjvar.Add key, item

Argument

dictobjvarRequired. Must be the variable name of a Dictionary Object.AddRequired Method Keyword. To specify the Add Method of a Dictionary Object.keyRequired. The key associated with the item being added.itemRequired. The item associated with the key being added..Required. the dot notation used to access the Method of an object.,Required. the delimiter to separate the key and item parameters.

Remark

  • An error occurs if the key already exists.

Applied to

Dictionary Object

Exists Method

last updated 09 Dec 2017

is to return a Boolean value indicating the given key exist with True or does not exist with False.

Syntax

objvar.Exists(key)

Argument

objvarRequired. the variable name of the associated Object instantance.ExistsRequired Method Keyword. to specify the Exists Method of an Object.keyRequired. to specify the key that being searched for in the object..Required. the dot notation used to access the Method of an object.(…)Required. the brackets to enclose the key.

Remark

  • Exists Method is a genetic Method for all being supported Object.

Applied to

Dictionary Object

Items Method

last updated 09 Dec 2017

is to return an array containing all existing items of the associated Dictionary Object.

Syntax

objvar.Items()

Argument

objvarRequired. the variable name of the associated Object instantance.ItemsRequired Method Keyword. to specify the Items Method of an Object..Required. the dot notation used to access the Method of an object.(…)Required. the brackets to enclose any needed parameter.

Remark

  • Items Method is a genetic Method for all being supported Object.

Applied to

Dictionary Object

Keys Method

last updated 09 Dec 2017

is to return an array containing all existing keys of the associated Dictionary Object.

Syntax

objvar.Keys()

Argument

objvarRequired. The variable name of the associated Object instantance.KeysRequired Method Keyword. To specify the Keys Method of an Object..Required. the dot notation used to access the Method of an object.(…)Required. the brackets to enclose any needed parameter.

Remark

  • Keys Method is a genetic Method for all being supported Object.

Applied to

Dictionary Object

Remove Method

last updated 09 Dec 2017

is to remove an element with the specified key from an associated Dictionary Object.

Syntax

objvar.Remove(key)

Argument

objvarRequired. The variable name of the associated Object instantance.RemoveRequired Method Keyword. To specify the Remove Method of an Object.keyRequired. To specify the Key of the element of an Object to be removed..Required. the dot notation used to access the Method of an object.(…)Required. the brackets to enclose the key.

Remark

  • Remove Method is a genetic Method for all being supported Object.
  • An error occurs if the specified key does not exist.

Applied to

Dictionary Object

RemoveAll Method

last updated 09 Dec 2017

is to remove all elements of the associated Dictionary Object.

Syntax

objvar.RemoveAll()

Argument

objvarRequired. The variable name of the associated Object instantance.RemoveAllRequired Method Keyword. To specify the RemoveAll Method of an Object..Required. the dot notation used to access the Method of an object.(…)Required. the brackets to enclose any needed parameter.

Remark

  • RemoveAll Method is a genetic Method for all being supported Object.

Applied to

Dictionary Object

©sideway

ID: 180500009 Last Updated: 5/9/2018 Revision: 0


Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019