Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Casting a date ==> type C

ouhamoumustapha
Active Participant
0 Kudos

Hi,

Can anyone tel me the syntax to convert a date (Or number) to string.

Thank you in advance.

Mustapha

2 REPLIES 2

rodrigo_paisante3
Active Contributor
0 Kudos

Hi,

Just create a var and use WRITE <var_date> TO <var_char>.

0 Kudos

thanks a lot.

Mustapha