Store (string) Bug

Bug - when the Store(string) is ‘cleared,’ trying to set, insert or increment causes a pink node flash with the following TTY error:

ERR : Exception occured in TMPluginWrapperNode.Evaluate: Attempted to divide by zero.

Hayd

clear removes all slices of the current spread.
you cannot set or increment a slice in the spread, if the spread is empty.
the only valid operations then are flush (write input to output) or insert, which both work fine.
i can remove the exception, functionality will not change however.