View Single Post
Old 05-28-2025, 08:02 PM   #839
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,747
Karma: 81469865
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Code:
program:

bookformat =
	switch_if(
		'PAPERBOOK' inlist_field 'formats', 'Physical Books',
		('OVERDRIVE' || 'PAPERLOAN') inlist_field 'formats', 'Loans',
		'eBooks');
Test book with only a PAPERLOAN format, returns eBooks. What I do wrong?

EDIT: ('OVERDRIVE' inlist_field 'formats' || 'PAPERLOAN' inlist_field 'formats') works, was hoping to avoid repeated.

Last edited by ownedbycats; 05-28-2025 at 08:17 PM.
ownedbycats is offline   Reply With Quote