09-07-2022, 06:27 AM
|
#29
|
Grand Sorcerer
Posts: 12,495
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
Originally Posted by un_pogaz
when the ifelse() allows a sensitive comparison to the text:
Code:
def evaluate(self, formatter, kwargs, mi, locals, x, y, yes, no):
if str(x) == str(y):
return yes
else:
return no
|
@un_pogaz: Please see https://www.mobileread.com/forums/sh...d.php?t=348976.
|
|
|