Re: win32 console input problem

2001-12-12 Thread Herb Hall
he ASCII code of the character (if the key is a character key, 0 otherwise)\n"; print "$event[6] - control key state: the state of the control keys (SHIFTs, CTRLs, ALTs, etc.)\n"; You want $event[5]. Herb Hall - Original Message - From: "Nathani

RE: printf and other stuff

2001-06-05 Thread Herb Hall
r various reasons. You probably only need to use one or the other. I would use the printf unless you have some need to have the variables padded with 0's. Herb Hall