Data Types
ID #1014
Is it possible to create number arrays dynamically via NEW?
Directly no. But it is possilbe to allocate memory block:
array &BYTE buffer_array &STRING CODE buffer_array &= STRING(100 * (SIZE of array element)) array[i] &= (ADDRESS(buffer_array) + (i - 1) * size(array[i])
Tags: NEW, dynamic arrays
Related entries:
- How to run application that will not be displayed in task bar?
- How to define IP address of computer?
- What is the DOS-driver? And what for it is used?
- How correctly to return QUEUE from function and work with it in calling procedure?
- How to get the number of the currently printed page?
Last update: 2007-07-13 17:02
Author: Aleksey Timkov
Revision: 1.0
You can comment on this entry