I have a need to read a file from the mainframe and process it with CF, but it 
contains a number of chr(12) characters. 
CFFILE seems to treat that as an end-of-file indicator, sometimes.

When I display the length of the string variable returned by CFFILE it displays 705, 
which is correct, but when I display the variable itself, I only get the first 104 
characters.  The 105th is a chr(12).

I tried doing a replace function to change all the 12s into something else, but it 
also fails to change anything.

Is there a work-around for this?




------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to