Skip to content

Check_Elements

Checks if attribute with given name exists in record.

FUNCTION Count_Elements (   
   record_  IN type_record_,  
   name_    IN type_name_ ) RETURN NUMBER

Parameters

record_
Foundation1 record.

name_
    Attribute name.

Return

0 if there are no attributes with the given name, 1 otherwise.