|
-
February 15th, 2000, 01:40 PM
#1
Arrays
Is there a possiblity to check wether a dynamic array is initialized or not. (the empty function does not work)
Example:
option explicit
public h() as integer
private sub tes
redim h(1 to 10)
if h "is initialized" then
msgbox "Hello"
erase h
if h "is initialized" then
msgbox "Nope" 'this mustn't occur!!!
end sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|