On Jun 20, 2006, at 1:50 PM, GregO wrote:
Anyone know if there's a way to get a Case statement to fall
through to the next one if they are both valid?
e.g.:
Select Case n
Case 1
msgbox "1"
Case 1,2
msgbox "1,2"
End Select
I'd like both messageboxes to appear if n=1.
This does not work as this is not C
RB's cases do not fall through to the next one
Use a series of if statements
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>