To create a text expression (Procedure)

Autodesk Expression Builder

 
Creating Text Expressions
Concept Procedure
 
 
 

To create a text expression

  1. Select the command for which you want to create an expression.
  2. In the expression area, do one of the following:
    • Enter a text function manually.
    • Click Text Function and select the function you want.
  3. Click Property. In the Property list, select the property for the function.
  4. Specify any arguments required by the function, enclosed in single quotation marks.

    For example, if you are padding the right side of a text string with three asterisks, the expression might look like this:

    For text expressions, the property is within parentheses, followed by any arguments within single quotation marks.

    If you are translating a text string from mixed case to lowercase, the expression might look like this:

    Lower (PRODUCT_NAME)

  5. Specify any further conditions for the expression.

    To create a complex property evaluation, insert an AND or OR operator, and then insert another operator, property, and value combination.

  6. Click OK to apply the expression.