<<
>don't really have a clue about manipulating data thru
pointers <
That's not always necessary. In fact in my experience it is
rarely necessary.
>>
Hmmm... Thanks, Eric. That's very useful to know. Most of
my SUBs/FUNCTIONs are pretty large and draw on GLOBALs or
other SUBs/FUNCTIONs, but I may be able to at least move a few
of the self-contained ones to DLLs, as you suggested. I had
avoided DLL's before, since it seemed beyond my meager knowledge
base, and there's only a brief mention in the PBDLL docs.
------------------
>don't really have a clue about manipulating data thru
pointers <
That's not always necessary. In fact in my experience it is
rarely necessary.

>>
Hmmm... Thanks, Eric. That's very useful to know. Most of
my SUBs/FUNCTIONs are pretty large and draw on GLOBALs or
other SUBs/FUNCTIONs, but I may be able to at least move a few
of the self-contained ones to DLLs, as you suggested. I had
avoided DLL's before, since it seemed beyond my meager knowledge
base, and there's only a brief mention in the PBDLL docs.
------------------
Comment