hidden character ?
Steven Waters
steven at triumphinstruments.com
Wed Jan 11 09:57:52 PST 2006
I did a FTP to UNIX.
And yes it is ^M Characters
I'll Start removing ^M's with vi.
Thanks Again
------Bruce wrote------
Could be the Ctrl-M's that I mentioned. Before importing your file, on
*nix, view it in vi. If you see the Ctrl-M's at the end of each line (^M),
then remove them in vi with:
:g/^M/s/^M//g <ret>
(hold down Ctrl key and type v immediately followed by m to get the ^M in
the ed command)
More information about the Filepro-list
mailing list