dbExpandToMemNameExpr
dbExpandToMemNameExpr(t_bundleName) =>l_memNameExpr
Description
Expands a bundle name to a list of member-name-expression strings.
Member-name-expression strings are returned in the following format:
baseName[<vector-expression>]
Arguments
Value Returned
|
List of member-name-expression strings contained in the specified bundle. |
Example
dbExpandToMemNameExpr("A,B<3:0>,<*2>D<1>,D<2>")
=> ("A" "B<3:0>" "D<1>" "D<2>")
Related Topics
Return to top