11.04.2011, 19:37
Error is array sizes do -match, OR destination array is too small.
(Sloution at !Easy! post)
(Sloution at !Easy! post)
new ARKLicense[][4] = { // [] = number of items, [4] = size of the each item (3 characters + NULL character).
"ADC",// 1
"ODL",// 2
"YFK",// 3
"LEE", // 4
"UDK", // 5
"OLA", // 6
"POR", // 7
"HER", // 8
"IKS", // 9
"EHA", // 10
"OLG", // 11
"ORK", // 12
"TRA", // 13
"TYA", // 14
"OFA" // 15
};