I
- 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 ... - Is there the documentation for writing of templates?
Yes, of course. Use Programer's Guide. ...