mustafa06
08-13-2008, 11:16 AM
b1x = File.GetSize("auto............................. b4x = FileGetSize("....
b1xx = String.GetFormattedSize(b1x, FMTSIZE_BYTES, true);
b2xx = String.GetFormattedSize(b2x, FMTSIZE_BYTES, true);
b3xx = String.GetFormattedSize(b3x, FMTSIZE_BYTES, true);
b4xx = String.GetFormattedSize(b4x, FMTSIZE_BYTES, true);
for i,result in b1xx do
result = Dialog.Message("Notice", "b"..i.."xx", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
Problem in for code... Thx
b1xx = String.GetFormattedSize(b1x, FMTSIZE_BYTES, true);
b2xx = String.GetFormattedSize(b2x, FMTSIZE_BYTES, true);
b3xx = String.GetFormattedSize(b3x, FMTSIZE_BYTES, true);
b4xx = String.GetFormattedSize(b4x, FMTSIZE_BYTES, true);
for i,result in b1xx do
result = Dialog.Message("Notice", "b"..i.."xx", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
Problem in for code... Thx