www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
ELEMENT Indicates if a real value is an element of an array. Format ELEMENT (A, X) Arguments A An array. B A real number. Examples For the following examples, assume that array A contains a list of integers from 1 through 10: Function ELEMENT(".MOD1.A",3) Result true Function ELEMENT(".MOD1.A",11) Result false Learn more about matrix/array functions.