At 8:51 AM +0000 3/14/01, [EMAIL PROTECTED] wrote:
>Hi all.
>
>In a case/otherwise structure How can I do some thing
>like...
>
>case myValue of
> "A": or "B": --if myValue="A" or myValue="B" then
>print doc A???????
> print(A)
> "C":
> print(C)
> otherwise
> print(myNothing)
>end case
>
case myValue of
"A", "B":
print(A)
...
Irv
--
Lingo / Director / Shockwave development for all occasions.
(Over two millions lines of Lingo code served!)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]