How to Convert any of the Datatype value to String

KPrasanth9

New Member
Hi Team,

Is there any way to convert the datatype of Flab / Number / Byte /Time to String ?

Please let me know if there is any function for this.

Regards,
Prasanth
 

cs.andras

Active Member
Hi Team,

Is there any way to convert the datatype of Flab / Number / Byte /Time to String ?

Please let me know if there is any function for this.

Regards,
Prasanth
You just create a Data item with type Text and cast your other type of data into the new item.
 
Top