PDA

View Full Version : Call Fail


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

jassing
08-13-2008, 02:27 PM
use an array instead...

Dermot
08-13-2008, 02:44 PM
Come on! read the help file. String.GetFormattedSize() returns a string, not a table.

mustafa06
08-13-2008, 03:10 PM
Come on! read the help file. String.GetFormattedSize() returns a string, not a table.


thx ... :eek: