ExcelAddInSamples.zip
|
A Microsoft Excel workbook and several projects that interoperate with the Absyntax Excel Add-in. These samples serve
to illustrate a few of the unlimited ways that Excel-bound data can be used in conjunction with the Absyntax framework. |
Fibonacci.zip
|
A project for calculating and outputting the first 100 numbers of the Fibonacci sequence. This simple project represents
an excellent introduction to Absyntax. |
DiceRollSample.zip
|
This project demonstrates how to use a Test feature and introduces you to the
Filter Builder. |
LookupSample.zip
|
This project demonstrates how to use a Lookup feature in conjunction with lookup tables. |
InteractiveLookupSample.zip
|
This project represents an evolution of LookupSample in which the user is prompted to enter the lookup's input values
interactively. Its purpose is to introduce the concept of project parameters. |
InitParamsSample.zip
|
This project demonstrates a way of initialising project parameters using different sets of values. |
FunctionGroupSample.zip
|
This project demonstrates how to use a type of feature group that relies on a function in order to do its work. |
SyncTimeoutSample.zip
|
This project demonstrates a technique for performing a synchronous operation with a timeout. |
SynchroniserSample.zip
|
This project shows a way of coordinating multiple asynchronous operations. |