Re: String builder (Parsing vertically presented records)
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Tue, 14 Mar 2006 18:02:48 +0100
You needs some imports in the top of your program
imports system.text
imports system.io
Or put that text and io before where that streamreader and stringbuilder are
used.
text.stringbuilder
Cor
<ILCSP@xxxxxxxxxxx> schreef in bericht
news:1142355448.206036.310140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi again, thanks for replying.
I'm trying Cerebrus code right now, but when I debug I get these
errors:
Name 'sb' is not declared
Type 'FileStream' is not defined
Type 'StreamReader' is not defined
Am I missing something since these FileStream and StreamReader names
don't seem to be recognized by VB? Does the variable "sb" actually is
meant to be "sr" or is it for the text box?
I'm running VB.net version 2003.
The third and all subsequent records do have the "NewRegID" so that's
not a problem.
Thanks.
.
- References:
- Re: String builder (Parsing vertically presented records)
- From: Cerebrus
- Re: String builder (Parsing vertically presented records)
- Prev by Date: Re: Programming for Touch Screens
- Next by Date: Re: Converted code
- 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