Thread Rating:
  • 379 Vote(s) - 2.79 Average
  • 1
  • 2
  • 3
  • 4
  • 5
マクロ DE 文字列を扱うのが・・・
10-14-2011, 04:57 PM,
#4
RE: マクロ DE 文字列を扱うのが・・・
ストレートなやり方はこうだと思います。

Code:
{define-macro public {nasu
                         ?v:expression
                     }
    def lit = {Literal {{v.get-text}.to-String}}
    {return lit}
}


{Literal {v.get-text}} がエラーになるのは get-text の戻り値がmutableなSubStringオブジェクトなためなのでto-StringでimmutableなStringにしてやります。


Messages In This Thread
RE: マクロ DE 文字列を扱うのが・・・ - by fukuta - 10-14-2011, 04:57 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('306')