Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
VB.NET Array Problem
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
Profile Answers by alaa_eng Questions by alaa_eng
Questions by alaa_eng
This Question is not yet answered!
Related Answered Questions
Related Open Questions