Question
3
Replies
88
Views

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