VBScript StrReverse Function
Complete VBScript Reference
The StrReverse function reverses a string.
Syntax
Parameter |
Description |
string |
Required. The string to be reversed |
Example 1
dim txt
txt="This is a beautiful day!"
document.write(StrReverse(txt))
Output:
!yad lufituaeb a si sihT
|
Complete VBScript Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|