harry wrote: > Hi, > > trawling through the archives I found the answer to how to do a ? > FUNCTION macro. > > How would you do ?DATE and ?TIME (apart from erlc -DDATE=`time` .... > or something similar, which is *nix specific) > > -define(DATE,proplists:get_value(time,?MODULE:module_info(compile))).