1
0

iif.js 101 B

1
  1. setup.qsp_iif = (condition,ifTrue,ifFalse) => Scripting.evalJavaScript(condition) ? ifTrue : ifFalse;