Question
YuniQ
YuniQ
IN
YuniQ
Posted: 6 days 18 hours ago
Last activity: 5 days 17 hours ago
Last activity: 18 Nov 2024 2:19 EST
How can I evaluate a property that stores an expression value as a string (e.g., `Tproperty = "CurrentDateTime()"`)?
Hi ,
I have a property (e.g., `TestProperty`) that holds an expression as a string (e.g., `"CurrentDateTime()"`). I want to evaluate this string expression and store the result in another property. How can I achieve this? Is there a function available for this purpose?
Thanks.