Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing Operand?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Missing Operand?
Divers
Thread ID:
00488755
Message ID:
00488755
Vues:
33
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform