How do I insert Multiple Values to Associative Array
Hi, I'm trying to create an array that sets multiple values to one object:Is there any way to do this? What I'm trying to do is set if users choose "B", then Both "X" and "." get chosen. Can anyone help?Array = Associative Array( {"A", "B"}, { "X", "X AND ."});