B
Boki
Hi All,
I saw my code jump out the function call directly without throw a
boundary error....
no boundary check ?
string[] str_member_id = new string[100];
str_member_id[id_count] = "sth"; // exit directly without throw a msg
when id_cound=101;
Best regards,
Boki.
I saw my code jump out the function call directly without throw a
boundary error....
no boundary check ?
string[] str_member_id = new string[100];
str_member_id[id_count] = "sth"; // exit directly without throw a msg
when id_cound=101;
Best regards,
Boki.