Removing {ENTER} from screen display of echo
David McFarlane
mcfarla9 at msu.edu
Thu Aug 27 15:49:48 UTC 2009
Just repeating what I posted earlier today at
http://support.pstnet.com/forum/Topic3368-5-1.aspx :
Could you just remove the offending terminal character with a bit of
inline script, e.g., assuming your stimulus is called StimSlide,
Dim xString as String
xString = Left$( StimSlide.RESP, (Len(StimSlide.RESP) - 1) )
? Please see the online E-Basic Help for more info on the Left$() and
Len() functions.
-- David McFarlane, Professional Faultfinder
>In part of the program I need participants to be able to submit four
>word answers based on one picture. They need to submit each answer
>separately, and NOT be able to edit it once they've pressed enter.
>But, they do need to be able to SEE each of the other three answers
>while they're typing the fourth, and then ultimately all four before
>they "submit" that screen and move to the next slide object.
>
>We've been able to get the .RESP written into an attribute and then
>displayed on the screen and make this work, but since {ENTER} is set
>to the termination of the echo box, the screen displays the entered
>PLUS the {ENTER}.
>
>Earlier, we were able to get the program to do a certain command based
>on a .RESP + "{ENTER}", but when we tried to prevent it from
>displaying the {ENTER} by using a - "{ENTER}", but that won't run due
>to the error "type mismatch".
>
>Any ideas how to display what has previously been captured in an echo
>on to the screen WITHOUT whatever key was used to terminate the echo
>box?
>
>Thanks for any help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---
More information about the Eprime
mailing list