01-04-2023, 11:41 PM
(01-04-2023, 10:12 PM)Kernelpanic Wrote: Well, I can't think of a practical application right now. Maybe something for mathematicians who can store three-dimensional functions in it. It would be impractical for a "normal" database. I would take two or three records that access each other. For example:
Code: (Select All)Type employee
firstName As String * 20
lastName As String * 20
birthday As As String * 10
EndType
Type function
programmer As employee
salary as employee
. . .
EndType
The 3D array is a nice exercise, and I haven't found anywhere that shows a graphical representation of a 3D array.
https://www.qb64tutorial.com/lesson8
Everything you ever wanted to know about 1D, 2D, 3D, and 4D arrays, with examples.