This article applies to:
E-Prime 3.0
E-Prime 2.0
E-Prime 1.x
Detail
When attempting to produce an ampersand character (&) at runtime, it is necessary to write an extra character (&&). This is intended behavior because E-Prime uses the ampersand internally in script operations.
For example, a TextDisplay that states "dogs & cats" should be stated as "dogs && cats" to display the ampersand character correctly. If the extra ampersand is not specified, the example would appear as "dogs _ cats".
Comments
0 comments
Please sign in to leave a comment.