I'm not working with arrays (being passed)
but a single text variable.
x_Parse:=ax_File_Contents{$Current_File_Text_Block}
then x_Parse is worked on/with
So a method call looks like this:
utl_text_Fast_Parse(->x_Parse;$Delimeter_Count;$Delimeter)
BUT if I were working with the array directly, I would pass a pointer
to the element
utl_text_Fast_Parse(->
ax_File_Contents{$Current_File_Text_Block};$Delimeter_Count;$Delimeter)
On Thu, 17 Nov 2016 13:41:48 -0800, Douglas von Roeder wrote:
>
> I'm interested in understanding the difference between passing a pointer
> and dereferencing the pointer during the operation versus passing a
> pointer, working on a local, and then doing Copy
> array($localTextArr_AT;t$arrayPtr_P->).
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************