2020r1 introduces lots of changes. Some seem to be in the category of change for the sake of change.
The clipboard has changes to the names of parameters.
- Public Function RawData(macType As String) As String
+ Public Function RawData(dataType As String) As String
- Public Function RawDataAvailable(macType As String) As Boolean
+ Public Function RawDataAvailable(dataType As String) As Boolean
- Public Function RawData(macType As String, Assigns value As String) As String
+ Public Sub RawData(dataType As String, Assigns value As String)
Probably not a big hit for anyone and likely done for clarity in the tooltip in the IDE.… Read the rest