View Single Post
Old 05-04-2021, 06:53 PM   #12
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,354
Karma: 79528341
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Code:
program:
	f = list_sort($#fanficcat,0,',');

	if 
		contains(
			f, '^Crossover, Mass Effect Trilogy, Mass Effect: Andromeda$', '1', ''
		)
	then 
		'Mass Effect Trilogy, Mass Effect: Andromeda' 
	elif
		contains(
			f, '^Crossover, Half-Life, Portal$', '1', ''
		)	
		then 'Half-Life, Portal' 
	else
		$#fanficcat;
	fi
This gave me a EXCEPTION: Formatter: Expected an expression, found 'fi' near Unknown on line 17.
ownedbycats is offline   Reply With Quote