E-prime crashes after reading text file

吉祥如意 gusunny1 at gmail.com
Mon Apr 1 04:38:01 UTC 2013


I am not sure but I have learnt that when you call from a text file, you
need first get the line number  in the text, then loop again to get each
line in the textfile. I don't know if this is the reason your eprime
 program get crashed.

2013/3/30 Marisa Crisostomo <me.crisostomo6 at gmail.com>

> I deleted all unreferenced objects and it is still too large. What is
> interesting is that my program was being compiled until I started changing
> fonts and layouts of the slides.
>
> Marisa
>
>
> On Thu, Mar 28, 2013 at 3:48 PM, ben robinson <baltimore.ben at gmail.com>wrote:
>
>> 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.
>>
>>
>>
>
>  --
> 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.
>
>
>

-- 
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/20130401/0e149eeb/attachment.htm>


More information about the Eprime mailing list