ASessions Function | |
-- 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
[ClipperCallingConventionAttribute(new string[] { ... })]
public static Usual ASessions(
Usual ArrayName = default
)
Request Example
View SourceParameters
- 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