Florent_78 Member Licensed User Nov 1, 2021 #1 I have 5 arrays of int "2020[10] ..... 2025[10]" and depending of the date, I would like to read one or the other using a variable "date" as pointer I tried but I don't know how to declare this pointer (*.ptr).
I have 5 arrays of int "2020[10] ..... 2025[10]" and depending of the date, I would like to read one or the other using a variable "date" as pointer I tried but I don't know how to declare this pointer (*.ptr).
Erel B4X founder Staff member Licensed User Longtime User Nov 1, 2021 #3 Or a list of lists/arrays. Or a list of custom types. Upvote 0