I am trying to create a text expression for a new custom dimension style that will label as follows from a CustomLength value and a user input as a part of the expression. For example, "Bore Drill #<user input> ([CustomLength]')", or "Bore Drill #1 (200')" as the string. My main problem is figuring out the python code to allow user input of the Drill # value and plug it into the rest of the string. Any ideas?