jarek
Joined: Oct 22, 2007 Posts: 1049
|
Posted: Mar 29, 2024 7:54 PM Post subject: |
|
Yes, if you select "Date/Time" option in OSInfo, then you can connect its output directly to ObjectExpressionEvaluator.
For example if you connect it to In3 just add this to your expression :
+ (In3 == null ? "" : In3)
or just: +In3 might also work fine. |
|