Friday, July 31, 2009

Reading data in visual basic without it bitchslapping me in the face?

Hi, I am reading data into VB5 and plotting a graph with it, the format is 4 columns, x, y, error in x, error in y. It works really well except sometimes the files I use have text at the top, how do I get my application to recognise there is text and that it should start reading at say the second or third line?





Thanks for your help!

Reading data in visual basic without it bitchslapping me in the face?
Visual Basic Bitchslapping problem LOL





check for isnumeric


Public Function IsNumeric(ByVal Expression As Object) As Boolean


No comments:

Post a Comment