@ABanzhaf wrote:
ok thanks for the quick answer, so that means i can use another formular property and pick the information out as a string to write it in my other formular property ? what would be the right expression to do that ?
thank you very much
Why do you want to push the value of a formula property to a manual property? If you are doing this because you need to apply two different Property Data Formats to that value, then "duplicating" the value in another formula property, as @Keith.Brown stated, is going to be the easiest way to do so.
It may be possible to write VBScript code in a second formula property that would take the value from the first formula property and push it into a manual property**, but I cannot think of a reason why you would want to do that.
** - I have developed AutoLISP code that can write values to manual properties, and documented that in three blog articles, starting with this one. I know others have done so with VBA. It may (or may not) be possible to translate that into VBScript code that would work, but again, I cannot come up with a use case that could not satisfied by either the original formula property itself, or by a second one that just passes through the value of the first one.
David Koch
AutoCAD Architecture and Revit User
Blog | LinkedIn