Page 1 of 1
Type Conversion in Server Jobs
Posted: Mon May 25, 2009 12:07 am
by twilight
What is the function to convert Decimal datatype to String in a server job.
Posted: Mon May 25, 2009 12:32 am
by ray.wurlod
Welcome aboard.
There isn't one. Data types are not enforced in server jobs - all conversions are automatic.
Moderator: please move to Server forum
Posted: Mon May 25, 2009 7:39 am
by chulett
Yup, just move it from one type to the other. And as noted, the data types are not enforced in the job, but they certainly could be in your target, so be careful there.