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

مشاهدة النسخة كاملة : Array of Strings....



C# Programming
05-16-2012, 11:23 PM
Hi All,

I am writing a program to download some data off a piece of hardware. My thinking was have an array fill it. The data is in the form of strings rather than ints (which have done this with in the past) my question is strings are bigger than ints so will this cause issues with overflow and what is the correct way of handling groups of strings??

Glenn