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

String Functions

home/Knowledge Base/Technical Support/API/Client API's/VTL/VTL Client Scripts/String Functions/StringAdd

StringAdd

66 views 0 Updated on December 27, 2023 hybrid-solutions

Syntax

Public Function StringAdd(ByRef stringVar As Variant, subString As Variant) As String

Description

This function is used to add a substring to the end of a specificstring.

Parameters

Key Description
stringVar Source stringthat want toconcatenation it with other string,value of type Variant
subString String that is added at the end of source string,value of type Variant.

Return value

Returns the concatenation of both strings.

Sample

Public Sub main()Dim x,y  x="hello " y="vertex" AlertMessage StringAdd(CSTR(x),CSTR(y)) ' The result of the Alert Message will be hello vertex End Sub

See Also

  • StringConcatenate
  • StringToLower
  • StringTrimLeft

Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  StringConcatenate

StringSpace  

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.