Vbscript dictionary object properties, Visual Basic Programming

Assignment Help:

Just like normal objects Dictionary object also has definite properties. These properties can be set to any valid value & can be retrieved as and while required.

Property

Description

CompareMode Property

The comparison mode for the string keys.

Count Property

The number of items in any Dictionary objects.

Item Property

An item for any key.

Key Property

A key Syntax: VBScript Dictionary Object

Scripting. Dictionary

CompareMode Property

Sets & returns the comparison mode for comparing string keys in Dictionary object.

Syntax: object.CompareMode[ = compare]

The Compare Mode property contains the given parts:

Part

Description

Object

Required. Always the name of Dictionary objects.

 

Compare

Optional. If provided, compare is value representing the comparison mode utilized by functions such as StrComp.

The compare argument has the given settings:

Constant

Value

Description

VbBinaryCompare

0

Perform binary comparison.

vbTextCompare

1

Perform textual comparison.

 


Related Discussions:- Vbscript dictionary object properties

Hangman, how to add the hangman images

how to add the hangman images

Loops - VBScript, Using Loops to Repeat Code Looping let you to run a g...

Using Loops to Repeat Code Looping let you to run a group of statements repeatedly. Some loops repeat statements till a condition are False; others repeat statements till a con

Making decisions with select case, The Select Case structure provides an op...

The Select Case structure provides an option to If...Then...Else If for selectively executing one block of statements from amongst multiple blocks of statements. Any Select Case st

Explain class module and standard module, Difference between Class Module a...

Difference between Class Module and Standard Module? Standard module: -This place for variable declarations,procedures etc.& it can accessed these procedures in whereve

Steps to create a rectangle in the client region, STEPS TO CREATE A RECTANG...

STEPS TO CREATE A RECTANGLE IN THE CLIENT REGION 1. Generate a SDI application and name it as a brush. 2. Handle the WM_LBUTTONDOWN message for the CBrushView object id.

Introduction to gui design and file handling, INTRODUCTION TO GUI DESIGN AN...

INTRODUCTION TO GUI DESIGN AND FILE HANDLING   The aim of the user interface design is to attain the user's goals. When the user's goals are met, the user is satisfied and the

For each next loop - vbscript, A For Each...Next loop is similar to a For.....

A For Each...Next loop is similar to a For...Next loop. Rather than repeating the statements a particular number of times, For Each...Next loop repeats group of statements for each

Odbc, ODBC   The ODBC gives an API which distinguishes the data base v...

ODBC   The ODBC gives an API which distinguishes the data base vendors implementation via the ODBC drivers specific to a DBMS. The program will use the API to call the ODBC dr

Vbscript operators, VBScript Operators VBScript contain a full range of...

VBScript Operators VBScript contain a full range of operators, including comparison operators, arithmetic operators, concatenation operators, and logical operators.

Help, i need code for assignment problem of operational research in vb

i need code for assignment problem of operational research in vb

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd