ReplaceOne(Str,Before,After,Pos)
導入されたバージョン
0.93β
引数
Str
置換対象文字列
Before
置換する文字
After
置換される文字
Pos
置換位置
文字列[Str]の[Pos]番目の[Before]を[After]に置換します。
サンプルコード
1
2
3
4
a =
"ABCABCABC"
; a = ReplaceOne(a,
"BC","AA"
,2); Mes(a);
index
プログラム言語「
Spinel
」
Copyright © 2005 - Giemsa All Rights Reserved.
NOTES Software
.