Bug 47214

Summary: LINE INPUT is not recognized after a colon
Product: LibreOffice Reporter: rifford <riffordfrancois>
Component: BASICAssignee: Not Assigned <libreoffice-bugs>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium CC: jmadero.dev, LibreOffice, raal
Version: Inherited From OOo   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Screenshot
test file

Description rifford 2012-03-11 18:09:44 UTC
Un message d'erreur est affiché pendant l'exécution de la macro.
S'il y a plusieurs instructions dans une ligne et que "LINE INPUT" ne se trouve pas au début de la ligne l'erreur "caractère inattendu" est affiché et stoppe la macro.
Comment 1 rifford 2012-03-11 18:18:02 UTC
Ce bug n'existait pas dans la version OpenOffice 2.0
Ce bug existe aussi dans la version OpenOffice 3.0
Comment 2 Rainer Bielefeld Retired 2012-03-11 22:03:28 UTC
@rifford:
Please attach a sample document!
Comment 3 rifford 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"
Comment 4 rifford 2012-03-26 13:22:41 UTC
Created attachment 59091 [details]
Screenshot
Comment 5 Rainer Bielefeld Retired 2012-06-18 22:04:30 UTC
It's impossible to get some progress here without usable information.
Comment 6 Joel Madero 2014-11-06 17:40:31 UTC
Never confirmed - moving to UNCONFIRMED so QA looks at it. Thanks
Comment 7 raal 2014-11-06 20:06:09 UTC
Created attachment 109058 [details]
test file
Comment 8 raal 2014-11-06 20:08:02 UTC
Reproducible with Version: 4.4.0.0.alpha1+
Build ID: 04ea7b24ec1b5a027efa0b850f2bc3ac7116c52e
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time: 2014-10-31_23:27:49

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.