Login
Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • Home
  • Knowledgebase
  • Blog

Array Functions

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

ArrayCopy

8 views 0 Updated on December 16, 2021 hybrid-solutions

Syntax

 Public Function ArrayCopy(ByRef dst_array As Variant, ByRef src_array As Variant) As Boolean

Description

This function is used to copy the element in a given array to anotherarray.

Parameters

Key Description
dst_array Array to copy the src_array to. Value of type is Variant
Src_array Array to be copied to. Value of type is Variant

Return value

Returns true if successful, otherwise returns false.

Sample

 Public Sub main()    Dim i    Dim array2 (20)    CopyHigh 0, 10, 20, i    ArrayCopy array2, i    AlertMessage (array2 (1)) End Sub

See Also

  • ArrayCompare
  • ArrayRange
  • ArrayResize


Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  ArrayMinimum

ArrayRange  

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
  • Lite VertexFX Mobile Trader
  • Release Notes
  • Technical Support
  • VertexFX Pro Setup
  • 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 2023 hybridsolutions.com. All Rights Reserved.