Question: Is it possible to set the default of a runtime variable to the value of a specified column of the selected book?
Code:
program:
currentchap = globals(Current_Chapter=1);
strcat('OEBPS/file', format_number(add(currentchap, 1), '04d'), '.xhtml#kobo.1.1')
For example, can I set Current_Chapter to default to the value of #chaptercount rather than 1?