| Real'sHowTo |
|
|
Custom Search
|
| Real'sHowTo |
|
|
Custom Search
|
blob lbl_data
blob lbl_temp
long ll_file
ll_file = fileopen("mybigfile.txt",streammode!)
DO WHILE FileRead(ll_file,lbl_temp) > 0
lbl_data += lbl_temp
LOOP
FileClose(ll_file)Written and compiled by Réal Gagnon ©1998-2013
[ home ]