User contributions
- 07:52, 4 October 2015 diff hist +3 Working with Models, Modules, and Files in ADE/zh
- 07:52, 4 October 2015 diff hist +3 Translations:Working with Models, Modules, and Files in ADE/85/zh
- 07:44, 4 October 2015 diff hist +259 Working with Models, Modules, and Files in ADE/zh Created page with " CAObject、 CATable和 CAIndex对象都包含调用'''RenderingStyle'''的属性,该属性返回一个CARenderingStyle/zh..."
- 07:44, 4 October 2015 diff hist +822 N Translations:Working with Models, Modules, and Files in ADE/85/zh Created page with " CAObject、 CATable和 CAIndex对象都包含调用'''RenderingStyle'''的属性,该属性返回一个CARenderingStyle/zh..."
- 07:35, 4 October 2015 diff hist -36 Working with Models, Modules, and Files in ADE/zh Created page with "==调整数值的返回状态== Analytica模型在属性或者表格或索引的单元格中可以包含几种不同的数值数据类型。数据类型包括浮点数、文..."
- 07:35, 4 October 2015 diff hist +495 N Translations:Working with Models, Modules, and Files in ADE/84/zh Created page with "==调整数值的返回状态== Analytica模型在属性或者表格或索引的单元格中可以包含几种不同的数值数据类型。数据类型包括浮点数、文..."
- 07:25, 4 October 2015 diff hist +100 Working with Models, Modules, and Files in ADE/zh Created page with "上面的代码建立了一个以'''I'''和'''J'''作为索引的定义表格。该表格的大小由I和J的大小决定。表格中的所有单元格初始值都被设成0..."
- 07:25, 4 October 2015 diff hist +621 N Translations:Working with Models, Modules, and Files in ADE/83/zh Created page with "上面的代码建立了一个以'''I'''和'''J'''作为索引的定义表格。该表格的大小由I和J的大小决定。表格中的所有单元格初始值都被设成0..."
- 07:12, 4 October 2015 diff hist +10 Working with Models, Modules, and Files in ADE/zh Created page with ":Obj = ADE. CreateObject ("MyNewTable", "Variable") :IndexLabs (1) = "I" :IndexLabs (2) = "J" :RetValue = Obj.CAObject::CreateDefTable/zh |..."
- 07:12, 4 October 2015 diff hist +418 N Translations:Working with Models, Modules, and Files in ADE/82/zh Created page with ":Obj = ADE. CreateObject ("MyNewTable", "Variable") :IndexLabs (1) = "I" :IndexLabs (2) = "J" :RetValue = Obj.CAObject::CreateDefTable/zh |..."
- 07:11, 4 October 2015 diff hist +38 Working with Models, Modules, and Files in ADE/zh Created page with "===从头开始建立一个完整表格=== 使用 CreateDefTable:<tt> :Dim Obj As CAObject :Dim RetValue :Dim IndexLabs (2) As String"
- 07:11, 4 October 2015 diff hist +178 N Translations:Working with Models, Modules, and Files in ADE/81/zh Created page with "===从头开始建立一个完整表格=== 使用 CreateDefTable:<tt> :Dim Obj As CAObject :Dim RetValue :Dim IndexLabs (2) As String"
- 07:10, 4 October 2015 diff hist +30 Working with Models, Modules, and Files in ADE/zh Created page with ":Obj = ADE. GetObjectByName("MultiDimObject") :TableDef = Obj. DefTable :TableResult = Obj.CAObject::ResultTabl..."
- 07:10, 4 October 2015 diff hist +585 N Translations:Working with Models, Modules, and Files in ADE/80/zh Created page with ":Obj = ADE. GetObjectByName("MultiDimObject") :TableDef = Obj. DefTable :TableResult = Obj.CAObject::ResultTabl..."
- 07:09, 4 October 2015 diff hist +47 Working with Models, Modules, and Files in ADE/zh Created page with "===通过一次调用设定整个表格=== 使用 PutSafeArray和 Update:<tt> :Dim Obj As CAObject :Dim TableResult, TableDef As CATab..."
- 07:09, 4 October 2015 diff hist +227 N Translations:Working with Models, Modules, and Files in ADE/79/zh Created page with "===通过一次调用设定整个表格=== 使用 PutSafeArray和 Update:<tt> :Dim Obj As CAObject :Dim TableResult, TableDef As CATab..."
- 07:08, 4 October 2015 diff hist +110 Working with Models, Modules, and Files in ADE/zh
- 07:08, 4 October 2015 diff hist +110 Translations:Working with Models, Modules, and Files in ADE/78/zh
- 07:02, 4 October 2015 diff hist +91 Working with Models, Modules, and Files in ADE/zh
- 07:02, 4 October 2015 diff hist +91 Translations:Working with Models, Modules, and Files in ADE/78/zh
- 07:00, 4 October 2015 diff hist -204 Working with Models, Modules, and Files in ADE/zh Created page with "上面的代码使用 SetDataByLabels将<tt>position Index2="SomeLabelInIndex2", Index1="SomeLabelInIndex1"</tt>位置上的元素设定给'''Element''..."
- 07:00, 4 October 2015 diff hist +179 N Translations:Working with Models, Modules, and Files in ADE/78/zh Created page with "上面的代码使用 SetDataByLabels将<tt>position Index2="SomeLabelInIndex2", Index1="SomeLabelInIndex1"</tt>位置上的元素设定给'''Element''..."
- 06:59, 4 October 2015 diff hist -69 Working with Models, Modules, and Files in ADE/zh Created page with "该代码使用 SetDataByElements将'''Index2=2, Index1=1'''位置上的元素设定为'''Element'''。注意'''ABC'''引号的使用。这里,因..."
- 06:59, 4 October 2015 diff hist +1,167 N Translations:Working with Models, Modules, and Files in ADE/76/zh Created page with "该代码使用 SetDataByElements将'''Index2=2, Index1=1'''位置上的元素设定为'''Element'''。注意'''ABC'''引号的使用。这里,因..."
- 06:39, 4 October 2015 diff hist +93 Working with Models, Modules, and Files in ADE/zh Created page with "===根据索引标签设定表格中的元素=== 使用 CATable的 SetDataByLabels 方法:<tt> :Dim Obj As CAObject..."
- 06:39, 4 October 2015 diff hist +1,319 N Translations:Working with Models, Modules, and Files in ADE/77/zh Created page with "===根据索引标签设定表格中的元素=== 使用 CATable的 SetDataByLabels 方法:<tt> :Dim Obj As CAObject..."
- 06:36, 4 October 2015 diff hist -3 Working with Models, Modules, and Files in ADE/zh
- 06:36, 4 October 2015 diff hist -3 Translations:Working with Models, Modules, and Files in ADE/74/zh
- 06:34, 4 October 2015 diff hist +10 Working with Models, Modules, and Files in ADE/zh Created page with ":::If TableDef. SetDataByElements(Element,Pos) Then ::::’element successfully set ::::If TableDef. Update Then..."
- 06:34, 4 October 2015 diff hist +448 N Translations:Working with Models, Modules, and Files in ADE/75/zh Created page with ":::If TableDef. SetDataByElements(Element,Pos) Then ::::’element successfully set ::::If TableDef. Update Then..."
- 05:49, 4 October 2015 diff hist +78 Working with Models, Modules, and Files in ADE/zh Created page with "===To set an element in a table by index order=== Use the SetDataByElements method of CATable: <tt> :Dim Obj As CAObject/zh | CAO..."
- 05:49, 4 October 2015 diff hist +777 N Translations:Working with Models, Modules, and Files in ADE/74/zh Created page with "===To set an element in a table by index order=== Use the SetDataByElements method of CATable: <tt> :Dim Obj As CAObject/zh | CAO..."
- 05:48, 4 October 2015 diff hist +36 Working with Models, Modules, and Files in ADE/zh Created page with ":Obj = ADE. GetObjectByName ("SomeObject") :TableDefinition = Obj. DefTable :If TableDefinition Is Nothing Then..."
- 05:48, 4 October 2015 diff hist +472 N Translations:Working with Models, Modules, and Files in ADE/73/zh Created page with ":Obj = ADE. GetObjectByName ("SomeObject") :TableDefinition = Obj. DefTable :If TableDefinition Is Nothing Then..."
- 05:47, 4 October 2015 diff hist -16 Working with Models, Modules, and Files in ADE/zh Created page with "在检索到定义表格后,我们可以使用上面小节中描述过的所有相同方法 GetDataByElements、GetDataByLabels/zh | GetDataByLa..."
- 05:47, 4 October 2015 diff hist +531 N Translations:Working with Models, Modules, and Files in ADE/72/zh Created page with "在检索到定义表格后,我们可以使用上面小节中描述过的所有相同方法 GetDataByElements、GetDataByLabels/zh | GetDataByLa..."
- 05:00, 4 October 2015 diff hist +6 Working with Models, Modules, and Files in ADE/zh
- 05:00, 4 October 2015 diff hist +6 Translations:Working with Models, Modules, and Files in ADE/71/zh
- 04:53, 4 October 2015 diff hist +62 Working with Models, Modules, and Files in ADE/zh Created page with "===To get the definition table of an object as a CATable=== 使用 CAObject的 DefTable方法:<tt> :Dim Obj As CAObject/zh | CAObject..."
- 04:53, 4 October 2015 diff hist +514 N Translations:Working with Models, Modules, and Files in ADE/71/zh Created page with "===To get the definition table of an object as a CATable=== 使用 CAObject的 DefTable方法:<tt> :Dim Obj As CAObject/zh | CAObject..."
- 04:25, 4 October 2015 diff hist +3 Working with Models, Modules, and Files in ADE/zh
- 04:25, 4 October 2015 diff hist +3 Translations:Working with Models, Modules, and Files in ADE/70/zh
- 13:02, 3 October 2015 diff hist -42 Working with Models, Modules, and Files in ADE/zh Created page with "一个被定义为定义表格的对象没有必要在 ResultTable被调用时生成同样的表格。毕竟,定义表格可以定义为一个由标识..."
- 13:02, 3 October 2015 diff hist +412 N Translations:Working with Models, Modules, and Files in ADE/70/zh Created page with "一个被定义为定义表格的对象没有必要在 ResultTable被调用时生成同样的表格。毕竟,定义表格可以定义为一个由标识..."
- 12:26, 3 October 2015 diff hist -36 Working with Models, Modules, and Files in ADE/zh Created page with "在使用编辑表时,你需要注意你是将常规的表达式传递给每个表格单元,还是只是传递字符串。'''CARenderingStyle::GeneralExpression/zh | Ren..."
- 12:26, 3 October 2015 diff hist +864 N Translations:Working with Models, Modules, and Files in ADE/69/zh Created page with "在使用编辑表时,你需要注意你是将常规的表达式传递给每个表格单元,还是只是传递字符串。'''CARenderingStyle::GeneralExpression/zh | Ren..."
- 12:08, 3 October 2015 diff hist +1 Working with Models, Modules, and Files in ADE/zh Created page with "Analytica变量的值(通过 ResultTable访问)可以是一个数组——不是因为它是由一个定义表格定义的,而只因为被定义为..."
- 12:08, 3 October 2015 diff hist +227 N Translations:Working with Models, Modules, and Files in ADE/68/zh Created page with "Analytica变量的值(通过 ResultTable访问)可以是一个数组——不是因为它是由一个定义表格定义的,而只因为被定义为..."
- 12:05, 3 October 2015 diff hist +11 Working with Models, Modules, and Files in ADE/zh Created page with "==在表格中建立表格和设定值== 我们可以将上面所描述的相同方法应用于definition tables(定义表格)以便从结果表中检索值。一个''定..."
- 12:05, 3 October 2015 diff hist +319 N Translations:Working with Models, Modules, and Files in ADE/67/zh Created page with "==在表格中建立表格和设定值== 我们可以将上面所描述的相同方法应用于definition tables(定义表格)以便从结果表中检索值。一个''定..."