参考官方论坛: https://forum.uipath.com/t/how-to-check-null-condition/2964
使用
isNothing(obj)
其中 obj 是要判断的对象, 如果值为 null 的话会返回 True 否则返回 False
参考官方论坛: https://forum.uipath.com/t/how-to-check-null-condition/2964
使用
isNothing(obj)
其中 obj 是要判断的对象, 如果值为 null 的话会返回 True 否则返回 False