This VB6 Proof-of-Concept code was written by Fred Harris. I wrote the PB source using DDT.
Stan
Stan
%ST_CODE_USESUNICODE = &H0000001 %ST_CODE_USESFORMS = &H0000002 %ST_CODE_SOMEOTHERVAR = &H0000004 LOCAL Flags AS LONG ' Add one boolean flag to the variable &Flags = &Flags OR %ST_CODE_USESUNICODE ' Add one boolean flag to the variable &Flags = &Flags OR %ST_CODE_USESFORMS ' Remove one boolean flag to the variable &Flags = &Flags AND NOT %ST_CODE_SOMEOTHERVAR ' Check one of the flags IF ISTRUE((&Flags AND %ST_CODE_USESFORMS) = %ST_CODE_USESFORMS) THEN ' This flag is set to ON. END IF
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