R
rhaazy
If I want to use a FOREACH loop on an array of strings, but didn't want
to include the first member,how would I do this???
Psuedo Code:::
foreach(string a in myStringArray (where a.index>0))
{
some stuff....
}
to include the first member,how would I do this???
Psuedo Code:::
foreach(string a in myStringArray (where a.index>0))
{
some stuff....
}