VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

The code takes the string and reverses it from the beginig to the end! Very usefull for webmasters

ISTE  (1 Submission)   String Manipulation   VB 6.0   Unknown Difficulty   Tue 14th August 2001   Mon 8th February 2021

The code takes the string and reverses it from the beginig to the end! Very usefull for webmasters that create multylanguage sites supports

API Declarations


2)Add two textbox and set there MULTYLINE property to TRUE (leave the names as is)
3)Add CommandButton (leave the name as is)
4)Set TEXT2 (textbox) LOCKED property to true.
5)Add this code to form declarations part:
Dim str, Rstr As String
Dim s As String * 1


Rate The code takes the string and reverses it from the beginig to the end! Very usefull for webmasters (1(1 Vote))
The code takes the string and reverses it from the beginig to the end! Very usefull for webmasters .bas

The code takes the string and reverses it from the beginig to the end! Very usefull for webmasters Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters