www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
Array Element Value (ARYVAL) Returns the value of the specified element of the specified array modeling entity. Format ARYVAL(Array Name, Element Number) Arguments Array Name Name of an existing array modeling entity; defined by an object name. Element Number The number of the element within the array whose value you want to get. list2+ The following example illustrates the use of the ARYVAL function: ARYVAL(array_45,3) Learn more about data element access.