svnno****@sourc*****
svnno****@sourc*****
2016年 6月 23日 (木) 11:01:37 JST
Revision: 6408 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6408 Author: doda Date: 2016-06-23 11:01:37 +0900 (Thu, 23 Jun 2016) Log Message: ----------- システム変数関連の表現を修正 Modified Paths: -------------- trunk/doc/en/html/macro/command/filelock.html trunk/doc/en/html/macro/command/fileunlock.html trunk/doc/en/html/macro/command/loginfo.html trunk/doc/en/html/macro/command/strreplace.html trunk/doc/en/html/macro/command/strsplit.html trunk/doc/ja/html/macro/command/sprintf.html trunk/doc/ja/html/macro/command/strreplace.html trunk/doc/ja/html/macro/command/strsplit.html trunk/doc/ja/html/macro/command/waitn.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/filelock.html =================================================================== --- trunk/doc/en/html/macro/command/filelock.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/en/html/macro/command/filelock.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -49,8 +49,8 @@ </table> <p> -If the function succeeds, the result variable is 0.<br> -If the function fails, the result variable is 1. +If the function succeeds, the system variable "result" is set to 0.<br> +If the function fails, the system variable "result" is set to 1. </p> Modified: trunk/doc/en/html/macro/command/fileunlock.html =================================================================== --- trunk/doc/en/html/macro/command/fileunlock.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/en/html/macro/command/fileunlock.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -29,8 +29,8 @@ </p> <p> -If the function succeeds, the result variable is 0.<br> -If the function fails, the result variable is 1. +If the function succeeds, the system variable "result" is set to 0.<br> +If the function fails, the system variable "result" is set to 1. </p> Modified: trunk/doc/en/html/macro/command/loginfo.html =================================================================== --- trunk/doc/en/html/macro/command/loginfo.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/en/html/macro/command/loginfo.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -24,11 +24,11 @@ <h2>Remarks</h2> <p> -When Tera Term is logging, the file name stores in the strvar variable and the flag status of log starting is stored in the result variable.<br> -On the contrary, when Tera Term is not logging, the result variable is -1. +When Tera Term is logging, the file name stores in the strvar variable and the flag status of log starting is stored in the system variable "result".<br> +On the contrary, when Tera Term is not logging, the system variable "result" is set to -1. </p> <p> -The result variable is bitwise OR in the following value: +The system variable "result" is bitwise OR in the following value: </p> <table> Modified: trunk/doc/en/html/macro/command/strreplace.html =================================================================== --- trunk/doc/en/html/macro/command/strreplace.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/en/html/macro/command/strreplace.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -31,8 +31,8 @@ </p> <p> -When the replacing succeeds, the result variable is 1 and the matched string by the <regex> is stored into the matchstr variable. <br> -When the replacing fails, the result variable is 0. +When the replacing succeeds, the system variable "result" is set to 1 and the matched string by the <regex> is stored into the system variable "matchstr". <br> +When the replacing fails, the system variable "result" is set to 0. </p> <p> @@ -40,7 +40,7 @@ </p> <p> -NOTE: When this macro command is performed, the groupmatchstr system variable is cleared. +NOTE: When this macro command is performed, the 9 system variables from "groupmatchstr1" to "groupmatchstr9" are cleared. </p> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/strsplit.html =================================================================== --- trunk/doc/en/html/macro/command/strsplit.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/en/html/macro/command/strsplit.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -46,8 +46,8 @@ </p> <p> -The division count stores into the result system variable.<br> -When the <count> is not specified and the number of substrings is larger than 9, the result value is 10. +The division count stores into the system variable "result".<br> +When the <count> is not specified and the number of substrings is larger than 9, the "result" is set to 10. </p> <h2>Example</h2> Modified: trunk/doc/ja/html/macro/command/sprintf.html =================================================================== --- trunk/doc/ja/html/macro/command/sprintf.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/ja/html/macro/command/sprintf.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -24,7 +24,7 @@ <h2>\x89\xF0\x90\xE0</h2> <p> -C\x8C\xBE\x8C\xEA\x82̏\x91\x8E\xAE\x8Ew\x92\xE8\x82ɂ\xB5\x82\xBD\x82\xAA\x82\xC1\x82āA\x88\xF8\x90\x94\x82̐\x94\x92l\x82╶\x8E\x9A\x97\xF1\x82\xF0\x83t\x83H\x81[\x83}\x83b\x83g\x82\xB5\x82āA\x95\xB6\x8E\x9A\x97\xF1\x8C^\x95ϐ\x94 <inputstr> \x82ɑ\xE3\x93\xFC\x82\xB7\x82\xE9\x81B<br> +C\x8C\xBE\x8C\xEA\x82̏\x91\x8E\xAE\x8Ew\x92\xE8\x82ɂ\xB5\x82\xBD\x82\xAA\x82\xC1\x82āA\x88\xF8\x90\x94\x82̐\x94\x92l\x82╶\x8E\x9A\x97\xF1\x82\xF0\x83t\x83H\x81[\x83}\x83b\x83g\x82\xB5\x82āA\x83V\x83X\x83e\x83\x80\x95ϐ\x94 <inputstr> \x82ɑ\xE3\x93\xFC\x82\xB7\x82\xE9\x81B<br> <a href="sprintf2.html">sprintf2</a> \x82Ƃ͈Ⴂ\x81A\x8F\xED\x82\xC9 inputstr \x82Ɍ\x8B\x89ʂ\xF0\x8Ai\x94[\x82\xB7\x82\xE9\x81B </p> Modified: trunk/doc/ja/html/macro/command/strreplace.html =================================================================== --- trunk/doc/ja/html/macro/command/strreplace.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/ja/html/macro/command/strreplace.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -31,7 +31,7 @@ </p> <p> -\x92u\x8A\xB7\x82\xAA\x90\xAC\x8C\x{1C2DC2}\xE9\x82ƁA\x83V\x83X\x83e\x83\x80\x95ϐ\x94 result \x82\xC9"1"\x82\xAA\x93\xFC\x82\xE8\x81A\x90\xB3\x8BK\x95\\x8C\xBB <regex> \x82Ń}\x83b\x83`\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x97\xF1\x82\xCD matchstr \x95ϐ\x94\x82Ɋi\x94[\x82\xB3\x82\xEA\x82\xE9\x81B<br> +\x92u\x8A\xB7\x82\xAA\x90\xAC\x8C\x{1C2DC2}\xE9\x82ƁA\x83V\x83X\x83e\x83\x80\x95ϐ\x94 result \x82\xC9"1"\x82\xAA\x93\xFC\x82\xE8\x81A\x90\xB3\x8BK\x95\\x8C\xBB <regex> \x82Ń}\x83b\x83`\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x97\xF1\x82̓V\x83X\x83e\x83\x80\x95ϐ\x94 matchstr \x82Ɋi\x94[\x82\xB3\x82\xEA\x82\xE9\x81B<br> \x92u\x8A\xB7\x82\xAA\x8E\xB8\x94s\x82\xB5\x82\xBD\x8Fꍇ\x82́Aresult \x82\xAA"0"\x82ɂȂ\xE9\x81B<br> </p> @@ -40,7 +40,7 @@ </p> <p> -\x82\xB1\x82̃}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x82\xC6 groupmatchstr \x83V\x83X\x83e\x83\x80\x95ϐ\x94\x82̓\xE0\x97e\x82\xAA\x83N\x83\x8A\x83A\x82\xB3\x82\xEA\x82\xE9\x81B +\x82\xB1\x82̃}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x82\xC6 \x83V\x83X\x83e\x83\x80\x95ϐ\x94 groupmatchstr1 \x81` groupmatchstr9 \x82̓\xE0\x97e\x82\xAA\x83N\x83\x8A\x83A\x82\xB3\x82\xEA\x82\xE9\x81B </p> <h2>\x97\xE1</h2> Modified: trunk/doc/ja/html/macro/command/strsplit.html =================================================================== --- trunk/doc/ja/html/macro/command/strsplit.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/ja/html/macro/command/strsplit.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -26,7 +26,7 @@ <h2>\x89\xF0\x90\xE0</h2> <p> -\x95\xB6\x8E\x9A\x97\xF1 <strval> \x82\xA9\x82\xE7\x81A\x8B\xE6\x90\xE8\x8BL\x8D\x86 <separator> \x82ŋ\xE6\x90\xE7\x82ꂽ\x95\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x8E\xE6\x82\xE8\x8Fo\x82\xB5\x82āAgroupmatchstr1\x81`groupmatchstr9\x82ɕԂ\xB7\x81B +\x95\xB6\x8E\x9A\x97\xF1 <strval> \x82\xA9\x82\xE7\x81A\x8B\xE6\x90\xE8\x8BL\x8D\x86 <separator> \x82ŋ\xE6\x90\xE7\x82ꂽ\x95\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x8E\xE6\x82\xE8\x8Fo\x82\xB5\x82āA\x83V\x83X\x83e\x83\x80\x95ϐ\x94 groupmatchstr1 \x81` groupmatchstr9 \x82ɕԂ\xB7\x81B </p> <p> @@ -35,8 +35,8 @@ <p> <count> \x82ɂ́A\x8E擾\x82\xB7\x82镔\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82̍ő吔\x81i9\x88ȉ\xBA\x81j\x82\xF0\x8Ew\x92肷\x82\xE9\x81B <br> -\x95\xB6\x8E\x9A\x97̕\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82̐\x94\x82\xAA <count> \x96\xA2\x96\x9E\x82ł\xA0\x82\xE9\x82Ƃ\xAB\x81A\x95\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xE3\x93\xFC\x82\xB3\x82\xEA\x82Ȃ\xA9\x82\xC1\x82\xBDgroupmatchstr\x82ɂ́A""(\x8B\x9A\x97\xF1) \x82\xAA\x91\xE3\x93\xFC\x82\xB3\x82\xEA\x82\xE9\x81B<br> -\x95\xB6\x8E\x9A\x97̕\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82̐\x94\x82\xAA <count> \x82\xA6\x82\xE9\x82Ƃ\xAB\x81A\x8DŌ\xE3\x82\xCCgroupmatchstr\x82ɂ͎c\x82\xE8\x82̕\xB6\x8E\x9A\x97\xB7\x82ׂđ\xE3\x93\xFC\x82\xB3\x82\xEA\x82\xE9\x81B +\x95\xB6\x8E\x9A\x97̕\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82̐\x94\x82\xAA <count> \x96\xA2\x96\x9E\x82ł\xA0\x82\xE9\x82Ƃ\xAB\x81A\x95\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xE3\x93\xFC\x82\xB3\x82\xEA\x82Ȃ\xA9\x82\xC1\x82\xBD groupmatchstr \x82ɂ́A""(\x8B\x9A\x97\xF1) \x82\xAA\x91\xE3\x93\xFC\x82\xB3\x82\xEA\x82\xE9\x81B<br> +\x95\xB6\x8E\x9A\x97̕\x94\x95\xAA\x95\xB6\x8E\x9A\x97\xF1\x82̐\x94\x82\xAA <count> \x82\xA6\x82\xE9\x82Ƃ\xAB\x81A\x8DŌ\xE3\x82\xCC groupmatchstr \x82ɂ͎c\x82\xE8\x82̕\xB6\x8E\x9A\x97\xB7\x82ׂđ\xE3\x93\xFC\x82\xB3\x82\xEA\x82\xE9\x81B </p> <p> Modified: trunk/doc/ja/html/macro/command/waitn.html =================================================================== --- trunk/doc/ja/html/macro/command/waitn.html 2016-06-22 09:28:58 UTC (rev 6407) +++ trunk/doc/ja/html/macro/command/waitn.html 2016-06-23 02:01:37 UTC (rev 6408) @@ -46,7 +46,7 @@ </tr> <tr> <td>1</td> - <td>\x8Ew\x92肳\x82ꂽ\x83o\x83C\x83g\x90\x94\x82̕\xB6\x8E\x9A\x82\xAA\x97\x88\x82āA inputstr \x82ɕۑ\xB6\x82\xB3\x82ꂽ\x81B<br> + <td>\x8Ew\x92肳\x82ꂽ\x83o\x83C\x83g\x90\x94\x82̕\xB6\x8E\x9A\x82\xAA\x97\x88\x82āA\x83V\x83X\x83e\x83\x80\x95ϐ\x94 inputstr \x82ɕۑ\xB6\x82\xB3\x82ꂽ\x81B<br> \x8Ew\x92肳\x82ꂽ\x83o\x83C\x83g\x90\x94\x82\xAA 511 \x82\xF0\x89z\x82\xA6\x82\xE9\x8Fꍇ\x82́A\x8Dŏ\x89\x82\xCC 511 \x83o\x83C\x83g\x82݂̂\xAA inputstr \x82ɕۑ\xB6\x82\xB3\x82\xEA\x82\xE9\x81B</td> </tr> </table>