ConradSteigeman
Level 3
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
18-08-20
08:45 AM
Status:
New
Sometimes it is useful to use the numbers 1 and 0 instead of True and False. For example, one just needs to add up all variables to know how many are set True.
Sadly, a direct convertion of the data formats is not supported by Blue Prism. The calculation 'ToNumber(True)' creates an error. Doing it by hand would be possible, but time consuming and could probably be implemented in a faster way.
In this context, the implementation of the signum function sgn(.) would be handy too.
Sadly, a direct convertion of the data formats is not supported by Blue Prism. The calculation 'ToNumber(True)' creates an error. Doing it by hand would be possible, but time consuming and could probably be implemented in a faster way.
In this context, the implementation of the signum function sgn(.) would be handy too.
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.