15 Apr 2026 12:27 PM
Hello all,
Maybe I am missing something,
In my script I want to return :
( . . . )
return { result };
}
( . . . )
When result is true, than happy days:
But when the result is false:
console.log(result)
The result stays empty:
Does anybody have some idea's?
KR Henk
Featured Posts