|
|||||||||||||||||||||||||||||
|
|
This movie script will search & optionally highlight all occurances of a string in a text member. It will return a property list of positions with a hit count ie:[#hitPositions:[58,151],#hits:2] hitList = findAllChars("string","textMember",{rgb(0,0,255)}) The color parameter is optional.
|
|
|