Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: $ Operator search in varbinary literals
Message
 
 
À
12/03/2005 13:01:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00995175
Message ID:
00995205
Vues:
20
Hi Fabio,

According to the help for '$' it works with character expressions only. Also the Varbinary Data Type help topic doesn't mention '$' either. My guess is, that those two help topics weren't updated to reflect varbinary type addition.

>Expected : no errors
>
>Observed : VFP parser bug with $ Operator and varbinary literals
>Repro:
>
>CLEAR
>ON ERROR ? MESSAGE()
>x=0h56
>? 0h56 $ m.x
>
>? 0h56 $ 0h56 && bug
>
>? 0h56 $ ''+0h56 && WORKAROUND
>
>ON ERROR
>
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform