Hi, I am a UiPath beginner as well as UiPath Studio EnterPrise verion 23.4.2 user.
I am using For Each Row activity.
If the value of row(“number of oranges”) are assigned as followings,
What are the calculated results of CInt(row(“number of oranges”).ToString ??
Case1: value of row(“number of oranges”)=3.3
Case2: value of row(“number of oranges”)=3.5
Case3: value of row(“number of oranges”)=3.7
If you want to check the condition with 3.5,3.6,3.7 these are the decimals you double.
Cdbl(row(“number of oranges”))=3.3
Cdbl(row(“number of oranges”))=3.5
Cdbl(row(“number of oranges”))=3.7
Sorry, but I could not understand why you gave me this answer to my question…
Hope you re-read my question or pls refrain from answering if you are teasing me.
Sorry, but I could not understand why you gave me this answer to my question…
Hope you re-read my question or pls refrain from answering if you are teasing me.