04-28-2024, 01:16 PM
string[] a4 = { "a", "b" };
Console.Write(a4[^1]); //no output
Console.Write(a4[^1]); //no output
The following warnings occurred: | ||||||
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
|
no output
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
no output - by Davider - 04-28-2024, 01:16 PM
RE: no output - by Gintaras - 04-28-2024, 01:25 PM
|