Quote:
Originally Posted by ownedbycats
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', '')