an array of pointers
an array of pointers
Hi everyone, how would i have a multidimensial array of pointers to my custom data type? Ive searched the forums and cant anything.
- tinman
- PureBasic Expert
- Posts: 1102
- Joined: Sat Apr 26, 2003 4:56 pm
- Location: Level 5 of Robot Hell
- Contact:
Code: Select all
Structure MyCustomDataType
a.w
b.l
EndStructure
Dim *foo.MyCustomDataType(25, 69)
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
(WinXPhSP3 PB5.20b14)