FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these are string functions available in VBScript.
A
CHR
B
INSTR
C
LCASE
D
ALL OF THE ABOVE
Explanation: 

Detailed explanation-1: -VBScript String Functions: VBScript inStr, Replace, Mid, and Trim Functions.

Detailed explanation-2: -A Function procedure is a series of VBScript statements enclosed by the Function and End Function statements. A Function procedure is similar to a Sub procedure, but can also return a value. A Function procedure can take arguments (constants, variables, or expressions that are passed to it by a calling procedure).

Detailed explanation-3: -The StrReverse function reverses a string.

Detailed explanation-4: -The LCase function converts a specified string to lowercase.

Detailed explanation-5: -Q 2-Which of the following is true about VBScript? A-VBScript is an object-based scripting language and NOT an Object-Oriented Programming language.

There is 1 question to complete.