Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro is JavaScript
Message
From
10/02/2015 08:06:34
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01615034
Message ID:
01615078
Views:
25
You only asked for syntax. Coding with such syntactic sugar to eliminate the redundancies will IMO still be a patch - the code is the equivalent to recurring fields in a record before normalization. So create a record/object for each index to clean up and hang those objects into a list, dict or even easier an array with index as index. So now you have some refacturing advice as well...

>>>>Does
>>>>
>>>>IndexStr = index.toString();
>>>>$scope.currentTemplate["aAutoDep"+IndexStr] = '';
>>>>
>>>>
>>>>work?
>>>>
>>>I'll try, thanks. Do you know if we can access object properties in JavaScript this way?
>>
>>In Python properties are implemented in a dict, and if I am not confusing something in JS the dominant data structure is the assoiciative array.
>
>I made an update to my post with this blog reference
>
>http://nfriedly.com/techblog/2009/06/advanced-javascript-objects-arrays-and-array-like-objects/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform