Stasy,
I found the following quote by looking in the custom.doc file and searching
on the word "void".  So, I guess you can ask a manual a question.

"* Function Returns - This choice is only available if you did not check the
"Can Be Attached to Key" checkbox.  The five choices are Handle, Int,
Object, String, and Void.  Select one of the first four if your function is
designed to return one of these types of data to the calling script.  Select
Void if you don't need to use any value returned by the function.  Whichever
one you choose will appear on the first line of the script before the word
Function.  A more detailed discussion of returns will be given later.  (See
Chapter 7.5.3.)"

Bob


----- Original Message -----
From: Dennis Brown <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 25, 1999 5:19 PM
Subject: Re: Fooling Around With HJ Pad


> Hello Stacy,
>
> The manual will give you the basics, and the JFW Scripts list will give
you
> any answers you have about the material within that manual, and just about
> any other script-related question you may have!
> If you are not already subscribed to the JFW Scripts list, just send an
> empty message to
> [EMAIL PROTECTED]
>
> Thanks,
> Dennis Brown, [EMAIL PROTECTED]
> Visit the Blind Programming site at http://www.mindspring.com/~brown99/
>
>
>
> ----- Original Message -----
> From: Stacy Smith <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 25, 1999 10:22 AM
> Subject: Re: Fooling Around With HJ Pad
>
>
> > Believe me, I'm trying to understand this stuff.  But there's no way you
> > can ask a manual questions.  Hey!  What a wonderful idea!  An
interactive
> > manual.
> >
> > Stacy.
> >
> > At 09:53 AM 6/25/1999 -0700, you wrote:
> > >Hello Stacy,
> > >
> > >No, the "void" just indicates that function returns no value when
> executed.
> > >If it was to return a value, it would start out the function header
with
> one
> > >of these words in place of the word "void":
> > >"handle" returns the particular window handle, (a numerical value
> assigned
> > >to a window by Windows whenever that window is opened.
> > >"string" returns a string of characters/text.
> > >"int" returns an integer, (whole numbers) value.
> > >
> > >The word "void" is optional--it doesn't have to be stated within the
> > >function's header line, like the others do.  If there is no word there,
> it
> > >defaults to "void".
> > >
> > >You can get a better, in-depth explanation of return values in the
Script
> > >manual found in your JFW help or manual folder.
> > >
> > >
> > >Hope this helps!
> > >
> > >Thanks,
> > >Dennis Brown, [EMAIL PROTECTED]
> > >Visit the Blind Programming site at http://www.mindspring.com/~brown99/
> > >
> > >
> > >
> > >From: Stacy Smith <[EMAIL PROTECTED]>
> > >To: <[EMAIL PROTECTED]>
> > >Sent: Thursday, June 24, 1999 8:59 PM
> > >Subject: Fooling Around With HJ Pad
> > >
> > >
> > >> I noticed in the script manager file for HJ Pad it reads, "Void auto
> start
> > >> event," or something like that.  Does that mean I can't fool around
> with
> > >> scripts for HJ Pad?
> > >>
> > >> Stacy.
> > >>
> > >>
> > >>
> > >> -
> > >> Visit the jfw ml web page: http://jfw.cjb.net
> > >
> > >-
> > >Visit the jfw ml web page: http://jfw.cjb.net
> > >
> > >
> >
> > -
> > Visit the jfw ml web page: http://jfw.cjb.net
>
> -
> Visit the jfw ml web page: http://jfw.cjb.net
>

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to