Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code it better
Message
De
19/08/2008 16:17:30
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
19/08/2008 12:09:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01339981
Message ID:
01340135
Vues:
10
>I was thinking replacing this
>
>
>IF PEMSTATUS(_VFP, [ActiveProject], 5) AND ;
>    [O] = TYPE("_VFP.ACTIVEPROJECT") AND ;
>    !EMPTY(_VFP.ACTIVEPROJECT.HOMEDIR)
>
>	* Do something
>ENDIF
>
>
>With
>
>
>IF [C] = TYPE([_VFP.ACTIVEPROJECT.HOMEDIR]) AND ;
>    !EMPTY(_VFP.ACTIVEPROJECT.HOMEDIR)
>
>	* Do something
>ENDIF
>
>
>Any better suggestion?

?_vfp.Projects.Count

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform