Creating Attributes
The AttrPutS function assigns a value to a string element attribute. If you want to assign the string Europe to the Continent attribute of the region Sweden in the NewDim dimension, you would write the AttrPutS function this way:
AttrPutS('Europe','NewDim','Sweden','Continent');