SyntaxFix
Write A Post
Hire A Developer
Questions
Suppose you store float value in "X" and you are storing integer value in "Y".
"X"
"Y"
Var Y = Int(x);
or
var myIntValue = Int(myFloatValue)