Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting this line to VB.NET
Message
From
21/08/2006 05:14:09
 
 
To
20/08/2006 01:02:31
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01147027
Message ID:
01147220
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform