VB and VB Script

Key Differences Between VB and VB Script

You didn't run out to the computer store and buy a copy of VBScript. You didn't install a VBScript disk on your computer, either. All you did was install the Internet Explorer browser, which supports VBScript, on your computer--just like millions of other folks. Everyone of them has the VBScript engine on their computer, and everyone of them has the ability to create Web pages with VBScript.

Listing Last Modified: Tue Feb 27 2007

 


Views: 65

Visual Basic Keywords Included in VB Script

VBScript includes all the keywords and features that you need to activate a Web page. You can't read or write files, as you'll learn later in this appendix, but you can handle any event that an object fires. You can also handle just about any type of data that you'll find on a Web page and manipulate the Web page in anyway you want.

Listing Last Modified: Tue Feb 27 2007

 


Views: 68

Visual Basic Keywords Omitted From VB Script

Keyword/Feature Description Array Handling Option Base Declares default lower bound Arrays with lower bound <> 0 All arrays must have 0 lower bound Clipboard Clipboard object Provides access to the clipboard

Listing Last Modified: Mon Jun 13 2005

 


Views: 65