[jawsscripts] Re: How to return a string

  • From: Jackie McBride <abletec@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 14 Jul 2009 22:05:42 -0700

Giani:

To return a string, it looks like this:
String Function SayCrateGraphic ()

var
string graphicname

InvisibleCursor ()
RouteInvisibleToPc ()
Pause ()
PriorWord ()
let graphicname = getword()
PCCursor ()
Return graphicname

EndFunction


On 7/14/09, GianniP46 <giannip46@xxxxxxxxxxxxx> wrote:
> Hey all,
> I have a function that I want to have  a string returned.  Here is the
> function.  Can someone tell me what I am missing?
> String Function SayCrateGraphic ()
>
> InvisibleCursor ()
>
> RouteInvisibleToPc ()
>
> Pause ()
>
> PriorWord ()
>
> ;SayWord ()
>
> PCCursor ()
>
> Return
>
> EndFunction
>
>
> The function will speak the info that I want if I take out the ;, but I want
> that info returned in a string instead of spoken.
> Any Help Please?
>
> Gian Pedulla GianniP46@xxxxxxxxxxxxx
>
> LETS! GO! METS!
> __________
> 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
>
>


-- 
Change the world--1 deed at a time
Jackie McBride
Check out my homepage at:
www.abletec.serverheaven.net
& please join my fight against breast cancer
<http://teamacs.acsevents.org/site/TR?px=1790196&pg=personal&fr_id=3489>
__________ 
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: