Click or drag to resize

ASessions Function

X#
-- todo --
Creates an array of existing data session IDs.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION ASessions(
	ArrayName
) AS USUAL CLIPPER
Request Example View Source

Parameters

ArrayName (Optional)
Type: Usual
Specifies the array that contains the data session IDs.

Return Value

Type: Usual
Numeric. Returns the number of data sessions.
Remarks
If the array does not exist, X# automatically creates and populates it. X# automatically resizes the array to accommodate current data sessions.
See Also