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

Sdi application - types of project using visual c++, SDI Application T...

SDI Application The SDI application uses the main frame window to exhibit a document. Only one document can be opened at a particular time.

Intrinsic controls, INTRINSIC CONTROLS   The Intrinsic controls are th...

INTRINSIC CONTROLS   The Intrinsic controls are the built-in controls. Few of the controls are Combo box, Check box, Command Button, Label etc. The controls have properties re

Retrieval methods - document in visual programming, Retrieval Methods: ...

Retrieval Methods: There are 3 ways to find a document. The primary method is a positional retrieval. This is achieved by keeping in mind where you left it. The next method is

Coding, Write an event procedure to automate the billing system of a superm...

Write an event procedure to automate the billing system of a supermarket. Give the details of database tables, forms, controls and menu design (if any). Make assumptions, wherever

Create an application, 1. Create a new solution file named Ch03HandsOnProje...

1. Create a new solution file named Ch03HandsOnProject1. 2. Rename the form and set the filename of the form to frmMain and frmMain.vb, respectively. 3. Set the appropriate p

Loan program, need help with logic part of loan program

need help with logic part of loan program

Loop statement from inside the loop, You can exit a Do...Loop using the Exi...

You can exit a Do...Loop using the Exit Do statement. Since usually you desire to exit only in certain situations, such as to ignore an endless loop, you should employ the Exit Do

Associating images to toolbars - visual basic, Associating Images to Toolba...

Associating Images to Toolbars: 1. Add an Image list to your form from the tool box. 2. Pick the custom property of the image list. 3. Click the images tab. 4. Select

Module - dialog box in visual basic, MODULE The Modules are the collect...

MODULE The Modules are the collection of VB statements. Modules are used to simplify the program development. To add a module to your project, choose the project tabpage, and t

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

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