Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Array 1

Status
Not open for further replies.
Joined
Feb 10, 2004
Messages
1
Location
US
Hi ,
Which version of Informix 4GL allows access to
Dynamic Array?
Thanks
 
Hi,

Enhancements to Version 7.32

This product includes the following enhancements:

Support for dynamic arrays, which enable users to allocate and deallocate memory storage space at any time, thus making memory available for other purposes.

Use of the dynamic array data type is detailed in Chapter 3, Data Types and Expressions. For details on defining, allocating, deallocating, initializing, or resizing a dynamic array, see the DEFINE, ALLOCATE ARRAY, DEALLOCATE ARRAY, INITIALIZE, and RESIZE ARRAY statements in Chapter 4, IBM Informix 4GL Statements.

More info:

Regards,
Shriyan

"If a program is useful, it will have to be changed."
"If a program is useless, it will have to be documented."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top