[jawsscripts] script help

  • From: "Haden Pike" <haden.pike@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Tue, 2 Jun 2009 17:10:04 -0400

Hi list. Sorry for the unhelpful subject line but I couldn't think of a good 
subject line. Anyway, I am having some trouble with a script. The script is 
below and my problems follows.
Script NumberOfStringOccurances ()
; calculates the number of occurances for the given string

var

String SOccuranceString,

Int INumber

let INumber = 0

InputBox ("Find number of occurances of what:", "String Occurance", 
SOccuranceString)

If (StringContains (SOccuranceString )) then

let INumber = INumber+1

EndIf

EndScript

Now, as you know string contains requires 2 parameters. The first is the one I 
don't know about. How can I make it search the entire file. Is there another 
function I should use instead. This script, as you probably figured out from 
the comment and the title of the script, displays the number of occurances of a 
string in a file. Thanks for any help.


Haden Pike
Email: haden.pike@xxxxxxxxx
__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: