Fundamentals > Relations and Parameters > Relations > Parameters Used in Relations > Using String Values for Parameters
  
Using String Values for Parameters
You can enter string values for parameters by enclosing them within double quotation marks.
Consider the following example: A drawing note uses a parameter name within the note. The corresponding relation is as follows:
IF d1 > d2
MIL_REF = "MIL-STD XXXXA"
ELSE
MIL_REF = "MIL-STD XXXXB"
ENDIF