Hi Folks,
Just started exploring some things and figured I'd ask -
Does anyone know how to dynamically (as in at runtime) create new variables (from bytes to udts) at runtime without:
1) Using the WinAPI
2) Using the Array functions (redim, etc)
In C this would be calloc and malloc, or in C++ this would be new()
I've seen some GREAT examples of linked lists, etc. and all use the API. Which is fine. And I obviously could use a lower level language.
I'm just wondering if I'm missing something in the manual, or if this is more than PB is designed to do without the API.
JS
Just started exploring some things and figured I'd ask -
Does anyone know how to dynamically (as in at runtime) create new variables (from bytes to udts) at runtime without:
1) Using the WinAPI
2) Using the Array functions (redim, etc)
In C this would be calloc and malloc, or in C++ this would be new()
I've seen some GREAT examples of linked lists, etc. and all use the API. Which is fine. And I obviously could use a lower level language.
I'm just wondering if I'm missing something in the manual, or if this is more than PB is designed to do without the API.
JS
Comment