[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

datenow() fails my program!



I am attempting to use datenow() in a program.  It causes an expressionspace
error.
Expressionspace is set in -mfile to the max, but I get this error:

   (SQR 4038) Out of space while processing expression; Use -Mfile to increase
EXPRESSIONSPACE.

I have lifted, verbatim, two different formats from previous questions in the
group.

I am using V4.0.3.1
The offending code is:
let $date_string = edit(datenow(),'YYYY-MM-DD HH24:MI:SS')

What is wrong?