The test function takes an input parameter. If I hard code this in the call, it works perfectly, but I need the parameters to be dynamic, based on the value of another ebase field.
I was hoping the following call syntax would work, using the old && notation to substitute an ebase field value at run-time:
F_JSFuncTest('&&P_PARAM_IN')
However, it doesn't

F_JSFuncTest(&&P_PARAM_IN)
F_JSFuncTest("&&P_PARAM_IN")
Anyone have any ideas where I'm going wrong, or is it simply not possible?
Many thanks for any thoughts.