Click or drag to resize

SetErrorStackVOFormat Function

X#
This function allows you to enable or disable the VO compatible Errorstack format.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION SetErrorStackVOFormat(
	lNew AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lNew
Type: Logic
Specify TRUE to enable the new format.

Return Value

Type: Logic
The current setting for the ErrorStack format.
Remarks
The default setting for the format is based on the dialect of the main application. When the main dialect is VO or Vulcan then the VO format is used. Otherwise the normal .Net format is used.
See Also