Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug -> ???
Message
De
03/07/2006 09:16:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01133402
Message ID:
01133403
Vues:
13
>Hi,
>
>I have to send an instruction to the printer and I always got "Syntax Error". It looks strange, maybe a BUG. Take a look:
>
>
>   ??? Chr(27)+"{"+Chr(65)
>
>
>The problem is "{".
>
>
>   ??? Chr(27)+Chr(65) && Works fine!
>   ??? Chr(27)+"0" && Works fine!
>   ??? "Etc..."  && Works fine!
>
>
>This instruction Chr(27)+"{"+Chr(65) is to tell OKIDATA printer emulates Epson Commands.
>
>Any idea?

A possible parser bug.

TRY
??? Chr(27)+[(]+Chr(65)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform