Request: Allow variables that have comma-separated values to be semi-colon separated too

I posted this to the MicroStation Ideas portal at Allow comma separated config variables to | MicroStation Ideas Portal (aha.io) but thought I'd drum up some votes for it here.

Idea:

Variables like MS_LEVEL_SYNC_ATTRIBUTE_LIST and MS_LEVEL_EDIT_ATTRIBUTE_LIST accept a comma separated list of values. I'd like these variables to also accept a semi-colon separated list.

Reason:

With a semi-colonseparated list we can build these variables like:

MS_LEVEL_SYNC_ATTRIBUTE_LIST = OverrideSymbology  # Force sync ALL Overrides
MS_LEVEL_SYNC_ATTRIBUTE_LIST > ByLevelSymbology   # Force sync ALL ByLevel settings
MS_LEVEL_SYNC_ATTRIBUTE_LIST > Plot

With this method of setting the values it's both easier to read (less error prone) and easier to document each individual setting