You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of the proposed function: say "TheNewFunction":
Dim Variable1 As Integer
Dim Variable2 As String = "Variable1"
TheNewFunction(Variable2) = 100 would set a value of 100 to the Variable1
Such a function was implemented in the old programming language DBaseIV and in my opinion was very useful to make a code much more compact. It was just: &Variable2. I was looking for such solution in the internet in relation to vb net, and have seen, that also many other people.
Thank You for your efforts to develope the VB Net. I like it.
Best regards,
Krystian
Example of the proposed function: say “TheNewFunction”:
Such a function was implemented in the old programming language DBaseIV and in my opinion was very useful to make a code much more compact. It was just: &Variable2. I was looking for such solution in the internet in relation to vb net, and have seen, that also many other people.
Thank You for your efforts to develope the VB Net. I like it.
Best regards,
Krystian
Original Comments
Feedback Bot on 4/29/2021, 00:46 AM:
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
The text was updated successfully, but these errors were encountered:
This issue has been moved from a ticket on Developer Community.
Example of the proposed function: say "TheNewFunction":
Dim Variable1 As Integer
Dim Variable2 As String = "Variable1"
TheNewFunction(Variable2) = 100 would set a value of 100 to the Variable1
Such a function was implemented in the old programming language DBaseIV and in my opinion was very useful to make a code much more compact. It was just: &Variable2. I was looking for such solution in the internet in relation to vb net, and have seen, that also many other people.
Thank You for your efforts to develope the VB Net. I like it.
Best regards,
Krystian
Example of the proposed function: say “TheNewFunction”:
Such a function was implemented in the old programming language DBaseIV and in my opinion was very useful to make a code much more compact. It was just: &Variable2. I was looking for such solution in the internet in relation to vb net, and have seen, that also many other people.
Thank You for your efforts to develope the VB Net. I like it.
Best regards,
Krystian
Original Comments
Feedback Bot on 4/29/2021, 00:46 AM:
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
The text was updated successfully, but these errors were encountered: