Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for IF STATEMENTS
Message
 
 
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:
00749171
Views:
27
This message has been marked as the solution to the initial question of the thread.
Try
DO CASE
CASE code = "A"
 	DO CASE 
 	CASE age > 75
 	CASE age >= 65
 	CASE age >= 55
 	OTHERWISE
	ENDCASE 	
CASE code = "B"
 	DO CASE 
 	CASE age > 75
 	CASE age >= 65
 	CASE age >= 55
 	OTHERWISE
	ENDCASE 	
OTHERWISE
ENDCASE
>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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform