Knowledgebase
StringSpace
Posted by Mohammad Rahhal on 22 January 2012 12:49 PM

Syntax

Public Function StringSpace(number As IntegerAs String

This function adds a number of spaces that you want to have in the string.

Parameters

Key Description 
number Integer expression, number of spaces

Return value

Returns a string of number spaces.

Exception

Error Number Condition 
5 Number <0

Sample

Sub Main() 

      Dim x

      x="Welcome to VTL  World "

      x=x & StringSpace(10) &  x

     MsgBox(x)

  End Sub


See Also


Back to VTL Client Script Index

(0 votes)
This article was helpful
This article was 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. This is required to prevent automated registrations and form submissions.

Help Desk Software by Hybrid Solutions