1: char[7] textbox ; 2: 3: int one, two, three ; 4: char[3] temp ; 5: 6: temp[0] = textbox[0] ;View more Last activity 1 month, 1 week ago
1: char cArnold = '|'; 2: foreach(char c in GetSomeString()) 3: { 4: ... 5: if (c == cArnold) 6: break;View more Last activity 1 year, 10 months ago
