Hi, I'm starting with FORTRAN (I have Microsoft Powerstation) and I was experimenting with KIND. Specifically, what I wanted was:
integer (kind=8):: list of variables
But the compiler doesn't let me use KIND with integers if kind>4, and I really need to use long integers. Can someone...