Current release: 2023C (6.23CWC)
Stan, run the code. My issue is i is an integer and ends up being negative.
I have a need to read through a file greater that 3Gb. Code: Winbatcha=Int64(2999947537)x=500000000For i=0 to a-1 by x ; do somethingNext i I know that I will have to do this as a while loop, but it would be nice to be able to explicitly declare i as an int64. Can anyone think of a way to do this?