I want to go through a character array and find the point where numbers stop and blank space starts. I'm trying to do this with a for loop that checks if each character is a number or not. How can I tell if each character is a number?
I have a program in which I write several numbers, seperated by commas, to a text file. I then use the split function to get the individual numbers back. The problem is that the writer puts a newline at the end of the text file and I need to somehow get rid of it. I tried using a string.trim...
I have two questions:
First, I was working on debugging a service I had just written and getting really frustrated because nothing I tried seemed to be fixing a relatively simple problem. Eventually I figured out that VB .net hadnt been building new .exe files at all. I tested this by deleting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.