J
James D. Marshall
One question on parsing, the line has double carriage returns that show up
as squares, I am seeing this through watch1, how would you code a replace
statement to get rid of these, its driving me batty.
snippet of text line that shows up in watch
USAHOME1 Users NT Advanced Server - 5.1 2600, Service Pack 2
Uniprocessor Free Microsoft Windows XP
The problem is that opening it in notepad or excel, the @^^$&()^ carriage
returns do exactly what they are designed to do.
USAHOME1
Users
NT Advanced Server -
5.1
2600, Service Pack 2
Uniprocessor Free
Microsoft Windows XP
The output is from a program called srvinfo.exe, so I have little control
over its formatting.
What I need to do is figure out how to replace the carriage returns with
commas. I have already filtered, parsed out a lot of the text that I do not
need, except the carriage returns.
as squares, I am seeing this through watch1, how would you code a replace
statement to get rid of these, its driving me batty.
snippet of text line that shows up in watch
USAHOME1 Users NT Advanced Server - 5.1 2600, Service Pack 2
Uniprocessor Free Microsoft Windows XP
The problem is that opening it in notepad or excel, the @^^$&()^ carriage
returns do exactly what they are designed to do.
USAHOME1
Users
NT Advanced Server -
5.1
2600, Service Pack 2
Uniprocessor Free
Microsoft Windows XP
The output is from a program called srvinfo.exe, so I have little control
over its formatting.
What I need to do is figure out how to replace the carriage returns with
commas. I have already filtered, parsed out a lot of the text that I do not
need, except the carriage returns.