Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Padding a Binary use Space
Message
From
03/12/2004 04:44:31
 
 
To
01/12/2004 10:23:17
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00966085
Message ID:
00966623
Views:
7
Another side effect:
this property is lost for the varbinary:
* INVARIANCE RULE : 
* IF LEN(string1)<=N1 and LEN(string2)<=N2 THEN
* PADR(string1,N1)-PADR(string2,N2)=PADR(string1-string2,N1+N2)
CLEAR
c='1'
b=0hFF
? PADR(C-C,10)=PADR(C,3)-PADR(C,7)
? PADR(B-B,10)=PADR(B,3)-PADR(B,7)
Previous
Reply
Map
View

Click here to load this message in the networking platform