Page MenuHomeFeedback Tracker

isNull and isNil don't do anything/broken
Closed, ResolvedPublic

Description

diag_log (isNull undefinedVar)
RPT: Nothing happens
diag_log (isNil undefinedVar)
RPT: Nothing happens

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

zorrobyte edited Steps To Reproduce. (Show Details)Dec 4 2014, 9:14 PM
zorrobyte edited Additional Information. (Show Details)
zorrobyte set Category to Scripting.
zorrobyte set Reproducibility to Always.
zorrobyte set Severity to None.
zorrobyte set Resolution to No Bug.
zorrobyte set Legacy ID to 2204685626.May 7 2016, 7:55 PM
Dwarden added a subscriber: Dwarden.May 7 2016, 7:55 PM

https://community.bistudio.com/wiki/isNil
https://community.bistudio.com/wiki/isNull
read descriptions and examples and syntax please ;)

so IMHO, no bug there

Derp.. thanks! Please close