[AccessD] Problems with Arrays

Stuart McLachlan stuart at lexacorp.com.pg
Tue Jan 17 15:35:28 CST 2023


On 17 Jan 2023 at 14:34, Arthur Fuller wrote:

> One question, before I load my revolver and do something stupid... Can
> a function return an array? If so, I can work with that and get where
> I need to go.
> 
Not directly, but:
A function can return a Variant and a Variant can contain an array
Or a function can accept or return a pointer to an array 



More information about the AccessD mailing list