CreateStructure
Input Assistant
目的 | ||
---|---|---|
構造化されたGuiXT変数を作成できます。 | ||
例 | ||
CreateStructure V[customer] account name1 name2 city country
変数V[customer]は構造化変数として作成されます。 そのコンポーネントは以下の通りです。V[customer.account], V[customer.name1], V[customer.name2], V[customer.city], V[customer.country]です。 V[customer.xxx]などの他のコンポーネント名は許可されておらず、構文エラーメッセージが表示されます。 Clear V[customer.xxx]を使用すると、すべてのコンポーネントをリセットできます。 文字列表現“&V[customer]”は、JavaScriptオブジェクト表記(「JSON」)を使用します。 例: Set V[customer.account] “1000” 文字列表現&V[customer]は次のとおりです: { “account” : “1000” , “name1” : “M&S GmbH” , “name2” : “Winter tires” , “city” : “London” , “country” : “UK” } |
||
書式 | ||
CreateStructure V[varname] field1 field2 field3 … | ||
オプション | ||
|