M
mavrick_101
Often in code, when retrieving a value from table where I don't have to do
any math calculations, I store the value in a string variable instead of
converting to an int and then storing in an int variable.
Do you guys see anything wrong with this practice?
any math calculations, I store the value in a string variable instead of
converting to an int and then storing in an int variable.
Do you guys see anything wrong with this practice?