|
-
Mar 27th, 2022, 10:17 AM
#1
Thread Starter
Member
Code conversion from VB.NET to vb6.0
Can someone convert the following VB.net code to VB6.0 ?
Dim result As String = rqd.Request("0", "", "")
For i = 0 To rqd.get_Total_Sales '
Dim UID As String = rqd.get_UID(i) '
Dim InRows As List(Of String()) = New List(Of String())()
InRows.add(
rqd.get_DetailsQuantity(i, j),
rqd.get_DetailsGrossValue(i, j),
)
Next
'
Next
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|