Ok ... so in a command prompt:
...as expected in both Windows 10 and Server 2019
but for some reason when I go (and enter "∞" for the readline):
Data gets set to 8, and both output lines in the console read "8"!
This however does not appear to happen on Windows 10, but does on Server 2019!
Any ideas?
Code:
c:\>echo ∞
∞
but for some reason when I go (and enter "∞" for the readline):
VB.Net Code:
Dim Data = Console.ReadLine() Console.WriteLine(Data) Console.WriteLine("∞")
This however does not appear to happen on Windows 10, but does on Server 2019!
Any ideas?