Type.ListItem
Gibt einen Elementtyp aus einem Listentyp zurück.
Syntax
Type.ListItem(
type as type
) as type
Remarks
Gibt einen Elementtyp aus einer Liste type
zurück.
Examples
Example #1
Suchen Sie einen Elementtyp in der Liste <code>{number}</code>.
Type.ListItem(type {number})
Result:
type number
Category
Type