home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 November
/
VPR9711A.ISO
/
VPR_DATA
/
Special
/
Koda202
/
koda202.lzh
/
kodama
/
htmmark.mac
< prev
next >
Wrap
Text File
|
1997-03-10
|
729b
|
25 lines
//こだマクロ(HTML作成)
//htmmark.mac
//このマクロは「秀丸エディタ」用のマクロです。
//97031100
main:
title "特殊文字 - こだマクロ";
#menu = getininum ( hidemarudir + "\\htmini.txt" , "Mark" , "num" );
#i = 0;
while ( #menu + 1 > #i ) {
$top[#i] = getinistr ( hidemarudir + "\\htmini.txt" , "Mark" , str ( #i ) );
$menu[#i] = leftstr ( $top[#i] , strstr ( $top[#i] , ":" ) );
$command[#i] = rightstr ( $top[#i] , strlen ( $top[#i] ) - strstr ( $top[#i] , ":" ) - 1 );
#i = #i + 1;
}
menuarray $menu, #menu + 1;
#re = result -1;
if ( result == 0 ) endmacro;
else {
inputpos getinistr ( hidemarudir + "\\htmini.txt" , "Line" , "messagex" );
insert $command[#re];
}
endmacro;