Okay, so this is a "PRESS ANY KEY TO CONTINUE" type deal? Alright then, something like this would probably work for the loop if I remember how to use lastpressed correctly.
lastpressed = 0;
while (!lastpressed)
{
Render();
PrintString(0, 0, screen, 0, "PRES BUTAN");
ShowPage();
}
key[lastpressed] = 0;
lastpressed = 0;