Articles related to "Vbscript Programming"The Greek alphabet cannot typed directly into a web page. Instead ASCII codes must be used. So, intead of having to remember 48 separate codes just use VBScript code.
CGI (the Common Gateway Interface) is traditionally the domain of languages such as Perl. However, there is no need for the VBScript programmer to set aside their skills
Microsoft Access is a very powerful database - so powerful that that a VBScript programmer doesn't even need to install it in order to use it.
VBScript is not just a programming language for Intranet web sites; it is also a powerful scripting language - a scriting language that can be used from the command line
If anyone thought that Ajax was limited to web pages, or even Javascript, then they's be wrong. This article shows how to obtain stock quotes without a web browser.
MIcrosoft Word is used throughout the would in thousands of offices to produce millions of reports - many of which can be automating using VBA and VBScript
Internet Explorer is the one web browser that uses VBScript and because of that it is very powerful - especially when it comes to handling events such as button clicks
The contents of a database (such as Microsoft Access) can be examined and modified by using VBScript and the insert, update, delete and select statements.
VBScript does not have the associative array (or hash) data type. However, what it does have is the scripting dictionary. If anything, it's even better than a hash.
One of the key tasks that any CGI web page must do is to process the GET and POST variables sent from forms. This can be difficult, but not for the VBScript programmer.
A VBScript programmer can use multidimensional arrays in their applications. By using these they organize their data into lists, rectangles or even into a matrix
VBScript does not have a command line interpreter of its own; however a programmer can quickly write a wrapper script that will act as a simple VBScript shell.
VBScript is a powerful computer programming language and ODBC is a simple way of connecting to databases - together they provide a versatile tool for any programmer
Methods are a vital part of any class. They enable programmers to use the objects effectively, and for objects to communicate with each other.
Programmers can quickly automate Microsoft office applications by using VBA, and when combined with VBScript they have a very powerful tool at their disposal.
VBScript is a powerful computer programming language. A VBS script file can be used to create, copy and delete files. And by combining those command it can rename a file
|