Reverse of a number


Private Sub Reverse()
Dim intNum As Integer
Dim strNum As String

intNum = 123456789
strNum = CStr(intNum)
MessageBox.Show(StrReverse(strNum))
End Sub

The above sub-routine gives reverse of a number.Here I have used 123456789 as number,you may change it as per your requirement.


Comments

No responses found. Be the first to comment...


  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: