You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements: integration with VBAexpressions core modules.
The library now has the most powerful VBA filtering capabilities. The user can define complex filtering criteria to retrieve only the fields of relevance.
Attribute pointerPosition.VB_Description = "Gets the overall pointer position over the current text file."
@@ -146,15 +146,15 @@ Public Property Get unifiedLFOutput() As Boolean
146
146
Attribute unifiedLFOutput.VB_Description = "Determines whether the buffer string is returned using only the LF character as a line feed. Similarly, this property instruct to write files without the Unicode Byte Order Mark."
147
147
unifiedLFOutput = P_UNIFIEDLFOUTPUT
148
148
End Property
149
-
PublicPropertyLet unifiedLFOutput(ValueAsBoolean)
150
-
P_UNIFIEDLFOUTPUT = Value
149
+
PublicPropertyLet unifiedLFOutput(valueAsBoolean)
150
+
P_UNIFIEDLFOUTPUT = value
151
151
End Property
152
152
PublicPropertyGet utf8EncodedFile() AsBoolean
153
153
Attribute utf8EncodedFile.VB_Description = "Indicates whether the buffer string is returned as a decoded string, assuming the file is UTF8 encoded."
0 commit comments