A "string literal" is a string value enclosed in single or double quotes.
Both FlexBuilder and the command-line mxmlc should be giving you the line number of the problematic line. Is this not happening? - Gordon ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Ross Sent: Friday, January 26, 2007 12:28 PM To: [email protected] Subject: [flexcoders] Syntax Error: A string literal must be terminated before the line break. Hello, What does this error mean? I have compared my code to the code in the tutorial files and it looks the same. Syntax Error: A string literal must be terminated before the line break. I get the error for this code as well; <mx:SetProperty target="{products}" name="width" value="0"/> <mx:SetProperty target="{products}" name="height" value="0"/> <mx:SetProperty target="{cartBox}" name="width" value="100%"/> <mx:AddChild relativeTo="{cartBox}" position="lastChild"> other code.... </mx:AddChild> any idea's... Thanks Roger

