Talk:Filetab
Appearance
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
Example code
[edit]Good examples would be nice. "Hello World" probably wouldn't work, but it's sad to see that there's not a FILETAB example http://99-bottles-of-beer.net/
The one piece of code I've managed to find is this, deep within RapidGen's site:
* an example of decision table logic
*
*DETAB Decision.table.name
C IF called.decision.table Y N N
IF Second.table - Y N
A CALL Action1 X . .
CALL Action2 . X .
REPEAT X X .
EXIT F . . X
If either "called decision table" or "Second table" returns TRUE, perform a corresponding action, and loop back to perform the tests again. If they both return FALSE then exit with a FALSE status.
Anyone got some better, bigger example? Snori (talk) 18:41, 7 July 2010 (UTC)
archive.org has a 2001 version of the Filetab Developers Guide which includes lots of examples http://web.archive.org/web/20060506041637/www.ncc.co.uk/software/downloads/FILETABDevelopersGuide2001.pdf Grgruff (talk) 00:04, 6 November 2010 (UTC)