E-prime crashes after reading text file

ben robinson baltimore.ben at gmail.com
Thu Mar 28 20:48:37 UTC 2013


Do you have a lot of unused "Unreferenced E-Objects" in your file? Try
deleting them, if so, and see if your script is no longer "too large to be
compiled".

Ben


On Thu, Mar 28, 2013 at 3:01 PM, MarisaC <me.crisostomo6 at gmail.com> wrote:

> Hello,
>
> I am hoping someone could help me out.
> My script is "too large to be compiled" so I am trying to have e-prime
> call from a text file instead.
>
> Here is the code that I have been using:
>
> open "FinalTstQuestionTXT2.txt" for Input as #1
> For IndxArt=0 to Article_Count - 1
>  For TxtCounter = 1 to FinalTstQ_Count
> Line Input #1, textstring$
>  'Articles(IndxArt).FinalTst(TxtCounter).FinalQuestion = textstring$
> Next TxtCounter
> Next IndxArt
> close #1
>
> The program compiles and the script is generated successfully, but when I
> try to run it, e-prime crashes, and I get the windows message.
>
> I know that e-prime is reading from the file because when I set the
> FinalTstQ_count number to more than the number of lines in the text file, I
> get the "Input past end of file" error message (as expected). It seems that
> the problem occurs when e-prime gets to the end of the text file.
>
> Any help would be greatly appreciated!
> Thank you,
> Marisa
>
> --
> You received this message because you are subscribed to the Google Groups
> "E-Prime" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to e-prime+unsubscribe at googlegroups.com.
> To post to this group, send email to e-prime at googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/e-prime/-/kCPKL2LGInMJ.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe at googlegroups.com.
To post to this group, send email to e-prime at googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/eprime/attachments/20130328/804a382f/attachment.htm>


More information about the Eprime mailing list