K
Kelvin
In Visual basic, the input textboxes uses 0x20 for vbCrLf the newline
character.
However, the newline is written in text as 0x10...
Is there any methods to ask MSXML30.DLL to solve this discrepancy
instead of painstakingly replacing Chr(10) with all the vbCrLf?
Thanks.
Kelvin
character.
However, the newline is written in text as 0x10...
Is there any methods to ask MSXML30.DLL to solve this discrepancy
instead of painstakingly replacing Chr(10) with all the vbCrLf?
Thanks.
Kelvin