IonicWind Software

IWBasic => General Questions => Topic started by: Techno on June 06, 2015, 06:14:52 AM

Title: Howto : Arrays in Classes (or in other lang Object Classes)
Post by: Techno on June 06, 2015, 06:14:52 AM
Dear support,

Is it pobibbly an collection (read array) from a class in IWBasic?
We have arrays in structs is that possibly in classes to?
I think then for create an factory class where the user can create objects such as GUI objects.
I have plans if that is possibly a kind of MFC but more for IWBasic "IWBasic Foundation Classes"

Thanks
Title: Re: Howto : Arrays in Classes (or in other lang Object Classes)
Post by: LarryMc on June 06, 2015, 09:09:02 AM
Not sure I understand your question but you can have members of a class that are arrays and you can have members that are structures that contain elements that are arrays.