A couple of questions

If I create a textbox using createTextField, is there a way to make it an input field, instead of dynamic? Also, how can I put a border around it, like you can when you create them manually.

Is there a way of doing a division with a remainder instead of a decimal? The best I could think of was splitting the whole number and the decimal and then multiplying the decimal by whatever it was originally divided by. If that *is *the best way, how would I find the whole number, if I round it, it might go up instead of down, which I don’t want.