What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » c# Read text file

c# Read text file
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: c# Read text file
What he said but in code ;)

C# code:
String[] lines = File.ReadAllLines("C:\\thepath.txt");
Char thing = lines[lines.Length - 2][lines[lines.Length - 2].Length - 1];

[Image: 1-0.png]
             
10-07-2009 09:35 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
c# Read text file - by djdannyp on 10-07-2009 at 02:34 PM
RE: c# Read text file - by Mnjul on 10-07-2009 at 04:59 PM
RE: c# Read text file - by Ezra on 10-07-2009 at 09:35 PM
RE: c# Read text file - by djdannyp on 10-08-2009 at 12:37 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On