Syntax
Public Function OrdersTotal() As Integer
Description
This function used to return the orders count for the selected account.
Return value
Returns order count as value of type Integer
Sample
Public Sub main() Dim Count as integer Count = ClientCode.OrdersTotal() GUI.MsgDialog(Count) End Sub
See Also