Question
Trying to create a 2 second delay using javascript
Hello, Ken here from the UK
I am trying to create a two second delay in my javascript routine using this syntax which I know to be wrong:
var delay = 2000;
setTimeout(blank() {
this.getField(“blank6a”).display = display.visible
}, delay);
Could anyone provide help in how I can get a two second delay before a text (blank) is visible?
Thank you
