Click or drag to resize

SetExact Function

X#
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
Request Example View Source

Return 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