|
IsArray Variable Testing FunctionThe 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 ASP Array Function List ASP Variable Testing Functions
All content copyright © 2008 Minerva WebWorks LLC. All rights reserved.
|
|