MAKE_ARRAY Function

Returns an array of specified type, dimensions, and initialization. It provides the ability to create an array dynamically whose characteristics are not known until run time.

Usage

Input Parameters

Returned Value

Keywords

:

Type Code Data Type
1 Byte
2 Integer
3 Longword integer
4 Single-precision floating-point
5 Double-precision floating-point
6 Complex single-precision
7 String
12 Complex double-precision

Discussion


NOTE: The resulting type cannot be specified if Value is a structure.

Example




See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.