Previous Category Entry
Left Arrow
Queries
Current Category Entry
Next Category Entry
XML
Right Arrow
Math
SubCategory Entry Date: April 27,2022 @ 02:39:25 / Last Updated On: April 27,2022 @ 02:39:25
It does not matter which scripting language you use to program; you will, at some point, have to use math in some aspect of your code. Math can help you format numbers or create rows and columns in your design to make things move around your screen.
It is always a good thing to learn some Math in your development to help you to become a better programmer.
  1. Code Articles
  2. Round to the nearest whole number
    We learned how to ROUND numbers in Math during school. In Classic ASP, we do the same thing, but in code instead of on paper.