[Sie-announce] SIEコード [1231]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 8日 (火) 22:22:34 JST


Revision: 1231
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1231
Author:   dhrname
Date:     2009-09-08 22:22:33 +0900 (Tue, 08 Sep 2009)

Log Message:
-----------


Modified Paths:
--------------
    branches/05x/051/sie.js

Modified: branches/05x/051/sie.js
===================================================================
--- branches/05x/051/sie.js	2009-09-07 13:22:39 UTC (rev 1230)
+++ branches/05x/051/sie.js	2009-09-08 13:22:33 UTC (rev 1231)
@@ -1925,10 +1925,12 @@
           idValue = pool;
           pool = "";
           break;
-        } else if("+-".indexOf(stri) !== -1) { //符号ならば
+        } else if ("+-".indexOf(stri) !== -1) { //符号ならば
           midValue = pool;
           pool = "";
           mode = 2;
+        } else if (i === sti-2) { //終わりの2文字前ならば
+          mode = 2;
         }
         pool += stri;
       break;
@@ -1950,13 +1952,15 @@
 endEvent.synchParser("00:04");
 beginEvent.indefinite = false;
 endEvent.indefinite = false;
+function woso(){
 setInterval((function() {
 	if (beginEvent.isFired(_currentTime) && !endEvent.isFired(_currentTime)) {
 		alert(beginEvent.event);
 	}
 	_currentTime += 100;
 }),41)
-
+}
+woso();
 function utf16( /*string*/ s)  {
   return unescape(s);
 }




Sie-announce メーリングリストの案内
Back to archive index