掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
「abccdefg」から「c」の個数を取得するには (ID:83911)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
…終わってるけどな。 なんとなく。 function FindStrCount(byref s as string,byref check as string) as long dim p as long FindStrCount=0 p=1 do p=instr(p,s,check) if p=0 then exit function else FindStrCount=FindStrCount+1 endif loop たぶん。
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.