[Libreoffice-bugs] [Bug 47214] instruction LINE INPUT
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 14 08:40:30 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=47214
--- Comment #3 from rifford <riffordfrancois at aol.com> 2012-03-14 15:40:30 UTC ---
> Bonjour,
> Voici DEUX routines permettant de visualiser l'erreur pendant la COMPILATION.
>
> Sub ROUTINEOK
> NF$="Nomfichier": NO%=FREEFILE: OPEN NF$ FOR INPUT AS #NO
> INPUT #NO,AA
> LINE INPUT #NO,BB
> CLOSE #NO
> End Sub
>
> Sub ROUTINERREUR
> NF$="Nomfichier": NO%=FREEFILE: OPEN NF$ FOR INPUT AS #NO
> INPUT #NO,AA : LINE INPUT #NO,BB
> CLOSE #NO
> End Sub
>
> 'Texte de l'erreur :
> '"Erreur de syntaxe basic"
> '"symbole inatendu : input"
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list