Quote:
Originally Posted by ownedbycats
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.
Attachment 183232
I'm still trying to figure these out. 
|
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
fi
At least a fi is missing