Hàm VBScript StrReverse


❮ Toàn bộ tài liệu tham khảo VBScript

Hàm StrReverse đảo ngược một chuỗi.

Cú pháp

StrReverse(string)

Parameter Description
string Required. The string to be reversed

ví dụ 1

Dim txt
txt="This is a beautiful day!"
response.write(StrReverse(txt))

Output:

!yad lufituaeb a si sihT

❮ Toàn bộ tài liệu tham khảo VBScript