Ppolette
275 pts. | Aug 14 2009 3:04PM GMT
To test if a var is an array, you can use the function IsArray
To test if a var is the null value, you have the function isnull.
So your code could be
if isnull(arraygetindex(varList , doc.Match(0) )) then
….
end if
Brooklynegg
2685 pts. | Aug 14 2009 3:52PM GMT
Thanks for your response. I will work this into my test and production code for this change.
Thanks again.






