I want to know if there is any way to terminate the data line in a text input file. Say the data in the file is mydata=this_is_my_data. When I use loadVariables()to read the data from the file, FlashMX places a bunch of extra spaces after the data. Is there a simple way to terminate the data line so that the extra characters are not read.(Currently I add a dummy field at the end but it is inconvenient for the user to have to do this everytime and it looks confusing.) TIA