Forcing Uppercase Text in AutoCAD
- Last UpdatedOct 14, 2025
- 1 minute read
Designer provides a method to change any DataLink values retrieved from the AVEVA Instrumentation Database to uppercase. For example, the database value for {Client} may be 'Xyz Oil Company’. To force this to become 'XYZ OIL COMPANY' prefix the DataLink attribute with <UCASE> and AVEVA Instrumentation will update to uppercase. If both the <DEL> operator (see above) and the <UCASE> operator are required, then <DEL> must be the first within the attribute (e.g. <DEL><UCASE>{TAG1Manufaturer}).