You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
Attached is a partial list of Reserved words for PBWin 9. This list is not supplied by PowerBASIC, Inc. nor is it complete. It is merely most words from a dictionary that will highlight in the IDE.
MARK (???)
Michael
That's it!
I never moved the two feet necessary to grab the PBDOS manual to check there, just checked PBWin 8.04 and 9.0.
Does this mean it's included for backwards compatibility?
Rod
In some future era, dark matter and dark energy will only be found in Astronomy's Dark Ages.
Arguments to the method or property being invoked are passed in the DISPPARAMS structure. This structure consists of a pointer to an array of arguments represented as variants, a pointer to an array of DISPIDs for named arguments, and the number of arguments in each array.
PB/Win 8 help file - Previous changes (PB/Win 7.0 release)
IDISPATCH, IUNKNOWN, and DISPPARAMS are now reserved keywords, to avoid potential conflict with the Windows and PowerBASIC COM subsystems. DISPPARAMS is an intrinsic structure (UDT) that has the following internal definition:
Code:
TYPE DispParams
VariantArgs AS VARIANT PTR
NamedDispId AS LONG PTR
CountArgs AS DWORD
CountNamed AS DWORD
END TYPE
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment