lets say i have a text box that contains

123223423.23423234

is there a way to assign a variable (lets say A) to be a rounded up # of the textbox?

basically..how do i get rid of the "." and just store the rounded up #

?