StringSpace
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:58 PM

Syntax

 Public Function StringSpace(number As Integer) As String

Description

This function is used to add a number of spaces that you want to have in the string.

Parameters

Key Description 
number Number of spaces to be added ,value of type Integer.

Return value

Returns a string of number spaces.

Exception

Error Number Condition 
5 if Number <0

Sample

 public Sub Main() 

      Dim x

      x="Welcome to VTL  World "

      x=x & StringSpace(10) &  x

     AlertMessage(x)

  End Sub​

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions