Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Path String Format
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00111405
Message ID:
00111593
Vues:
16
Yet Another Way
if ( len( lcLong ) > 30 )
   lcShort = left( lcLong, 14 ) + ".." + right( lcLong, 14 )
else
   lcShort = lcLong
endif
>I want to know if somebody know where i can found a function that reduce the display of string to a specific lenght.
>
>Ex. c:\program files\devstudio\vfp\samples.dbf
>
>Function =c:\program files\.\samples.dbf
>lenght=30 spaces
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform