Konu
c dilinde "#" ile ilgili bir durum
11-11-2013, 13:43:28
#3
emrebeyoglu
Alıntı
list1.items.clear();
string hafiza = null();
for(int i = 0; i<= text1.text.length - 1; i++)
{
if(text1.text[i] == '#')
{
list1.items.add(hafiza);
hafiza = null;
continue;
}
else
{
hafiza+= text1.text[i].tostring();
}
}
C# dilinde bu sekilde