Forum Discussion
Tim Curwick
Sep 21, 2017Copper Contributor
Complex expression with ago( )
I am trying to work with more complex expressions, and scalar function ago() is not behaving as expected. Specifially, this fails, print ago( 3 * 5min ) throwing sytax error "ago(): argument #1 mus...
- Oct 03, 2017This has been fixed now...You should be able to use the expressions with ago() and now()
Ketan Ghelani
Sep 26, 2017Former Employee
There was a limitation on ago() and now() with expression. We are
working to remove those limitations. Please stay tuned. For now as a
workaround you can use something like this: let a=3m; let b=2*a; print
now()-b