Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sub string
Message
De
22/05/2003 06:55:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00791512
Message ID:
00791519
Vues:
18
This message has been marked as the solution to the initial question of the thread.
Use:
SampleString = "ADBACD CCCADS DCFGGT"
FirstLetters = Left(SampleString, 4)  && 4 is the number of letters - you can change it
LastLetters = Right(SampleString, 4)  && 4 is the number of letters - you can change it

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform