CR/LF in Octal? (VB6)
- From: "AndyG" <someone@xxxxxxxxxxxxx>
- Date: Wed, 14 Sep 2005 13:03:45 -0400
Greetings,
I need to have a CR/LF character at the end of my writeline VB6). Do I
somehow put the octal code for CR/LF at the end of the format of the
mdlInit.OutputINT string? a VbCRLF is NOT what I want. If you look at the
file in e.g. Notepad you would see the single character 'square box'. Thank
you in advance
The following is what comprises the OutputINT
With frmINT
mdlInit.OutputINT = _
.txtSortRecType & mdlInit.DFiller1 & .txtSortUTNumber & _
"0" & .txtSortFY & mdlInit.DFiller2 & mdlInit.CurrentDate & _
...
Then
ts_FFOutput.WriteLine mdlInit.OutputINT
.
- Follow-Ups:
- Re: CR/LF in Octal? (VB6)
- From: Jonathan Wood
- Re: CR/LF in Octal? (VB6)
- From: Jeff Johnson [MVP: VB]
- Re: CR/LF in Octal? (VB6)
- From: Jeff Johnson [MVP: VB]
- Re: CR/LF in Octal? (VB6)
- Prev by Date: Re: Strange problem when using a class module in VBScript
- Next by Date: Re: Procedure name
- Previous by thread: Re: Using EXCEL in VB6 reference problem
- Next by thread: Re: CR/LF in Octal? (VB6)
- Index(es):