Posted 2 years ago
by hehui
-
manager,
foxtable
Version: 22.1.2
Platform: .NET 4.0
Environment: Windows 11 (64-bit)
This is the test code:
Dim ss As String
With ss
.
End With
Dim ss As String
With ss
Select Case .
End With
after you enter the dot, the contents of the autocomplete list that appear are not members of string type.