I just got done reading the manual. I have a couple of questions.
Can you test for a variable being TRUE by using just the variable name?
if blnVar = %TRUE then .....
if blnVar then .....
Are both of these syntax valid in PB/DLL 6.0?
Thanks.
Can you test for a variable being TRUE by using just the variable name?
if blnVar = %TRUE then .....
if blnVar then .....
Are both of these syntax valid in PB/DLL 6.0?
Thanks.
Comment