Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created February 7, 2017 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndthanh/51ae65589f6993535ce9a9a14ef100e8 to your computer and use it in GitHub Desktop.
Save ndthanh/51ae65589f6993535ce9a9a14ef100e8 to your computer and use it in GitHub Desktop.
Function Reversestr(str As String) As String
Reversestr = StrReverse(Trim(str))
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment