SetExact Function | |
Toggles an exact match for character string comparisons.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION SetExact() AS LOGIC
public static bool SetExact()
Request Example
View SourceReturn Value
Type:
Logic
If
lNewSetting is not specified, SetExact() returns the current setting.
If
lNewSetting is specified, the previous setting is returned.
Remarks
SetExact() returns and optionally sets the default string comparison methodology.
SetExact() is a compatibility function and not recommended.
Examples See Also