Quote:
Originally Posted by Wiggo
I tried the updated PI and get this error after adding books.
|
The formula we gave you had another flaw: it set the values as strings ('0' and '100').
Try this:
Code:
program:
switch_if(
check_yes_no('#read', 0, 0, 1), 100, 0
)