an array of pointers
Posted: Wed Jan 21, 2004 10:37 pm
Hi everyone, how would i have a multidimensial array of pointers to my custom data type? Ive searched the forums and cant anything.
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
Structure MyCustomDataType
a.w
b.l
EndStructure
Dim *foo.MyCustomDataType(25, 69)