Open saikat041 opened 4 years ago
def __init__(): arr: String[10][1] = ["vyper"]
Compiling above code gives the following error:
vyper.exceptions.StructureException: Multidimensional String arrays are not supported contract "try1.vy", function "__init__", line 3:9 2 def __init__(): ---> 3 arr: String[10][1] = ["vyper"] ----------------^ 4
Is vyper going to support string array in the future? Is there any other way to use array of string?
Not at this time, no
What's your issue about?
Compiling above code gives the following error:
Is vyper going to support string array in the future? Is there any other way to use array of string?