ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾VBScript£¾VBScript


objects constants operators statements functions properties methods






STATEMENT:  Public


Public

The Public statement allows you to declare public variables which are available to all procedures in all scripts. Memory is also allocated.

Code:
<% Public  publicnum = 9.99  publicstring = "Neon tetra" %>