Page 1 of 1

convert long to string

Posted: Fri Dec 23, 2022 6:08 am
by ddsmith99301
The expression Year(Today) returns a long. I need to convert it to a string.

Re: convert long to string

Posted: Fri Dec 23, 2022 10:47 am
by Max Shamanov
Hello,

You can use the following expression Year(Today).ToString()

Thank you.

Re: convert long to string

Posted: Wed Dec 28, 2022 12:21 am
by ddsmith99301
Thank you!!!

Re: convert long to string

Posted: Wed Dec 28, 2022 6:24 am
by Max Shamanov
Hello,

You are Welcome!