is Integer

hi,

I would like check that real number has decimal places? How can I do it in x++?

I tried with isInteger func but it doent’s work fine. For example 5.00 isn’t integer

What is the issue with isInteger?

Before I use isInteger I have to convert real to str e.i. 5 = 5.00 for function isInteger this isn’t int.

I found solution. This function frac(real) :slight_smile: