Search results for query: *

  1. C

    Question Confusing Array

    I'm a newbie in .NET and I started with VB.NET 2005 (Framework 3.5). I make an application for my store. Here's a piece of code : Dim arrStore() As String = {"A", "B", "C"} Dim arrSupply() As Integer = {31, 64, 15} Dim arrSold() As Integer = {69, 36, 85}...
Back
Top