The following lisp routine executes just fine but returns the word
'nil'. Does it mean that there's something wrong somewhere?
(command "layer" "make" (strcat "rev_" (substr (rtos (getvar "cdate")
1 14) 4 12)) "" "" "" "" "")
cmdecho is off (in case that makes any difference)