Hey,
I just finished lesson 1 in the level 3 course.
I was wondering, can someone explain what the following code is doing? I got it working but I’m not entirely sure what it does:
Double.TryParse(CashIn, dbl_CashIn) - So I get that its checking if the entry is valid and if its a number but can someone please breakdown what its doing. Like what do these lines of code mean? Double.tryParse means its checking if its a number? So is it checking both CashIn and dbl_CashIn? Why do we need to check both?
Also, I’m running my workflow and its entering in the data to the Uidemo and its clicking accept. However, I note that it is not showing the total deposit at the bottom. Does this mean I’ve coded something incorrectly?