Click or drag to resize

OrdList Function

X#
Return a list of all tag names for the current work area.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION OrdList() AS ARRAY
Request Example View Source

Return Value

Type: Array
OrdList() returns a one dimensional array holding strings with the tag names of all open indexes. When no index is open, an empty array is returned.
See Also