When executing the code:

$ts_str := substring(timestamp string(timestamp);1;19)

I get the error:

An operation on incompatible types was attempted (expected a text
expression)

I broke this into two separate commands:

$ts_str := timestamp string(timestamp)
$ts_str := substring($ts_str;1;19)

... and got the same error on the second command, above.

Would you please try to recreate this?

Thanks,
Doug
_______________________________________________
Active4D-dev mailing list
Active4D-dev@aparajitaworld.com
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to