Zoul
February 13, 2020, 11:35am
1
Hello,
Someone could say me why my null-conditional operators doesn’t works :
BR,
Z
@Zoul Can you tell me Why are you using the ?
AshwinS2
(Ashwin S)
February 13, 2020, 12:22pm
3
Hi @Zoul
U should use like != or equals
Thanks
Ashwin S
Zoul
February 13, 2020, 12:30pm
4
@supermanPunch :
@AshwinS2 : I think we dont talk about the same thing but thank you for your help
@Zoul But that’s Ohk That Synatx is Of Vb.net but UiPath basically accepts c# form of Syntax, If you want to use VBA in UiPath you can use Invoke Code Activity, But i don; think that is what you need
Zoul
February 13, 2020, 6:00pm
6
I dont understand, my exemple is a VBA operator and dont exist in VB.net !? This is a very usefull operator, It have something like that in VB.net ?
bcorrea
(Bruno Correa)
February 13, 2020, 6:06pm
7
just use the regular condition like:
IF LstPatternFounded IsNot Nothing AndAlso LstPatternFounded = True
And if you want to ask for this to be implemented, please go here:
All your feedback and bug reports for UiPath Activities go here. Please use feedback and bug tags respectively. At least 1 activity package tag is required.
Zoul
February 13, 2020, 6:59pm
8
What is the better solution between :
and
IF LstPatternFounded IsNot Nothing AndAlso LstPatternFounded = True
bcorrea
(Bruno Correa)
February 13, 2020, 7:05pm
9
i think you understand you cant use null conditional operators in there right?