Forum: Cfengine Help Subject: Re: Accessing global arrays? Author: mark Link to topic: https://cfengine.com/forum/read.php?3,16664,16669#msg-16669
The problem is in your syntax. You wrote
getindices("$(variable)")
when what you want is
getindices("variable")
These are two quite different things.
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine
