Has anyone had problems when creating an array of temporary tables? I access my temporary table using MyTable[Ptr].COUNT etc but am getting the same results whatever the value of Ptr. It is as if there is only one table. (Financials version GB 2.01)
Yep, you’re right. It is only ONE table with multiple references to it. At least to my experience /and I’ve tried this from ver 2.0 to 3.10A/ there is no way of defining array of temporary tables each element of which is pointing to different table. brgds.
But this can also be a quite usefull feature, E.g. you can have temp[1] sorted in a different way than temp[2].
Confirming that. No way… well maybe in the future!