Posted 3 years ago
by hehui
-
manager,
foxtable
Version: 22.1.0
Platform: .NET 5.0
Environment: Windows 10 (64-bit)
When editing the visual basic code in syntax editor, I found a bug. The with statement cannot correctly list the members of the object. Taking the following code as an example, the members listed are not members of datatable:
Dim dt as DataTable
With dt
.
End with
[Modified 3 years ago]