Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone ever played with OpenThemeData() ?
Message
From
03/01/2006 17:00:22
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080536
Message ID:
01082904
Views:
10
>>
>>* NumToULong
>>BINTOC(BITAND(m.tnNumber,0xFFFFFFFF),"RS")
>>* NumToUShort
>>LEFT(BINTOC(m.tnNumber,"RS"),2)
>>
>
>
>Hey, this is neat

it would be more neat with:
#IF VERSION(5)>=900
  #PATTERN U32toBIN(?)  BINTOC(BITAND(?,0xFFFFFFFF),"RS")
#ENDIF

U32toBIN(m.tnNumber)
Sorry, another dream :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform