|
ちゅんさん,舩橋幸雄さん,こんばんは。
こういうことではないでしょうか?
//----------------------------------------------------------------------
gofiletop;
$line = gettext( 0, y, linelen, y );
$tail = rightstr( $line, 8 );
if( $tail == "検討メモ" ) $path = "c:\\doc\\検討メモ\\" + $tail + ".txt";
else if( $tail == "障害メモ" ) $path = "c:\\doc\\障害関係\\" + $tail + ".txt"
;
else $path = "c:\\doc\\その他\\" + $tail + ".txt";
saveas $path;
endmacro;
//----------------------------------------------------------------------
はずしていたらごめんなさい。
では, (^^)/~
山紫水明
|
|