Search found 2 matches

by atibati
Sat Oct 10, 2020 1:23 am
Forum: Q/A
Topic: How to operate with variables and conditions?
Replies: 2
Views: 8340

Re: How to operate with variables and conditions?

Thank you. Work fine. But spend around 3 hours on finding and fixing a bug associated with this code. Also edited one of premades - chenged Sequence.First to Sequence.FirstOrDefault, and now it works fine. Would be happy to be able add variables into code directly and print variables like function A...
by atibati
Thu Oct 08, 2020 10:27 pm
Forum: Q/A
Topic: How to operate with variables and conditions?
Replies: 2
Views: 8340

How to operate with variables and conditions?

Sometimes it's needed to change variable that is number to variable that is string. And sometimes any variable to boolean. I've tried this construction if · Core.ToBoolean · result · [ifTrue] · [ifFalse] , but it appears with execution failed when the variable result is not empty string. - i need so...