Home  |  Latest News  |  Contribute  |  F.A.Q.  |  Account  |  Scripts | About
Search ASPNut:
 
ASP Reference
Server Variables
ASP Glossary
Related Sites

Free Components

Web Colors
Entities
CSS Level 1
Encode/Decode
Glossary

Our Sponsors
ASP Nuke CMS
Free Auctions
PHP 5 Script
Funktastic Blog
ULost Directory
Team Task

 

 

 

 

 

 

 

 

 

 

 

 

Public

The Public statement allows you to declare public variables that are accessible to any code that uses your class.

While Active Server Pages will allow you to use the Public statement outside of a class declaration, we recommend that you only use it within a class declaration. Outside of a class, the Public statement has the same meaning as the Dim statement.

Class Imaginary
Public fReal        ' real part of the imaginary number Public fImaginary    ' imaginary part of the imaginary number End Class

Orvado, San Diego Web Design

ASP Nuke CMS
Free Open Source
Content Manager
GoSwap Auctions
Buy, Sell
No Fees!

Contact Us | Contribute | About | Site Map



"Life is wasted on the living." - Douglas Adams

©2012 San Diego Web Design - Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.