- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm not sure if i am going about this the correct way, but what I am trying to do is create a custom TEXT property that matches the value of a user defined property.
Say I have a property called "Force_Extend" and it's values are 4000 lbforce, but I want to make a custom text property without the underscore called "Force Extend." If I do the following code
iProperties.Value("Custom", "Force Extend") = Parameter("Force_Extend")
and then open the properties, it created a new property called "Force Extend" but the value is not 4,000 and it is not Text. The value is a crazy number 1544354.3307086611 and the type is Number.
Is there a way to make the "Force Extend" custom property say 4000 as a Text type?
Solved! Go to Solution.