Size of textbox

how do i find out the width of a text box and set a variable with that value??

You use the _width property. :wink:
[AS]var myVar = myTextField._width;[/AS]
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary114.html