FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
Multi type array
Dec., 02nd 2009 at 05:45 PM
John Marrone
<gu...st@news.pcsoft.fr>


Hi
Is it possible to create a multi dimensional array and the array will be 3 elements across, but I need the first element to be a string value, the second element to be a integer, and the 3rd to be a decimal. Is this possible. Thanks for any help and time I might be given.


Replies to this message:
Re: Multi type array
Hi John several possibilities: - create a structure with a string, an int, and a numeirc, and use an array of structures - Create a class with those 3 members and create an array of dynamic objects - ...
From Fabrice Harari - Dec., 02nd 2009 - More »