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?
All help is appreicated.Code:Dim strLangID strLangID = getLangID Function Whatever() '''''''''' here i want to access strLangID End Function
Many thanks.




Reply With Quote