Trying to find the simplest way to auto generate a map key; the best I've come up with is:
def c=0 def map = { "_KEY$c++" : "foo", "_KEY$c++": "bar", ... } Is there better? -- Jeff
Trying to find the simplest way to auto generate a map key; the best I've come up with is:
def c=0 def map = { "_KEY$c++" : "foo", "_KEY$c++": "bar", ... } Is there better? -- Jeff