Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Truncate question
Message
De
15/08/2001 12:06:25
 
 
À
15/08/2001 12:04:26
Scott Starkey
Tindall Record Storage
Fort Worth, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00544131
Message ID:
00544135
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
>Is there an obvious way to eliminate the last four characters of a string variable? Like somehow use the RIGHT() function? The number of characters of the string vary, but the string always has the same four characters at the end. Like an extension.
>
>Thanks for putting up with newbie questions.


MyString = LEFT(MyString, LEN(ALLTRIM(MyString)) - 4)
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform