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

Reply via email to