nanDECK Version 1.28.1

Hi all, version 1.28 has a bug that makes HTMLTEXT unusable when OVERSAMPLE is present, so I quickly released this update. Also, there are these additions:

New SETF directive

This directive creates a filter that is applied in the Simulator: when a card is drawn in a hand, it is kept only if the tag indicated in the first parameter is equal to the number indicated in the second, otherwise it is returned to the deck and another is drawn; this filter is applied to the card indicated in the third parameter. The syntax is:

TAGF = tag, number, card

Added the ability to use a sequence of filenames in the first parameter to the LINK directive

This can be useful when you want to link an undefined list of files, obtained for example from a DIRFILES function. Example:

[a]=dirfiles("data*.xlsx")
link=[a]

Added E flag in DECK to delete an empty deck

In the virtual table, with this flag when the deck is empty it is eliminated.

Liked it? Take a second to support Nand on Patreon!
Become a patron at Patreon!

Leave a Reply

Your email address will not be published. Required fields are marked *