Question

YuniQ
YuniQ
IN
YuniQ
Posted: Nov 17, 2024
Last activity: Nov 28, 2024
Last activity: 28 Nov 2024 1:24 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.