Hi
I have some coding question. As below coding, when I triggle "right" button and then running "cardStationViewer()" function immediately. My question is how to delay number of seconds to run function when I pressed the key. Thanks.
case "right":
cardStationViewer()
return true;