名前: kkondo 日時: 2006-01-30 10:07:10 IPアドレス: 192.51.44.*
>>40957 どうもありがとうございます。 苦労しながら下記のように書き換えてみました。 ("and" の有無を調べることを追加です) FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } %% { t #2 global.max$ substring$ 't := } %%%%% { %%%%% t #1 #3 substring$ "and" = %%%%% { #1 'multiresult := } %%%%% { t #2 global.max$ substring$ 't := } %%%%% if$ %%%%% } %%%%% if$ } while$ multiresult }
この書き込みへの返事: