Just wondering how exactly you go about modding numbers in visual logic. I have a variable holding an input of a number. I want to basically divide this by 1000 to find out how many times 1000 goes into the number but i also need to Mod the variable to find the left over amount after the thousand has gone into this. i tried to do
Variable name = Thousand. then the assignment box (Variable name holding initial input)- NumberNeeded Mod(1000)
its the mod part im having problems with. How should i be modding it as i must be doing it incorrectly.
Thanks