makefileglobals
ASSIGNMENT

The makefileglobals statement creates one or more fileglobal variables, and assigns a value to each new variable.


Parameters

This statement has one parameter:

assignment – Assignment statement. For example the parameter MyValue=123 would create the fileglobal variable MyValue and assign the value 123. You may include as many assignment statements as you wish, separated by commas (for example A="xyz",B="qrv",C=543)


Description

This statement creates one or more fileglobal variables, and assigns a value to each new variable. This example creates three fileglobal variables. The first two are assigned text values, the third a numeric value.

makefileglobals alpha="red",beta="blue",gamma=45

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.