I'm seeing what appears to be a weird behavior using the ReadLine method of a TextStream object. The data file is a little funky in that it's UNIX format and, evidently, the COBOL guys who must have made it use hex 00 (null) as their filler character for unused 'fields'. I have to do a bunch of...
Since the response posts were not exactly beating down my door, I tried a bunch of things and it boils down to this. Maybe I'll get a self-inflicted 'star' ;-) ...
As I now see clearly, HTML doesn't give a rat's behind about CR/LF -- it summarily ignores them.
That's where something like <pre>...
Can anyone describe methods for outputting data from a SQL Server TEXT field as it was entered? If I use
<TEXTAREA>#MyTextField#</TEXTAREA>
the text is displayed appropriately (i.e. with what appear to be CR/LFs). But if I simply
<cfoutput>#MyTextField#</cfoutput>
the line formatting is...
Thanx GJ. Actually, it's funny -- I can act on any _row_ (e.g. ArrayAvg(MyArray[1]) or ArrayAvg(MyArray[2]) works) but could see no way to address the columns. I was thinking I could build the array 'sideways' or 'pivot' (rebuild) the existing one and use the 'row' references above on my former...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.