This one I'm not so sure about. And I don't have anything handy to test it on.I’m also receiving the big_number as two 4 digit decimal numbers.
The only thing left is to make one big_number from the two word size variable (in_high and in_low).
I'm pretty sure it will work, but not Positive...P.S. To put code in a scrolling box that doesn't scrunch it all to the left, use ...Code:HighDigits = 100 ; Simulating File Length of 1,000,000 LowDigits = 0000 big_number[0] = HighDigits * 10000 big_number[1] = R0 big_number[0] = big_number[0] + LowDigits IF (big_number[0] < LowDigits) THEN big_number[1] = big_number[1] + 1
[code]' --- code goes here ---[/code]
oops, nevermind. I see you're even using colors in the test area.
<br>





Bookmarks