Results 1 to 4 of 4

Thread: [RESOLVED] declare a variable as global?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    121

    Resolved [RESOLVED] declare a variable as global?

    Hello all.
    Apologies for my ASP being so rusty, but, how do you declare a variable as global so that it may be accessed within a function?

    Code:
    Dim strLangID
    strLangID = getLangID
    
    Function Whatever()
    	'''''''''' here i want to access strLangID
    End Function
    All help is appreicated.
    Many thanks.
    Last edited by solitario; Aug 23rd, 2008 at 10:39 AM. Reason: [RESOLVED]

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