Hserout "AZILB=", #azi.LB, " ", "AZIHB=", #azi.HB, CrLf
I have seen strings cause mem leaks, I think cos each time it writes somthing like "AZILB=" it has to create a whole new array for each iteration, causing the mem to run out and a overflow, i think they called it a mem leak.
the proper...