Hello.
I upgraded to V22. 1.1, the bug on the with statement became more serious. This is the test code:
Dim abcd As String = "1234"
With abcd
.
Enter the "." on the third line, The program crashed.
Hello.
I upgraded to V22. 1.1, the bug on the with statement became more serious. This is the test code:
Dim abcd As String = "1234"
With abcd
.
Enter the "." on the third line, The program crashed.
Hello,
Thank you for reporting this. It appears that the change for the other bug exposed another place in the code that wasn't setting some data correctly, causing this issue. We've updated the code for that and have made a preview build with the change. Can you write our support address, referencing this thread, and we will send you a link to test with on your end?
Hello,
I have sent you an email to ask for the download address of the preview version.
My email address is“ foxtable@qq.com"
Thank you for your quick response.
Dim abcd As String = "1234"
With abcd
With .Substring(2,3)
Dim efg As String = .
End With
End With
Hello,
Thank you, we have improved this for the next maintenance release. Write our support address if you'd like a preview build to try.
I downloaded the latest preview version. After testing, I found that the bug has disappeared. Thank you for your work.
Please log in to a validated account to post comments.