Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: D - E
> EXCLUDE
EXCLUDE
Excludes a value from an array.
Format
EXCLUDE (A, X)
Arguments
A
An array.
X
A real number.
Example
Assume that the array in the following function contains the values 1 through 10:
Function
EXCLUDE(.MOD1.A,4)
Result
removes 4 from the list
Learn more about matrix/array functions
.
This site works best with JavaScript enabled