Hallo mgheinz1001
Ich hab dies dazu gefunden, vielleicht hilft es dir weiter:
mqc_askAttributesOfObject
Synopsis
Defun: mqc_askAttributesOfObject(
Integer, $object_tag,
Name ( $attribute_type, All ) )
@{...} List;
Description:
Ask a list of attributes of specified object.
Input:
(Integer) object_tag - Specified object to ask attribute.
(Name) attribute_type - What type attribute to ask.
Can be following types:
Integer_Attribute
Real_Attribute
Time_Attribute
Null_Attribute
String_Attribute
All
Default value is All.
Input Arguments:
object_tag - Specified object to ask attribute
attribute_type - Attribute type
Returns:
A list of attributes.
Each item is a sub-list, format is:
{
(Name) attribute_type,
(String) attribute_title,
(Any) attribute_value
}
--> Auszug aus der Hilfe
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP