VB Replace Implementation

Source: Internet
Author: User

Today, a VB program found that the program comes with the Replace function do not know what reason is not good use so I wrote a play

Record it

'XGZ'Replace characterPrivate FunctionReplace1 (ByValResorce as String,ByValTag as String,ByValValue as String) as String   DimRet as String   DimI as Integer   DimJ as Integer   DimT as Integer   DimOffSet as Integer   DimPos as Integer   DimIstag as BooleanOffSet=Len(Tag) ' Jumping Replace1=""       fori =1  to Len(resorce) Istag=False     If Mid(Resorce, I,1) =Mid(Tag,1,1) ThenT=I forj =1  toOffSetIf Mid(Resorce, T,1) =Mid(Tag, J,1) ThenT= T +1          End If               NextJIfT-i = OffSetThen ' exact matchIstag=TrueI= i + OffSet-1 ' I will automatically add one so I subtract one at that place         End If                  If  notIstag Thenret= RET &Mid(Resorce, I,1)         End If                  IfIstag Thenret= RET &valueEnd If                                  Elseret= RET &Mid(Resorce, I,1)     End If        NextI Replace1=retEnd Function

VB Replace Implementation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.