Click here to Skip to main content
15,917,061 members

Comments by john123451 (Top 7 by date)

john123451 8-May-11 19:52pm View    
So you are saying when I get stuck I can't ask a question until I know the language more... I see. At what point does someone know a language sufficient enough to ask questions?

PS don't use "no offense" before anything. Saying it doesn't remove the offensive content from your statement.
john123451 8-May-11 18:31pm View    
I wrote method by accident. Just because I have problems asking questions on this forum and explaining what I need done doesn't mean I can't code. How about you stop posting complaints that aren't constructive in anyway and either post an answer or don't post at all. Seriously... you've been on this forum for 5 years.
john123451 8-May-11 15:43pm View    
Reading over your code this seems to be a good solution to my problem. I was previously using a similar method to break up a string and rejoin it but I was using a string.split method instead of using string.format and Dictionary.

Thanks a lot for posting.
john123451 8-May-11 15:40pm View    
Deleted
if you could speak english, the term method is used outside of programming to mean: a way of doing something.

I wasn't saying my code was a method.
john123451 3-Mar-11 19:40pm View    
t.Elapsed += new ElapsedEventHandler(choice);
This is the line that throws an error.