Hi guys,
I've got a problem on how to store a set of data in a simple array. I am using the Sub Form_KeyDown(Keycode as Integer, Shift as Integer) API function, and my intention is to store the kestroke into an array. So basically hit one key then the keycode is stored in array(1), then hit another key, the second keycode will store in array(2), however this doesnt happen because it will try to store into array(1).
Do you guys have any idea, I can show the syntax roughly if you want.
thx a lot
I've got a problem on how to store a set of data in a simple array. I am using the Sub Form_KeyDown(Keycode as Integer, Shift as Integer) API function, and my intention is to store the kestroke into an array. So basically hit one key then the keycode is stored in array(1), then hit another key, the second keycode will store in array(2), however this doesnt happen because it will try to store into array(1).
Do you guys have any idea, I can show the syntax roughly if you want.
thx a lot