0038: Unknown type of array
Possible solutions: use one of the known array types: integer (
i
), float (f
) or string (s
or v
):[email protected]([email protected],4h) // error, 'h' is unknown
[email protected]([email protected],4i) // OK, 'i' is known
Last modified 2yr ago