That's why I didn't go for associative arrays - the data is intrinsically too flexible for most approaches ... to the point of being positively limp. (I think I may use that expression in the documentation
)
What I have actually done is to serialise everything with
no expectations as to meaning whatsoever; any meanings are drawn from the index schema and will, at some point, include logic to utilise a field value as a link to a file (probably by using a property such as
.link [file path] )
As to background processes, a lot of the routine maintenance tasks will, hopefully, be attended to using SB long before I get around to converting the program logic.
I find myself really mourning the lack of Type (or other data structure) definitions in SB (or have I missed something here??)