Najnowsze tutoriale tworzenie stron internetowych
 

Funkcja VBScript StrReverse


<Pełna VBScript referencyjny

Funkcja StrReverse odwraca ciąg.

Składnia

StrReverse(string)

Parametr Opis
string Wymagany. Ciąg zostać odwrócony

Przykład 1

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

Output:

!yad lufituaeb a si sihT

<Pełna VBScript referencyjny