2013

Table Of Contents
It returns the following:
Sat, 5 Sep 1998 - 4:53am
If time is 0, the time and date at the moment that the outermost macro was
executed is used. This avoids lengthy and time-consuming multiple calls on
$(getvar,date) and guarantees that strings composed with multiple $(edtime)
macros all use the same time.
eq
If the strings val1 and val2 are identical, the string returns 1; otherwise, it
returns 0.
$(eq, val1, val2)
The following expression gets the name of the current layer; if the name
matches the string value, it returns 1.
$(eq,"PART12",$(getvar,clayer))
Returns 1
eval
Passes the string str to the DIESEL evaluator and returns the result of evaluating
it.
$(eval, str)
fix
Truncates the real number value to an integer by discarding any fractional part.
$(fix, value)
getenv
Returns the value of the environment variable varname.
$(getenv, varname)
Catalog of DIESEL Functions | 71