1.

How will you check that a variable is an array in VBScript?

Answer»

Using IsArray function, which returns a boolean value that indicates whether or not the input variable is an array.



Discussion

No Comment Found