I felt this is important to say in this forum, so that I don’t forget it again!
This type of calling a 4D method, passing pointer parameters works.
A4D_BB_TextToArrays($OutTable_t;char(9);char(13);0;get pointer("aDate_d");get pointer("aStudent_t");get pointer("aItem_t");get pointer("aUnpaid_r"))
I’ve tried many other ways to interact with globals between Active4D and 4D methods using pointers, and did not succeed.
For the record, the globals have all been firstly declared in 4D.
😊
David Ringsmuth