Previous PageNext Page

7.7 JScript Objects

Array
 
Provides support for creation of arrays of any data type.
 
Boolean
 
Creates a new Boolean value.
 
Date
 
Enables basic storage and retrieval of dates and times.
 
Dictionary
 
Object that stores data as key, item pairs.
 
Drive
 
Provides access to the properties of a disk drive or network share.
 
Enumerator
 
Enumerates the items in a collection.
 
File
 
Provides access to the properties of a file.
 
FileSystemObject
 
Provides access to a computer's file system.
 
Folder
 
Provides access to the properties of a folder.
 
Function
 
Creates a new function.
 
Global
 
Intrinsic object that collects global methods into one object.
 
Math
 
Intrinsic object that provides basic math functions.
 
Number
 
An object representation of the number data type.
 
JScript Object
 
Provides functionality common to all JScript objects.
 
RegExp
 
Stores information on regular expression pattern searches.
 
Regular Expression
 
Contains a regular expression pattern.
 
String
 
An object representation of the string data type.
 
TextStream
 
Facilitates sequential access to file
 
VBArray
 
An object representation of VBScript safe arrays.
 
JScript Collections
 
Useful collections of other objects.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page