Ask a Question related to Macromedia Director Basics, Design and Development.
-
lingo smith #1
List in case statement
Is there a way to use a list in a case statement? Can I substitute myList
=[1, 4, 6, 9, 11] in the case statement below?
case(myVar) of
1, 4, 6, 9, 11:
put "hello"
end case
Thanks for your help.
lingo smith Guest
-
sql select case statement
Hi, Im trying to put together a sql select case statement for coldfusion - can anyone please check over my code and see if i am going along the... -
Case Statement
HI All, I use Macromedia Director and often use case statements so that I don't have to have a separate script for each button. An Example in... -
Problems with CASE statement
Helpful folks, I seem to be misunderstanding the use of the CASE statement as used within a WHERE clause. I had thought that one could do the... -
The Case of the Crashing Value List...
Hey Folks, I ran across an interesting crash in FMP 6 in one of my client's files (crashes on FMP 6.0 on windows and gives me that pretty... -
CASE statement and CONTAINS
Hello, Is it possible to add a 'contains' clause to the 'case' command? I know I can do this: case variableName OF "foo": doThis() end case -
Robert Tweed #2
Re: List in case statement
Please don't ask the same question more than once - unless you wait several
days without an answer. In your case, the question has been answered. See
your original thread.
- Robert
Robert Tweed Guest
-
Word of Mouth Productions #3
Re: List in case statement
The best way to get people to ignore your posts is to post your question 3
times.
--
Craig Wollman
Word of Mouth Productions
"lingo smith" <owieurosieur@oxiuerl.com> wrote in message
news:v%%fc.4710$G_.3542@nwrddc02.gnilink.net...> Is there a way to use a list in a case statement? Can I substitute myList
> =[1, 4, 6, 9, 11] in the case statement below?
>
> case(myVar) of
> 1, 4, 6, 9, 11:
> put "hello"
> end case
>
> Thanks for your help.
>
>
>
>
>
Word of Mouth Productions Guest



Reply With Quote

