ATTRIBUTENV
Syntax
<attributes-expression> := 'ATTRIBUTENV(' <Key> ')'
Since
2.0
Return-type
String
Description
This functions returns a list containing all attribute-names and -values for the given keys. The values are returned as a comma-separated string. If the arguments is NULL, the functions returns NULL.
Examples
ATTRIBUTENV( Product:Product1 )
E.g. returns 'ProductID' + 'P1' + 'Customer' + 'C1, C2, C3' + ...
See also
ATTRIBUTENAMES, ATTRIBUTES
