NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



CreateGlobalConstant

Creates a globally scoped constant

Creates a global variable accessible from within any function, whose value may not be changed. Only appropriate for string, integer or number data types.

Sample Source

CreateGlobalConstant MyGlobal As "Some value"

Related Function(s):
   CreateConstant; CreateGlobal;

Minimum version: 4.8 build 20050831