You can use Lianja.evaluate( "vfp_expression" ) to evaluate any function not available in jssp pages.
Type: Posts; User: barrymavin
You can use Lianja.evaluate( "vfp_expression" ) to evaluate any function not available in jssp pages.
Hi Herb,
Its all very similar as documented here:
https://www.lianja.com/doc/index.php/JavaScript_Server_Pages
Instead of using ? <expr> to output text you use print(<expr>) pr(<expr>) or...