SetSpace Function (Logic) | |
Change the setting that determines whether a space is displayed between fields or expressions when you use the ? or ?? command.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION SetSpace(
lSet AS LOGIC
) AS LOGIC
public static bool SetSpace(
bool lSet
)
Request Example
View SourceParameters
- lSet
- Type: Logic
Return Value
Type:
LogicSee Also