vbscript - Replace all spaces

后端 未结 3 1645
自闭症患者
自闭症患者 2020-12-19 21:51

I have 6400+ records which I am looping through. For each of these: I check that the address is valid by testing it against something similar to what the Post Office uses (f

3条回答
  •  执笔经年
    2020-12-19 22:42

    This is the syntax Replace(expression, find, replacewith[, start[, count[, compare]]])

    it will default to -1 for count and 1 for start. May be some dll is corrupt changing the defaults of Replace function.

提交回复
热议问题