Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hi Guys, I'm a newbie to batch programming. I had created a batch file to read a line from a text file. example: Hello world 1234 However i would like to pass the last 4 characters to a variable.
Summary: How do I strip the last 4 characters of a string? I've been trying to use substr, though since the length of what I want returned is variable, I don't get desired results. Let's say I have the follo...
Summary: I have a requirment when in i need to get the last N number of line from a file and do a comparision.... can u guide me on how to get the last N lines from a file ...
Summary: Hi there, I'm trying to read data from a file that looks like this: 0 0 0 0 0 12 46 133.4 2374.4 123.3 12 9 0 0 0 0 0 0 0 etc etc... Into a 2D-array in either C or Fortran (preferably Fortran, and F77...