diag_log (isNull undefinedVar)
RPT: Nothing happens
diag_log (isNil undefinedVar)
RPT: Nothing happens
Description
Description
Details
Details
- Legacy ID
- 2204685626
- Severity
- None
- Resolution
- No Bug
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
diag_log (isNull undefinedVar)
check RPT
diag_log (isNil undefinedVar)
check RPT
Additional Information
Other BOOL is posted to RPT as expected. Try: diag_log (1==1)
Event Timeline
Comment Actions
https://community.bistudio.com/wiki/isNil
https://community.bistudio.com/wiki/isNull
read descriptions and examples and syntax please ;)
so IMHO, no bug there