Jul 14, 2004 #1 melnet Programmer Jul 8, 2003 77 HK hi if array1(0)<>empty then ... end if error message:the datatype didn't match coz b4 i didn't make array function. any method how to check a array existing or not? thanks
hi if array1(0)<>empty then ... end if error message:the datatype didn't match coz b4 i didn't make array function. any method how to check a array existing or not? thanks
Jul 14, 2004 #2 DreXor Programmer Jun 17, 2003 2,224 US if isarray(myarray) then blah DreX aKa - Robert Upvote 0 Downvote
Jul 14, 2004 #3 DreXor Programmer Jun 17, 2003 2,224 US and side note, if you dim a variable with (0) or any number after it in that format, you're making an array, empty or not DreX aKa - Robert Upvote 0 Downvote
and side note, if you dim a variable with (0) or any number after it in that format, you're making an array, empty or not DreX aKa - Robert