; dxWaitKey() sample dxPrint "Press any key to continue." key=dxWaitKey() dxPrint "The ASCII code of the key you pressed was: " + key dxPrint "Now press a key to quit." dxWaitKey() End