VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Inverting text with simple code. Very easy for all beginners. Easy to understand.

by Ben - Ezrah Mansilla (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 25th August 2009
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Inverting text with simple code. Very easy for all beginners. Easy to understand.

API Declarations


One command with default name

Rate Inverting text with simple code. Very easy for all beginners. Easy to understand.



  dim i as integer
    dim Ctr as string
      for i = Len(text1.text) to 1 step -1
         ctr = ctr + mid(text1.text,i,1)
           next i
             text2.text = ctr
               end sub

Download this snippet    Add to My Saved Code

Inverting text with simple code. Very easy for all beginners. Easy to understand. Comments

No comments have been posted about Inverting text with simple code. Very easy for all beginners. Easy to understand.. Why not be the first to post a comment about Inverting text with simple code. Very easy for all beginners. Easy to understand..

Post your comment

Subject:
Message:
0/1000 characters