Hello everyone !
I have defined a string variable and assigned it the value of today's date. However, the actual result is the compilation time of the exe, not the current date.
i'm not sure if this is a PB bug. The following is my test code, and you can observe this phenomenon by running the attached exe directly.
string ls1 = string(today(), "yyyymmdd")
string ls2
ls2 = string(today(), "yyyymmdd")
sle_1.text = ls1
sle_2.text = ls2
if this is a known issue, what is the cause? i am using PB version 2019R3 2781.