Hatsune's Journal Japan blog
MIDステートメント
[VB6] Mid(target, pos) = "a"
[VB2005] target = target.Insert(pos - 1, "a").Remove(pos, 1)
実行例: target = "12345678" pos = 4 ↓ "123a5678"
投稿日時 : 2007年10月5日 15:31
部分文字列の置換
Replace関数によるMIDの代用
Powered by: Copyright © 初音 玲