Okay, I only had a quick glance at the code, but the for statement is incorrectly made. you need ;'s instead of ,'s. >for(count=num,count==1,count=count-1) >{ > push_longint(string[count]); >} Mathew