|
|
|
ขอความช่วยเหลือด่วนมากครับ!!! รบกวนท่านผู้รู้เข้ามาช่วยเขียน Code โจทย์ข้อนี้ด้วยครับ |
|
|
|
|
|
|
|
ประมาณนี้ครับ
Code (C#)
string[] text = { "TUF6091222 22", "TUF6091222 233" };
int i=0;
foreach (var item in text)
{
text[i] = item.Replace("TU", "");
i++;
}
System.IO.File.WriteAllLines(@"d:\newfile.taf", text);
|
|
|
|
|
Date :
2017-11-15 17:23:42 |
By :
OOP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|