There is an array of the form [(a,b),(c,d)] . How to assign the variable i what is in b ?
[(a,b),(c,d)]
i
b
i = arr[0][1]
Source: https://ru.stackoverflow.com/questions/167259/More articles:Problem with loading js and css on IISExecution of function by JS nameQuestion by Delphi ContolsHow to get return from ajax?TFTP DemonWhat is telnet and what is it used for?Processing query string in phpProlog listsHow to add files to the add resources panel in jsfiddle.net?Android SDK + NDK integrationAll Articles