PureBytes Links
Trading Reference Links
|
> while value0 < 10000
> begin
> for value1 = 1 to 100000
> begin
> end;
> fileappend("c:\debug\loopcheck1.csv", numtostr(value0,0) + newline);
> value0 = value0 + 1;
> end;
It worked in TS4 after i shortened the filename to 8 characters. Counted
up to 9999 in the file, just like it should. P450, NT6, 320MB. I can see
how it could really eat memory trying to store that many internal loop
values.
--
Dennis
|