Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: $ Operator search in varbinary literals
Message
 
 
To
12/03/2005 13:01:35
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00995175
Message ID:
00995205
Views:
19
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform