Set keyboard value to iobox

Hi,

I’m sorry for the beginners question, but I’m looking for a way of settings a keyboard value to a iobox…

Currently if you attach say an iobox to the keycode, the key will show up while the key is pressed down, but once you release the key, the iobox gets reset to zero. How do you stop it from resetting?

Another question is I guess, say I use a KeyMatch and assign say 10 keys…is there a way for them all to come out of the same output - not as a spread, but just like saying…

if key = 1 return 1;
if key = 2 return 3;
if key = j return 7; etc…

Cheers.

RadioKeyMatch (String) .

and some easy nodes around for that resetting to zero feature.

;)