Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing Operand?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Missing Operand?
Miscellaneous
Thread ID:
00488755
Message ID:
00488755
Views:
31
Help - I get error message "Missing Operand" for the following code:
It's somewhere in the first IF command. Does it have something to do with the macro substitution?
I don't see what's wrong. Do you? Thanks for the help.
            IF &OMDIDX=&OMDID1 OR ;
            	&OMDIDX=&OMDID2 OR ;
	        &OMDIDX=&OMDID3 OR ;
	        &OMDIDX=&OMDID4 OR ;
	        &OMDIDX=&OMDID5 OR ;
	        &OMDIDX=&OMDID6
		N_ATT = "N_ATT" + ALLT(STR(ii))               
                &N_ATT=&N_ATT+ATTEMPTS.ATTS1
		T_ATT = "T_ATT" + ALLT(STR(ii))               
                &T_ATT=&T_ATT+ATTEMPTS.ATTS1
                IF ATTEMPTS.DATE => YDATE
 			   	  Y_ATT = "Y_ATT" + ALLT(STR(ii))               
                &Y_ATT=&Y_ATT+ATTEMPTS.ATTS1
               ENDIF
           ENDIF
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Next
Reply
Map
View

Click here to load this message in the networking platform