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

Syntax

Public Function StringReverse(str As String) As String

Description

This function is used to get a given text in inverse order.

Parameters

Key Description 
str A string value to be reversed,value of type String

Return value

Returns a string in reverse order.

Sample

Public Sub main()

AlertMessage StringReverse("12345") 'Alert Message will display: 54321

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