Thread Rating:
  • 297 Vote(s) - 2.88 Average
  • 1
  • 2
  • 3
  • 4
  • 5
null 判断をシンプルに記述したい
08-28-2013, 04:53 PM,
#2
RE: null 判断をシンプルに記述したい
Curl IDEドキュメントの "if-non-null (マクロ)"の説明の最後の方に書かれている
複数の条件をカンマで区切って判断する方法が便利、というお題でしょうか。

こんな感じで意図とあってますでしょうか。
Code:
||BEFOR
        {if-non-null t then
            {if-non-null t.test-a then
                {popup-message "all-not-null"}
            }
        }

||AFTER
        {if-non-null t, t.test-a then
            {popup-message "all-not-null"}
        }


Messages In This Thread
RE: null 判断をシンプルに記述したい - by dyoshida - 08-28-2013, 04:53 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('960')