doors - DXL scrippting for find the enum in attributs -


how can find string in doors attributes . e.g. have doors attributes, has values type of enumeration
1. aa 2. bb 3. cc 4. dd

how can find dxl script in particular attributes , contains 2 aa, , 3 bb

i not understand mean "two aa", in multi value enumeration, attribute either has aa set or not set, cannot set twice. if have multi value enumeration allowed values "aa", "bb", "cc" , "dd", can use perm bool ismember(attrref, string). example dxl manual:

if (ismember((current object)."country", "australia")) {     addrequirement("right-hand drive model needed") } 

Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -