Thread Rating:
  • 537 Vote(s) - 2.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TextFlowBox内の文字列変更について
09-07-2011, 09:23 AM, (This post was last modified: 09-07-2011, 09:24 AM by ashimo.)
#2
RE: TextFlowBox内の文字列変更について
addの戻り値が追加されたオブジェクトだからだとすれば、

これならどうでしょう 。

Code:
{let tfb:TextFlowBox =  {TextFlowBox
                            horigin = "center",
                            paragraph-justify = "center",
                            color = "black",
                            font-size = 22pt,
                            font-style = "italic",
                            font-weight = "bold",
                            font-family = "MS Pゴシック",
                            text-preserve-whitespace? = true,
                            "こっから\n→ここまで"
                        }}

{value
    {tfb.clear}
    {tfb.add "ここまで\n→こっから"}
    tfb
}



Messages In This Thread
RE: TextFlowBox内の文字列変更について - by ashimo - 09-07-2011, 09:23 AM
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('269')