View Single Post
Old 11-05-2020, 01:04 PM   #896
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: 10,784
Karma: 74203799
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Code:
program:
	p = identifier_in_field(id:isbn)
	g = identifier_in_field(id:goodreads)

  if p then strcat(p)
  else 
  if g then strcat(g)
 fi
I was trying to make it show Goodreads only if the ISBN didn't exist. It didn't quite work as expected.

Click image for larger version

Name:	Oops.png
Views:	2094
Size:	4.4 KB
ID:	183232

I'm still trying to figure these out.
ownedbycats is offline   Reply With Quote