• Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX

Array Functions

home/Knowledge Base/Technical Support/API/Client API's/VTL/VTL Client Scripts/Array Functions/ArraySort

ArraySort

24 views 0 Updated on December 28, 2023 hybrid-solutions

Syntax

Public Function ArraySort(ByRef ary As Variant) As Boolean

Description

This function sorts the given array in ascending order.

Parameters

Key Description
ary Array to sort, value of type Variant.

Return value

Returns true in successful, otherwise returns false.

Sample

 Public Sub main () Dim Arr (5) Arr (1) = 1 Arr (2) = 2 Arr (3) = 4 Arr (4) = 6 Dim Result Result = ArraySort (Arr) AlertMessage (Result) End sub

See Also

  • ArrayFree
  • ArrayInitialized
  • ArrayMaximum

Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  ArrayFree

ArraySize  

About
VertexFX Trader has a closed-loop trading structure with BackOffice dealing desk, Client Terminals, Dedicated Hosting, White Labelling and Bridging Capabilities. Through VertexFX Risk Management Bridge...
Categories
  • Release Notes
  • Technical Support
  • VertexFX Pro Setup
  • Mobile Trader
  • Lite VertexFX Mobile Trader
Community
  • Blog
  • Media Center
Need Support?
If you need any further help, don't hesitate to send a support request to our support team.
Contact Support
  • Privacy Policy
  • Brokers Terms
  • Traders EULA
  • ISV Terms
  • Plugins EULA
  • Copyright 2024 hybridsolutions.com. All Rights Reserved.