TOP>2008年03月
みたいな事をしたあとに微調整的な後処理を行っていたりしますが・・・
if (s = '$F')or(s = '&F')or(s = '%F') then ・・・
else if (s = '_F') then ・・・
else if (s = '=F') then ・・・
else if (s = '%f') then ・・・
else if (s = '$f')or(s = '&f') then ・・・
else if (s = '_f') then ・・・
else if (s = '=f') then ・・・
else if (s = '$j')or(s = '&j')or(s = '%j') then ・・・
else if (s = '$J')or(s = '&J')or(s = '%J') then ・・・
else if (s = '$y') then ・・・
else if (s = '&y') then ・・・
else if (s = '%y') then ・・・
else if (s = '_y') then ・・・
else if (s = '=y') then ・・・
else if (s = '$Y') then ・・・
else if (s = '&Y') then ・・・
else if (s = '%Y') then ・・・
else if (s = '_Y') then ・・・
else if (s = '=Y') then ・・・
else if (s = '$m') then ・・・
else if (s = '&m') then ・・・
else if (s = '%m') then ・・・
else if (s = '_m') then ・・・
else if (s = '=m') then ・・・
else if (s = '$d') then ・・・
else if (s = '&d') then ・・・
else if (s = '%d') then ・・・
else if (s = '_d') then ・・・
else if (s = '=d') then ・・・
else if (s = '$w')or(s = '&w')or(s = '%w')
or(s = '$W')or(s = '&W')or(s = '%W') then ・・・
else if (s = '=w')or(s = '_w')
or(s = '=W')or(s = '_W') then ・・・
else if (s = '$ma')or(s = '&ma')or(s = '%ma') then ・・・
else if (s = '=ma')or(s = '_ma') then ・・・
else if (s = '$wa')or(s = '&wa')or(s = '%wa') then ・・・
else if (s = '=wa')or(s = '_wa') then ・・・
else if (s = '$n')or(s = '&n')or(s = '%n') then ・・・
else if (s = '=n')or(s = '_n') then ・・・
else if (s = '$N')or(s = '&N')or(s = '%N') then ・・・
else if (s = '=N')or(s = '_N') then ・・・
else if (s = '$h') then ・・・
else if (s = '&h') then ・・・
else if (s = '%h') then ・・・
else if (s = '_h') then ・・・
else if (s = '=h') then ・・・
else if (s = '$H') then ・・・
else if (s = '&H') then ・・・
else if (s = '%H') then ・・・
else if (s = '_H') then ・・・
else if (s = '=H') then ・・・
else if (s = '$M') then ・・・
else if (s = '&M') then ・・・
else if (s = '%M') then ・・・
else if (s = '_M') then ・・・
else if (s = '=M') then ・・・
else if (s = '$S') then ・・・
else if (s = '&S') then ・・・
else if (s = '%S') then ・・・
else if (s = '_S') then ・・・
else if (s = '=S') then ・・・
else if (s = '$T')or(s = '&T')or(s = '%T')or(s = '=T')or(s = '_T') then ・・・
else if (s = '%mm') then ・・・
else if (s = '%m1') then ・・・
else if (s = '%m2') then ・・・
else if (s = '%SS') then ・・・
else if (s = '%SP') then ・・・
else if (s = '%ss') then ・・・
else if (s = '%sp') then ・・・
else if (s = '%f1')or(s = '%f2')or(s = '%f3')or(s = '%f4')
or(s = '%f5')or(s = '%f6')or(s = '%f7')or(s = '%f8')
or(s = '%f9')or(s = '%fa')or(s = '%fb')or(s = '%fc')
or(s = '%fd')or(s = '%fe')or(s = '%ff') then ・・・
else if (AnsiPos('%%',s) = 1) then ・・・
else ・・・
end;

