Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

index was out of the bound array in c#

string pop = "lol|lol";
string[] Test = pop
Console.WriteLine(test[2]);
 
PREVIOUS NEXT
Tagged: #index #bound #array
ADD COMMENT
Topic
Name
8+3 =