Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yoda coding styles
Message
De
24/04/2006 13:35:26
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01115355
Message ID:
01116084
Vues:
18
>>
select ;
>>  field1, ;
>>  field2, ;
>>  field 3 ;
>>
>>If you put the commas at the front, you can move the lines around easily except for the first one.
>>
>>
select ;
>>  field 1 ;
>>  , field2 ;
>>  , field3 ;
>
>Now strike the word Field. These are Columns, in set based data, not fields.
>

True enough!

>Field is a var or at worst textbox.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform