マクロ作成のヒント・テキストファイルの処理(Ver6.80対応版)
適当に新規メールを作成しろという、実に適当な方法
loaddll "tkinfo.dll"; // 新規メール作成 #n = dllfunc("NewMail"); // ヘッダを非表示に #headerView = dllfunc("HeaderView"); #n = dllfunc("SwitchHeaderView", 0); // 全体をクリアしてまっさらに gofiletop; beginsel; gofileend; delete; // テキスト表示 insert "Hello,World!\n";