LibreOffice 7.2 Yardım
Karakter sırası tersine döndürülmüş karakter dizisini döndürür.
This constant, function or object is enabled with the statement Option VBASupport 1 placed before the executable program code in a module.
StrReverse (Text1 Karakter Dizisi)
Karakter dizisi
Text1: Karakter sırasını tersine çevirmek istediğiniz karakter dizisi.
5 Geçersiz yordam çağrısı
Sub ExampleReverse Print StrReverse("ABCdefGH") ' return "HGfedCBA" End Sub