Posted 3 years ago
by hehui
-
manager,
foxtable
Version: 22.1.0
Platform: .NET 5.0
Environment: Windows 10 (64-bit)

Hello。
This is the code for testing:
Dim abcd As String
With abcd
With .Substring(2)
With .Substring(2)
End With
End With
End With
Now, hover the mouse on the second Substring , after a while, a StackOverflowException raised.
In fact, there is no way to enter this code normally, because when you enter the second Substring and then enter "(", the program will crash and exit immediately
[Modified 3 years ago]