18 messages in org.openoffice.fr.prog[prog] Symbole Imprevu ???
FromSent OnAttachments
PhilippeJan 30, 2005 11:32 am 
Laurent GodardJan 30, 2005 11:39 am 
PhilippeJan 30, 2005 11:46 am 
Bernard MarcellyJan 30, 2005 12:02 pm 
PhilippeJan 30, 2005 12:09 pm 
PhilippeJan 30, 2005 12:18 pm 
Bernard MarcellyJan 30, 2005 1:29 pm 
Didier Dorange-PattoretJan 30, 2005 1:44 pm 
gilles bignebatJan 30, 2005 1:49 pm 
Philippe SIBRAJan 30, 2005 2:34 pm 
Francois Gatto (xhydrogene)Jan 30, 2005 9:17 pm 
PhilippeJan 30, 2005 11:40 pm 
Bernard MarcellyJan 31, 2005 2:01 am 
Herve Benoit-ChieuxJan 31, 2005 2:25 am 
Bernard MarcellyJan 31, 2005 3:00 am 
PhilippeJan 31, 2005 4:01 am 
Alex ThurgoodFeb 1, 2005 1:57 pm 
PhilippeFeb 1, 2005 2:02 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[prog] Symbole Imprevu ???Actions...
From:Philippe (plap@nordnet.fr)
Date:Jan 30, 2005 11:32:49 am
List:org.openoffice.fr.prog

Bonsoir

J'essaie depuis un moment de tester le code suivant :

' relecture du fichier f1 = FreeFile Open nomFichier For Random Access Read As #f2 Len=8

Get #f1, 10, uneValeur ' chercher 2 puissance 10 print uneValeur Get #f1, 3, uneValeur ' chercher 2 puissance 3 print uneValeur Get #f1, 32, uneValeur ' chercher 2 puissance 32 print uneValeur Get #f1, 100, uneValeur ' chercher 2 puissance 100 print uneValeur Close #f1 End Sub

Et j'obtiens le message d'erreur suivant : Syntax error Basic Symbole imprévu :Get

Quelqu'un a-t-il une idée ?