Skip to Content
0
Former Member
Feb 23, 2009 at 01:48 PM

Fox formulas data types conversions

589 Views

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