Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VbCrLf equivalent (newbie question)
Message
 
 
À
16/02/2004 14:05:27
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00877720
Message ID:
00877723
Vues:
17
>Hello,
>I am looking at an example of some VB code that I am coding in VFP, and the example is sending vbCrLf to a textbox. What is the equivalent of this command in VFP? Thanks!!
>
>MAC

The vbCrLf isn't command but a VB constant (new line constant). VFP equivalent
#define ccCRLF CHR(13) + CHR(10)
* or 
lcCRLF = CHR(13) + CHR(10)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform