I have often seen this expression in a maintenance code
Global["Name"]
What does this represent? I have used Global.Name but never Global["Name"]?
Is there are a place where this type of expression is used?
This is called an indexer. In that case, Global is probably some kind of dictionary or hashtable. "Name" is a key to access a particular item in that dictionary
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With