Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB/VC H-File to a VFP H-File
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VB/VC H-File to a VFP H-File
Miscellaneous
Thread ID:
00141225
Message ID:
00141225
Views:
63
The following code is in a VB/VC H-File. What would the VFP equivalent be?
const LONG PTR_S_JOURNAL        = 1;
const LONG PTR_S_RECEIPT        = 2;
const LONG PTR_S_SLIP           = 4;

const LONG PTR_S_JOURNAL_RECEIPT= PTR_S_JOURNAL | PTR_S_RECEIPT;
const LONG PTR_S_JOURNAL_SLIP   = PTR_S_JOURNAL | PTR_S_SLIP   ;
const LONG PTR_S_RECEIPT_SLIP   = PTR_S_RECEIPT | PTR_S_SLIP   ;
The first 3 are easy, but I do not understand the last 3. Are they concatenations of 2 constants? e.g., would PTR_S_JOURNAL_RECEIPT be defined as 1 | 2 ==> 12? PTR_S_JOURNAL_SLIP defined as 1 | 4 ==> 14?

TIA.
Mark McCasland
Midlothian, TX USA
Next
Reply
Map
View

Click here to load this message in the networking platform