Search results

  1. G

    Dynamic naming of objects and variables

    I am trying to create a scripting dictionary, preferably, (or maybe an array) with a name based on the current value of a variable during processing. For instance, say the value of variable strCity is "Memphis". I would like to create the dictionary with the name "Memphis", to list all of the...
  2. G

    Dynamic naming of objects and variables

    Is it possible to dynamically name an object, field, variable, etc., to be equal to the value of a variable? For example, if I have a variable x, and I want to create a scripting dictionary whose name is equal to the value of x, can I do that? If so, how? Thanks.
Back
Top Bottom