Need help with data type conversion

is anyone can help me convert PositiveDays to int or string??? any ideas how I can do it??? thanks. I need it ASP

The base type of PositiveDays already is integer, therefore no conversion is needed. For conversion to a string, use int2str() method.

Could you add some examples, this may help us give you a better answer. :slight_smile:

And don’t forget to mark as resolve if it’s the case.