I would like (if it is possible) to know more about the varaibles, that can be defined and used on the BS units. Is there a limit to the length of the value string? Where are the variables stored? Are they written and red to and from the SD card, or do they reside in the flesh of the main processors or maybe in ram? I am asking this, because I would like to use them in a more unconventional way - to hold json (or other xml data). I am a bit concerned what could happen to the SD card (if the variables are stored on the card) if the variables had lots of writing in (let's say if I't implement some kind of usage counters for html elements, for statistical purposes). Wouldn't be really wise to implement this kind of features only to find out later, that they caused a premature SD card expiration. Or maybe you could point me into some other direction for storing data in a BS player, from html (write to file).
When I was thinking of this I also wondered how are the media counter variables done, if they are stored on the SD and massively used, what would happen to the SD cards.
Or maybe I'll discover that all these variables are stored in ram and thus flushed after a power outage or reboot. Either way if it is possible, that you provide some additional info on them I would be really happy.