What is the syntax for AttrPutS?
AttrPutS( Value, DimName, ElName, AttrName, [LangLocaleCode] )
- Value = the string that you want to insert.
- DimName = the dimension that you want to update.\
- ElName = is the element in the dimension that you want to update.
- AttrName = is the attribute of the dimension that you want to update.
- LangLocaleCode = the language locale code to which the value applies. It’s an optional parameter. When it’s omitted, the base attribute value is updated.