Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
#IF...#ENDIF And Image Locations
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01232067
Message ID:
01232325
Vues:
11
like this ?
#DEFINE RUNTIME              EMPTY(VERSION(2))

#DEFINE IMAGE_LOC_RUNTIME    ADDBS(SYS(5) + SYS(2003)) + "Graphics\"
#DEFINE IMAGE_LOC_DEV        ADDBS(SYS(5) + SYS(2003)) + "Media\"

#DEFINE IMAGE_LOC_BASE       IIF(RUNTIME, IMAGE_LOC_RUNTIME, IMAGE_LOC_DEV)

#DEFINE IMAGE_LOC_EFFECTS    addbs(IMAGE_LOC_BASE + "Effects")
#DEFINE IMAGE_LOC_QA         addbs(IMAGE_LOC_BASE + "Toolbars")
#DEFINE IMAGE_LOC_ARROWS     addbs(IMAGE_LOC_BASE + "Arrows")
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform