This file has 15559 bytes in but is not showing anything in the gettxt. It has a len of 0. Can you see what I am doing wrong to see what is in the file?
if file ('cvtoracl.txt')
file = fopen('cvtoracl.txt')
endif
store fopen('cvtoracl.txt') to ofile
store fseek(ofile,0) to bof &&beginning of file
store fseek(ofile,0,2) to eof &&end of file
gettxt = fread(ofile,eof)
if file ('cvtoracl.txt')
file = fopen('cvtoracl.txt')
endif
store fopen('cvtoracl.txt') to ofile
store fseek(ofile,0) to bof &&beginning of file
store fseek(ofile,0,2) to eof &&end of file
gettxt = fread(ofile,eof)