假設個text有It is it is is it is....<br>我想search text之後list到想查的字(e.g. is)的出現次數 and 位置,應如何做?thx a lot!
1.設一個變數做計數用, 如x 當每找到一個就加一次, 如x=x+1 2.利用Instr()函數,search text 3.剩下的要自己實作