Re: address of variable
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <ae7ab403-56f2-4a79-945e-3a262692b0a9@d45g2000hsc.googlegroups.com> |
On Oct 9, 8:53 pm, Jonas Sicking <[email protected]> wrote: > [email protected] wrote: > > On Oct 9, 7:02 am, Boris Zbarsky <[email protected]> wrote: > >> [email protected] wrote: > >>> is it possible to get the address of a variable,array etc in > >>> javascript? > >> What do you mean by "address"? > > >> -Boris > > > hello and thanks for the reply. > > i mean a hexademical value.the address in RAM where the variable is > > stored. > > Are you talking about getting this value from within javascript, or from > a C/C++ extension? > > / Jonas hello thank you both for replying. i was talking about javascript Jonas. thanks again!