When in the same module I have multiple identical declaration like for example:
There are no warnings, but what happen really ?
A new memory allocation is involved or the same one is overwritten ?
And (before an answer arrive) is the behaviour the same for any type of declaration and any platform (B4i, B4A) ?
Dim Cursor1 as resultset:
There are no warnings, but what happen really ?
A new memory allocation is involved or the same one is overwritten ?
And (before an answer arrive) is the behaviour the same for any type of declaration and any platform (B4i, B4A) ?