WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: Staudenmaier on November 10, 2023, 12:45:35 PM

Title: Extender & Function List
Post by: Staudenmaier on November 10, 2023, 12:45:35 PM
The help file in "Winbatch Studio" is intensive, but 9 out of 10 times I bring it up, I just want to see the WIL function list with a choice of alphabetic or "type" sorting.

This is indeed a picky question, but is there a way to open the HELP file(s) straight to this page? As it is now, there's only the starter page before the sorting choice.  Yeah, I'm particular, but the starter's there EVERY darn time.  And there's enough scrolling.

==========================================================

Now I'm not being particular, but maybe my eyesight is going.

Where can I find a list of extender names (descriptions) and their associated filenames (*.DLL) and a list of functions (w/descriptions) for each extender.

I'm sure each list exists, but I'm awful sorry, they both evade me.

Many Thanks,
Robert
Title: Re: Extender & Function List
Post by: td on November 10, 2023, 01:22:31 PM
A few things that WBS does to provide help when script writing:

My personal preference is to launch The Consolidated WIL Help file from PopMenu or FileMenu and leave it on the taskbar when working on a script. If I need a quick reminder of a function's parameters, I use Ctrl+F1*. When I can't recall the exact name of a function or I am not quite sure which function I want, I use Atl+RightArrow.

* As Kirby pointed out below the correct keys are Shift+F1.
Title: Re: Extender & Function List
Post by: kdmoyers on November 10, 2023, 01:28:40 PM
I always put the cursor on the function and press Shift-F1
bam -- I get the help on that function.
Title: Re: Extender & Function List
Post by: td on November 10, 2023, 01:36:27 PM
You are correct. I meant Shift+F1... I need a personal AI bot not from MSFT for automatic correction of meaning-altering typos.
Title: Re: Extender & Function List
Post by: Staudenmaier on November 11, 2023, 02:57:22 PM
"You can right-click on a script in WBS and select the  "Insert WIL Function..." context menu option, you can navigate to any WIL or extender function choose. The function will be inserted into your script with a brief description and parameters. This includes extenders and their functions."

Alllllllllll right!  I think that's everything.  Many, many thanks!