Hello all: Sorry for the new problems. I'm trying to create a patch that will act like a while loop in C . . .
while (i<22) do
{
printf(numberofmeasures[i]);
i++;}
Anyway, the patch I created has a stack overflow that I'm not able to spot. Likewise, I had thought that the [moses 22] statement would toggle the process off. It doesn't seem to work. Any suggestions?