Is there a way to turn characters into integers assuming they are decimals?]
4/19/2008 5:24:53 PM
Integers don't have decimals...
4/19/2008 5:34:51 PM
nevermind i'll just do this the bruteforce way...]
4/19/2008 5:36:45 PM
in VBA:Csng() works. i dunno if there's a similar function for fortran.
4/19/2008 7:51:05 PM
brute force way sucks man, i did that at first...and got my program to 3000 lines, read the book...and cut it to 850 lines, just because of one line.
4/19/2008 8:38:26 PM
well considering the parameters of the assignment and this part of the assignment this didn't take more than 20-30 lines.
4/19/2008 10:20:42 PM