CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2002
    Location
    Armenia
    Posts
    62

    reference to the JavaScript function.

    Hi there.
    how can I pass reference to the function in JavaScript? as we done it in C: void f(int&) ???
    thanks a lot!

  2. #2
    Join Date
    Jul 2002
    Location
    India
    Posts
    505
    Passing by reference is not supported in javascript

    http://webreference.com/js/tips/010210.html

    http://www.webreference.com/js/tips/991217.html

    Satish

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured