OrdList Function | |
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
public static Array OrdList()
Request Example
View SourceReturn Value
Type:
ArrayOrdList() 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