This article applies to:
E-Prime 3.0
E-Prime 2.0
Detail
This article contains experiments that can be used with script examples from either E-Basic Help (E-Prime 2.0) or the E-Prime Command Reference (E-Prime 3.0).
Some entries in E-Basic Help or the E-Prime Command Reference contain script examples as seen below. The script example usually provides information on which experiment to place the script in and where is needs to be entered.
'This example uses the font properties to set the features
'of the font to be used in the display.
TextStimulus.FontSize = "18"
TextStimulus.FontName = "Elephant"
TextStimulus.FontStrikeout = CLogical("No")
TextStimulus.FontUnderline = CLogical("No")
TextStimulus.FontBold = CLogical("Yes")
TextStimulus.FontItalic = CLogical("No")
'Note: To run this example with E-BasicExample experiment, copy the
'script above and paste it into the PreStimulus InLine object.
If you need any assistance on scripting in E-Prime and using these examples, please contact PST Product Service and Support. For more information view the E-Prime Command Reference for specifics involving E-Basic (https://pstnet.com/ecr).
Comments
0 comments
Please sign in to leave a comment.