Error Messages/41292

< Error Messages
Revision as of 21:42, 7 January 2010 by Lchrisman (talk | contribs) (Created page with '= Error Text Examples = :An object name, assignment operator or end of line must follow the attribute name Title. :An assignment operator or end of line must follow the attribu…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Text Examples

An object name, assignment operator or end of line must follow the attribute name Title.
An assignment operator or end of line must follow the attribute name Definition

Cause

This typescript error occurs when a syntax error is made in a typescript command that begins with the name of an attribute. For example, if you were to type the following in a button script:

Title = Hello

You would get this error. The correct syntax to set Title to Hello should be:

Title : Hello

Another example would be:

Definition Va1 = Va2^2

See Also

Typescript

Comments


You are not allowed to post comments.