Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


StreamWriter Writeline in Asp.Net



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> ASP & ASP.NET Forum
View previous topic :: View next topic  
Author Message
alpizzle



Joined: 08 Apr 2008
Posts: 3

PostPosted: Wed Apr 23, 2008 12:35 pm    Post subject: StreamWriter Writeline in Asp.Net Reply with quote

Hi everyone. I am using a streamwriter in asp.net to write the contents of a tex file into a new text file. I am having trouble getting the irght results though. Here is the line I am trying to copy:

"Label"="Shelf 3 D/A B"

I need to copy the "Shelf 3 D/A B" from that line, without the quotation marks. The format for the entire file is like this, so I can say start copying at the 10th position for example. But nothing I try is working. I have
Code:
writer.WriteLine(phNumber & " " & (strLine1))
which copies the whole line. but I need everything from the ""S" to the end of the line -1 or - the "

Any help would be appreciated greatly.
Thanks
Back to top
View user's profile Send private message
alpizzle



Joined: 08 Apr 2008
Posts: 3

PostPosted: Wed Apr 23, 2008 12:55 pm    Post subject: Re: StreamWriter Writeline in Asp.Net Reply with quote

Okay I am closer, just need a little help in the rest current code I have is

Code:
writer.WriteLine(phNumber & " " & strLine1.Substring(strLine1.IndexOf(" ") + 1, strLine1.Length - strLine1.IndexOf(" ") - 2))


Which produces :

158 3 D/A B

This is desired except that it cuts off the first word, in this case "Shelf" If I try to add anything other than a " " to indexof at the beginning I get errors.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> ASP & ASP.NET Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap