|
-
Sep 7th, 2000, 07:16 AM
#1
Thread Starter
Lively Member
How do I exit a case statement?
Hi,
How do I get out of a case statement after a function has found a problem. What I mean is:
Code:
Select case index
Case 0
functionperformed
if x = y then
form.show vbmodal
endif
Case 1
unload me
end select
where functionperformed = the function that is performed
Now. What I want to do is exit the case statement after the function has been completed. In other words, how do i exit out of Case 0 when the function has created a problem and it needs to exit from the case index and revert back to the form originally loaded? Any help is appreciated and thanks in advance.
Mike
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
|