المشاركة الأصلية بواسطة عبود عبود
مشاهدة المشاركة
بسم الله الرحمن الرحيم
كود PHP:
Find = File.Find(_SourceFolder.."\\AutoPlay\\Docs\\AL_HESAPAT\\", "*.ini", true, false, nil, nil);
if Find~=nil then
for i, s in pairs(Find) do
t_Section = INIFile.GetSectionNames(s);
if t_Section then
for i , n in pairs(t_Section) do
t = INIFile.GetValue(s, n, "NEME");
if t == txt then
INIFile.DeleteSection(s, n);
end
end
end
end
end
استاذ عبود في نفس الكود اريد لو ان القيمة المخزنه في "NEME" رقم كيف اجمعها ؟
موفق بإذن الله ... لك مني أجمل تحية .
--------
تعليق