Re: String builder (Parsing vertically presented records)
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Tue, 14 Mar 2006 18:40:57 +0100
Yes
It is missing, if you look in my sample I have showed you than you see.
dim sb as new text.stringbuilder(StrLine.Substring(0,9))
in this case you can set it with the declarations in the style Cerebrus
does.
dim sb as new text.stringbuilder()
Cor
<ILCSP@xxxxxxxxxxx> schreef in bericht
news:1142357552.660778.245780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi, when I added the lines to the top of my procedures:
imports system.text
imports system.io
I got a Syntax error for the 2 of them.
Therefore, I had to change the first line to this:
Dim fsr As New System.io.FileStream("c:\surv060313a.txt",
IO.FileMode.Open)
I still get a "name 'sb' is not declared" error for every time the line
shows in the code.
.
- References:
- Re: String builder (Parsing vertically presented records)
- From: Cerebrus
- Re: String builder (Parsing vertically presented records)
- From: Cor Ligthert [MVP]
- Re: String builder (Parsing vertically presented records)
- Prev by Date: Re: Bug with VS.NET inheriting from a control
- Next by Date: Re: I'm perplexed with simple ADO.NET - Access DB Access - Please Help
- Previous by thread: Re: String builder (Parsing vertically presented records)
- Next by thread: Re: String builder (Parsing vertically presented records)
- Index(es):
Relevant Pages
|
Loading