Date Storage Issue

I’m sorry. I don’t understand the question. You can have a constant named EntryMotionSensor. And you can have an array SWBK(14). And you can assign SWBK(14) = EntryMotionSensor in an Open event. But it’s not clear what you’re trying to do.

You already answered the question Tim. Since an array is a reference it makes sense it couldn’t be used as a constant.

I have been working with dictionary’s the last day or two and trying to determine if I want to use them in a larger capacity. I’m not convinced they would be a benefit for data storage but they might be useful in working with data that is constantly changing such as temperatures and inputs.