You are not logged in.

#1 2014-10-05 10:25:04

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Language features of VBScript!

VBScript Language Features:


The language of VBScript is modeled on Visual Basic, and therefore can be reviewed using similar categories: procedures, control structures, constants, variables, user interaction, array handling, date/time functions, error handling, mathematical functions,regular expressions, string manipulation, objects,  and so on.
A "procedure" is the main construct in VBScript for separating code into smaller modules. VBScript distinguishes between a function, which can return a result in an assignment statement, and a subroutine, which cannot. Parameters are positional, and can be passed by value or by reference.
Names are not case-sensitive. However, it is considered a best practice of VBScript style to be consistent and to capitalize judiciously


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2014-10-05 10:25:04

Advertisement
Ads By Google

Re: Language features of VBScript!



\n
The following user say "Thank You" for this post:Guest

Board footer