T
tony
Hello
I use foreach when I have a container of some kind for example an array or
ArrayList.
But in this case is it really possible to use foreach. In case it is how
would I write it.
for( int i = 0; i < dSMspComposition.Tables[0].Rows.Count; i++ )
compositionList.Add(dSMspComposition.Tables[0].Rows["COMP_NAME"]);
//Tony
I use foreach when I have a container of some kind for example an array or
ArrayList.
But in this case is it really possible to use foreach. In case it is how
would I write it.
for( int i = 0; i < dSMspComposition.Tables[0].Rows.Count; i++ )
compositionList.Add(dSMspComposition.Tables[0].Rows["COMP_NAME"]);
//Tony