IsArray Variable Testing Function

IsArray Variable Testing Function
The IsArray function lets you test a variable to find out if it is an array. It's important to do this before attempting array options on the variable.

If you had an array called MyArray, your syntax would be

ArrayState = IsArray(MyArray)

if ArrayState = TRUE then
(do something with it)
end if

Array Function List
Variable Testing Functions

Introduction to ASP Ebook

Download this ebook to get everything you need to know about learning ASP - from a step by step tutorial to function lists, sample code, common errors and solutions, and much more! 101 pages.




RSS
Editor's Picks Articles
Top Ten Articles
Previous Features
Site Map





Content copyright © 2023 by Lisa Shea. All rights reserved.
This content was written by Lisa Shea. If you wish to use this content in any manner, you need written permission. Contact Lisa Shea for details.