[scilab-Users] avoid such error message

Mathieu Dubois mathieu.dubois at limsi.fr
Fri Sep 24 14:22:22 CEST 2010


On 09/24/2010 02:11 PM, Carrico, Paul wrote:
> All again,
> While I'm codding and while I'm re-starting several times my program, 
> I've the following error message
> ########################################"
> Trop de fichiers ouverts!
> at line      51 of exec file called by :
> ########################################"
>
> i.e. too many files are opened while I've a basic .sce file
>
> Is they're a way to avoid such message i.e. how can i solve such 
> problem (to empty the memory) ?
>
You must close every file with mclose (see help).
>
> Please note I always add 'clear all' at the end of the code
>
Basically mclose('all') should work.
>
> Regards
>
> have a good WE
>
> Paul
>
> --------------------------------------------------------------------------------
>
>
> Le présent mail et ses pièces jointes sont confidentiels et destinés à la personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de votre système. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite.
>
> This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.
>
>    

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100924/4e963c6b/attachment.htm>


More information about the users mailing list