ATTRIBUTES
Syntax
<attributes-expression> := 'ATTRIBUTES(' <Key> ')'
Since
2.0
Return-type
Value
Description
This functions returns the values of all attributes of the keys passed as argument. If the argument is NULL, the function returns NULL.
Examples
ATTRIBUTES( Time:'01.07.2003' )
E.g. returns Weekday:'Tue' + Week:'26/2003' + ...
See also
ATTRIBUTENAMES
