VB.NET Array Problem

If i identify an array ,like the below and thenDim color() As String
Private Sub coloring_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
color(0) = "red"
color(1)="blue"
color(2)="black"

i want to take each element to give it some specification like the below
red use 2 day , 10 people wear it ,valid for 25 day
blue use 9 day , 25 people wear it ,valid for 25 day
black use 10day , 6 people wear it ,valid for 25 day
how can i do this >>>>and if the array is about 120 element ...please help me ASAP

Questions by alaa_eng

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions