CreateConstantCreates a SIML variable constant CreateConstant MyConstant As "My Value" CreateConstant creates a constant (unchangeable) variable within the scope of the current function. Related Function(s): CreateGlobal; CreateGlobalConstant; Minimum version: 4.4
|