Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass array element name?
Message
 
 
À
30/11/2015 12:05:05
Information générale
Forum:
Javascript
Catégorie:
Autre
Divers
Thread ID:
01628031
Message ID:
01628090
Vues:
27
>>>>>>>comments can be misleading: untested
>>>>>>>
>>>>>>>function MyTest( cCol1Name ) {
>>>>>>>var MyObject = .... object is created
>>>>>>>var Row = MyObject[0].cCol1Name;
>>>>>>>var Col1Val = Row[cCol1Name]
>>>>>>>// var Col1Val = eval( "Row." + cCol1Name)
>>>>>>>}
>>>>>>>>>>
>>>>>>
>>>>>>Thank you.
>>>>>
>>>>>The commented eval() should work as well, but is considered by some to be an anti-pattern. Was a bit short in my explanation ;-)
>>>>
>>>>I am very much a newbie to javascript. So I will look up this function; use, upside and downside. One thing I found so far is that javascript is very unforgiving. If I have ANYTHING wrong in my javacript (like, e.g., missing the ending ";") nothing works in the code. And no error appears when I am running it in ASP.NET. I have to be extra careful.
>>>
>>>Best use a debugger on the browser. I favour Chrome but it depends what you're used to.
>>>
>>>For Chrome when you've loaded a page hit 'Ctrl-Shift-I'.
>>>The Console tab will show any exceptions.
>>>You can view the JavaScript and set breakpoints in the Source tab.
>>>Check Local Storage content in the Resources tab; see what's going over the wire in the Network tab
>>>Play with styles and layout in the Elements tab
>>>etc. etc.
>>>
>>>If you think you are getting exceptions during the page load then just reload the page after opening the Dev Tools.....
>>
>>I do use Chrome. And I do check the Local Storage content, when testing the program.
>>And I will follow your steps to view the Javascript. Do I understand that you set the breakpoint in the Chrome Dev Tools, not in the VS code, right?
>
>Yes.

Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform