Originally Posted By: EvilSOB
I dont quite get you need.

But IF you are just trying to read the ENTIRE file, try (tested)
Code:
var filehandle_n;
filehandle_n=file_open_read ("rss_1.txt"); 
file_str_readto(filehandle_n,rss_down,"",4000);
file_close(filehandle_n);

I think using NULL in file_str_readto just means
"use the normal delimiters and delimit_str".


hey, no its not NULL is NO delimiter.. i tryed my selft tons of ways and times.


Off-topic, i need to sleep its 6:14 AM jesus.

Last edited by MMike; 04/08/09 05:14.