Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code difference
Message
De
05/08/2004 05:52:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Code difference
Divers
Thread ID:
00930914
Message ID:
00930914
Vues:
67
Dear Sir,

What is difference between example-1 and Example-2

Exampel-1
IF mNKEYCODE == -6 AND m.NSHIFTALTCTRL == 0
	THISFORM.COMMAND3.CLICK
	NODEFAULT
ENDIF
Exampel-2
IF m.NKEYCODE == -6 AND m.NSHIFTALTCTRL == 0
	THISFORM.COMMAND3.CLICK
ENDIF
Please Help
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform