Switch Function for Custom Field Formulas

M

Marian

I am attenpting to use

switch(expr1, value1, expr2, value2, expr3, value3)

After entering 14 expr/value pairs I receive a syntax
error. Does anyone know if there is an upper limit on
the number of expr/value pairs that can be entered into a
switch statement?

Thanks.

Marian
 
J

Jack D.

Marian said:
I am attenpting to use

switch(expr1, value1, expr2, value2, expr3, value3)

After entering 14 expr/value pairs I receive a syntax
error. Does anyone know if there is an upper limit on
the number of expr/value pairs that can be entered into a
switch statement?

Thanks.

Marian

Yes, You can enter 13 pairs.

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP


+++++++++++++++++++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top