Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting this line to VB.NET
Message
De
21/08/2006 05:14:09
 
 
À
20/08/2006 01:02:31
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01147027
Message ID:
01147220
Vues:
25
Hi,

>Your first post had this C# code:
>
>sbRet.Append( expr, pos++, 1 );
>
>Now, if I were to change that to VB, I'd write:
>
>sbRet.Append( expr, pos+1, 1 )
>
Not quite equivalent. The C# code is post op.

>(I don't know if VB supports the ++, which simply means to add 1)
Nope.

Regards,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform