08/03/28 04:27:30 lt07g5eD0
>>389
$while(
'$ifgreater($calc_string(MeiryoKe_UIGothic,%fsize%,b,%title%,width),'%_width%',1,0)',
'$register(fsize,$sub(%fsize%,1))',
5
)
わかりやすくかけばこんな感じ
$register(w,%_width%)
$while(
'$ifgreater($calc_string(MeiryoKe_UIGothic,%fsize%,b,%title%,width),%w%,1,0)',
'$register(fsize,$sub(%fsize%,1))',
5
)
どっちでもいけるはずです
%_width%はTrack Info modの内部変数なので'の外に書くか$registerでグローバル変数に登録する必要があります