0038: Unknown type of array
The compiler finds an array element whose type is unknown.
Possible solutions: use one of the known array types: integer (i
), float (f
) or string (s
or v
):
Last updated
The compiler finds an array element whose type is unknown.
Possible solutions: use one of the known array types: integer (i
), float (f
) or string (s
or v
):
Last updated