alos I tried using bigdll.. but it doesn't seem to be working.. i included <FreeDll.wdl>;
and typed in:
temp = DllGetLengthFromFile("data.txt");
temp -= 3;
DllEreaseBytes(temp,3,"data.txt");
and nothing happened....
Then i tried to see if DllEreaseBytes worked at all and i tried:
temp = DllGetLengthFromFile("data.txt");
temp -= 3;
DllEreaseBytes(1,100,"data.txt");
nothing happened again.. can someone help out with this? What am i doing wrong?