Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chr() vs chr$()
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00490613
Message ID:
00490726
Vues:
9
>What's the difference? I had read that the $ returns as a string instead of a variant, but MSDN shows the exact same description for all the functions with a $.

You have multiple function that have a $ version (mid$, right$, left$, chr$, format, ucase, ...).

For all these functions, VB implements 2 versions: a variant version and a string version.

Since a string is processed faster than a variant, you should use the $ version when manipulating character-based parameter.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform