CharToString
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 09:35 AM

Syntax

Public Function CharToString(ByVal char_code As Long) As String

Description

This function is used to convert the given ASCII char code to String.

Parameters

Key Description 
Char_code ASCII code range [0-255]. Value of type is Long

Return value

Returns the string for specific given ASCII code.

Sample

 Public Sub Main() 

      Dim i

      i= CharToString (11)

      AlertMessage (i)

  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