Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for IF STATEMENTS
Message
From
04/02/2003 20:34:56
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
04/02/2003 20:20:35
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00749162
Message ID:
00749170
Views:
27
>Hi all:
>
>What is the syntax to do the following with AN if..statement.
>
>
DO Case
>  Case code = "A"
>    if age =>55 and <65
>       do A
>    else
>       if age =>65 and <74
>          do B
>       else
>          if age >75
>              do C
>          else
>              if age <55
>                  do D
>          endif
>       endif
>    endif
>  Case code = "B"
>     similar if statements as above.
>endcase
>
>What is the best way to accomplish this? Thanks much.

You already are using IF statements. What is it you want to accomplish? Reduce the code? Use a single nested IIF()?

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform