您的位置:寻梦网首页编程乐园VBScriptVBScript


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" %>