This article applies to:
E-Prime 3.0
E-Prime 2.0
E-Prime 1.x
This item was introduced in E-Prime 1.x (1.2.1.812).
Detail
To help avoid "script too large to be compiled" errors, E-Studio generates code for logging attributes to use less string literals.
In previous versions of E-Prime, E-Studio would generate:
c.SetAttrib "Stimulus.RT", Stimulus.RT
This has been updated to generate:
c.SetAttrib Stimulus.Name & ".RT", Stimulus.RT
See Also:
INFO: Steps to Avoid "Script Too Large to be Compiled" Errors [17199]
Comments
0 comments
Please sign in to leave a comment.