Setting length on decimal numbers

i am trying to use something like this

 float_variable = parseFloat(string_var) 

to represent dollar amounts… is there anyway to set the length of a float variable to do this? or is there any kind of dollar datatype in AS? (im using studio mx 2004)

thanks!!