Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Separate in three
Message
 
 
À
27/08/2005 13:17:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01044481
Message ID:
01044568
Vues:
17
>More than three would be lost but I don't see a problem with less than....

Hi Viv,

It's easier to see were the problem could be if we give new fields meaningfull names.
* With 2 words
  REPLACE ;
    FirstName  WITH GETWORDNUM(field123, 1), ;   <= Fist Name
    MiddleName WITH GETWORDNUM(field123, 2), ;   <= Last Name
    LastName   WITH GETWORDNUM(field123, 3)      <= Nothing
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform