Forum Discussion

tinauser's avatar
tinauser
Frequent Contributor
13 years ago

array as temporary variable

Hi, can I save a jscript array as temporary variable?say I name a project variable of type object pr_arr. Then in a script i do: var arr = new Array(); arr["k1"] = "i1"; //..arr...