makelocals
ASSIGNMENT

The makelocals statement creates one or more local 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 local variable MyValue and assign the value 123. You may include as many assignment statements as you wish, each separated by commas (for example A="xyz",B="qrv",C=543)


Description

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

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

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.