Hello,
Is there any simple way (explicit or emplicit ) to convert a number data type such as I , to a string data type?
for example :
Data MyNumber type I.
Data MyString type String.
MyNumber = 50.
MyString = MyNumber.
BR,
Guy