View Single Post
Old Yesterday, 05:24 AM   #855
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,475
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by ownedbycats View Post
Code:
program:
[...]
settings = $$#fanficsettings;

copySection = strcat(authortitle, ' ', storyid, character('newline'), '[', storyUrl, ']',character('newline'),settings)
If #fanficsettings is undefined, it copies 'None'. Is it possible to omit this instead?
Use the standard field getter $#fanficsettings. If for some reason you must use the raw field getter then use the raw_field() function with a default as in raw_field('#fanficsettings', '')
chaley is offline   Reply With Quote