pc:define-boolean-flags |
Adds items to the list of pairs of strings interpreted as boolean true() and boolean false() by USoft Blend flag-based string-to-boolean conversion. By default, this list is composed of the following 2 pairs: true false yes no
There is no return value. You can get the list of items by calling the booleanflags:Show() function.
Syntax
Example The result of this Example is that the following strings are (case-insensitively) considered by USoft Blend flag-based string-to-boolean conversion: true false yes no Accepted Declined Approved Rejected
See also |