Forum: C# Oct 31st, 2007 |
| Replies: 1 Views: 4,332 Hi,
I don't under what I'm doing wrong. In my line of code I have 2 outputs: The first outout returns a value, however, when I try to output the second ConsoleLine I get a value of "0"??
I'm... |
Forum: C# Oct 24th, 2007 |
| Replies: 0 Views: 1,261 Hi ,
What do I need to modify in the "System.Text.RegularExpressions.Regex.Split(contents, "\\s+", RegexOptions.None);" so the string will also keep whitespaces?
For example, in the .dat file... |
Forum: C# Oct 24th, 2007 |
| Replies: 9 Views: 19,830 Hi _r0ckbaer,
I don't know if you are still around...
What do I need to modify in the "System.Text.RegularExpressions.Regex.Split(contents, "\\s+", RegexOptions.None);" so the string will also... |