#assign | |
ACTION: |
'=' always to be an assignment operator in conditional statements
|
USE: |
emulate the C convention for the '=' operator
|
EXAMPLE: |
#assign on if hresult=QueryInterface(gu,ob) then ... |
REMARKS: |
when #assign is active then '==' must always be used to test equality |
RELATED: |
#byref
#byval
#dim
#noinit
#noprec
indexbase
|