Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion of a special character
Message
From
16/03/2010 23:27:31
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Conversion of a special character
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01454996
Message ID:
01454996
Views:
96
I have this in VFP:
DECLARE INTEGER InternetWriteFile IN WinINet.dll ;
  INTEGER nFile, STRING cBuffer, ;
  INTEGER nToWrite, INTEGER @ nWritten
This is as close as it gets in VB.NET:
        Private Declare Function InternetWriteFile Lib "WinINet.dll" _
         (ByVal nFile As Integer, ByVal cBuffer As String, _
          ByVal nToWrite As Integer, ByVal @ nWritten As Integer) As Integer
The problem is the @ character. What would be required to complete this conversion in VB.NET?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform