static variable in js ......

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    static variable in js ......

    as we know static variable lives between two function call

    is there any funda in js something like this .....

    any help is most welcome ........
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by dmjpro
    as we know static variable lives between two function call

    is there any funda in js something like this .....

    any help is most welcome ........

    Here is an example of how to use a global js variable

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      ok i know global variable in js .....

      i am talking about static variable like C

      thanx in advance ......

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by dmjpro
        ok i know global variable in js .....

        i am talking about static variable like C

        thanx in advance ......

        Comment

        • dmjpro
          Top Contributor
          • Jan 2007
          • 2476

          #5
          ok thanxxx .....

          Comment

          Working...