IFeelYourPain
05-29-2009, 06:20 AM
Trying to convert this php script to VB, but VB's string functions confuse me. How would I go about shifting every 2 characters.
PHP Code:
stringShift($sInput, $iJumpChars = 2)
I know how to reverse the text, but shifting I don't understand:
StrReverse(txtReverse.Text)
PHP Code:
stringShift($sInput, $iJumpChars = 2)
I know how to reverse the text, but shifting I don't understand:
StrReverse(txtReverse.Text)