المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : I need to create 150 variable names....need an efficient way of doing it



C# Programming
02-21-2010, 03:22 AM
I need to create 150 variable names. They must be like "varName01" , "varName01" all the way to 150. How do I do this using a for or while loop?


thanks!

Sundeep