• 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/ArrayCopy

ArrayCopy

32 views 0 Updated on December 28, 2023 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

  ArrayMaximum

ArrayDimension  

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.