xref: /AOO42X/main/sc/source/ui/src/scfuncs.src (revision 25c7bec76b8b94bbdad723c54765d46bcc6d97de)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
22cdf0e10cSrcweir/* Resource file for the function wizard / autopilot.
23cdf0e10cSrcweir *
24cdf0e10cSrcweir * All descriptions of functions are collected within the resources
25cdf0e10cSrcweir * RID_SC_FUNCTION_DESCRIPTIONS1 respectively RID_SC_FUNCTION_DESCRIPTIONS2,
26cdf0e10cSrcweir * two blocks because otherwise we had a 64kb overflow.
27cdf0e10cSrcweir *
28cdf0e10cSrcweir *  For every function there is a sub resource with the number of the OpCode of
29cdf0e10cSrcweir *  the function.
30cdf0e10cSrcweir *
31cdf0e10cSrcweir *      In this sub resource, with index 1 the description of the function is
32cdf0e10cSrcweir *      given, after that follows an
33cdf0e10cSrcweir *
34cdf0e10cSrcweir *      ExtraData block with:
35cdf0e10cSrcweir *
36cdf0e10cSrcweir *          Boolean flag whether function is suppressed. Usually 0. This may be
37cdf0e10cSrcweir *          used to add UI string resources before UI freeze if implementation
38cdf0e10cSrcweir *          isn't ready yet without displaying them in the function wizard,
39cdf0e10cSrcweir *          most recent used list and other UI elements. Also not available via
40cdf0e10cSrcweir *          API then.
41cdf0e10cSrcweir *
42cdf0e10cSrcweir *          Function group (text, math, ...), one of ID_FUNCTION_GRP_...
43cdf0e10cSrcweir *
44cdf0e10cSrcweir *          Help ID, U2S(HID_FUNC_...)
45cdf0e10cSrcweir *
46cdf0e10cSrcweir *          Number of parameters. VAR_ARGS if variable number, or
47cdf0e10cSrcweir *          VAR_ARGS+number if number of fixed parameters and variable
486e86bbc1SAndrew Rist *          arguments following. Or PAIRED_VAR_ARGS if variable number of
496e86bbc1SAndrew Rist *          paired parameters, or PAIRED_VAR_ARGS+number if number of fixed
506e86bbc1SAndrew Rist *          parameters and variable paired arguments following.
51cdf0e10cSrcweir *
52cdf0e10cSrcweir *          For every parameter:
53cdf0e10cSrcweir *
54cdf0e10cSrcweir *              Boolean flag whether the parameter is optional.
55cdf0e10cSrcweir *
56cdf0e10cSrcweir *          Number of suppressed parameters. Usually 0. Same meaning and
57cdf0e10cSrcweir *          mechanism as the flag for the entire function above.
58cdf0e10cSrcweir *
59cdf0e10cSrcweir *          For every suppressed parameter:
60cdf0e10cSrcweir *
61cdf0e10cSrcweir *              The parameter number, offset starting with 0. Variable
62cdf0e10cSrcweir *              arguments can't be suppressed!
63cdf0e10cSrcweir *
64cdf0e10cSrcweir *
65cdf0e10cSrcweir *      ExtraData block followed by two string resources for each parameter,
66cdf0e10cSrcweir *      first the type or name of the parameter, second a description of the
67cdf0e10cSrcweir *      parameter.
68cdf0e10cSrcweir */
69cdf0e10cSrcweir
70cdf0e10cSrcweir// Hack:
71cdf0e10cSrcweir//#define   U2S(x)  ((x)-HID_START)
72cdf0e10cSrcweir#define U2S(x) x
73cdf0e10cSrcweir// Macro U2S: unsigned to signed
74cdf0e10cSrcweir// is needed because the resource compiler only knows signed short int in
75cdf0e10cSrcweir// ExtraData, but the HID_XXX are unsigned and exceed 32k. Code reading the
76cdf0e10cSrcweir// resource entries must consider this and undo the conversion.
77cdf0e10cSrcweir
78cdf0e10cSrcweir#include "scfuncs.hrc" // ID_FUNCTION_GRP_XXX, HID_FUNC_XXX
79cdf0e10cSrcweir#include "formula/compiler.hrc" // SC_OPCODE_XXX
80cdf0e10cSrcweir
81cdf0e10cSrcweirResource RID_SC_FUNCTION_DESCRIPTIONS1
82cdf0e10cSrcweir{
83cdf0e10cSrcweir    // -=*# Resource for function DBANZAHL #*=-
84cdf0e10cSrcweir    Resource SC_OPCODE_DB_COUNT
85cdf0e10cSrcweir    {
86cdf0e10cSrcweir        String 1 // Description
87cdf0e10cSrcweir        {
88cdf0e10cSrcweir            Text [ en-US ] = "Counts the cells of a data range whose contents match the search criteria." ;
89cdf0e10cSrcweir        };
90cdf0e10cSrcweir        ExtraData =
91cdf0e10cSrcweir        {
92cdf0e10cSrcweir            0;
93cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
94cdf0e10cSrcweir            U2S( HID_FUNC_DBANZAHL );
95cdf0e10cSrcweir            3;  0;  0;  0;
96cdf0e10cSrcweir            0;
97cdf0e10cSrcweir        };
98cdf0e10cSrcweir        String 2 // Name of Parameter 1
99cdf0e10cSrcweir        {
100cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
101cdf0e10cSrcweir        };
102cdf0e10cSrcweir        String 3 // Description of Parameter 1
103cdf0e10cSrcweir        {
104cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
105cdf0e10cSrcweir        };
106cdf0e10cSrcweir        String 4 // Name of Parameter 2
107cdf0e10cSrcweir        {
108cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
109cdf0e10cSrcweir        };
110cdf0e10cSrcweir        String 5 // Description of Parameter 2
111cdf0e10cSrcweir        {
112cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
113cdf0e10cSrcweir        };
114cdf0e10cSrcweir        String 6 // Name of Parameter 3
115cdf0e10cSrcweir        {
116cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
117cdf0e10cSrcweir        };
118cdf0e10cSrcweir        String 7 // Description of Parameter 3
119cdf0e10cSrcweir        {
120cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
121cdf0e10cSrcweir        };
122cdf0e10cSrcweir    };
123cdf0e10cSrcweir    // -=*# Resource for function DBANZAHL2 #*=-
124cdf0e10cSrcweir    Resource SC_OPCODE_DB_COUNT_2
125cdf0e10cSrcweir    {
126cdf0e10cSrcweir        String 1 // Description
127cdf0e10cSrcweir        {
128cdf0e10cSrcweir            Text [ en-US ] = "Counts all non-blank cells of a data range where the content corresponds to the search criteria." ;
129cdf0e10cSrcweir        };
130cdf0e10cSrcweir        ExtraData =
131cdf0e10cSrcweir        {
132cdf0e10cSrcweir            0;
133cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
134cdf0e10cSrcweir            U2S( HID_FUNC_DBANZAHL2 );
135cdf0e10cSrcweir            3;  0;  0;  0;
136cdf0e10cSrcweir            0;
137cdf0e10cSrcweir        };
138cdf0e10cSrcweir        String 2 // Name of Parameter 1
139cdf0e10cSrcweir        {
140cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
141cdf0e10cSrcweir        };
142cdf0e10cSrcweir        String 3 // Description of Parameter 1
143cdf0e10cSrcweir        {
144cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
145cdf0e10cSrcweir        };
146cdf0e10cSrcweir        String 4 // Name of Parameter 2
147cdf0e10cSrcweir        {
148cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
149cdf0e10cSrcweir        };
150cdf0e10cSrcweir        String 5 // Description of Parameter 2
151cdf0e10cSrcweir        {
152cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
153cdf0e10cSrcweir        };
154cdf0e10cSrcweir        String 6 // Name of Parameter 3
155cdf0e10cSrcweir        {
156cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
157cdf0e10cSrcweir        };
158cdf0e10cSrcweir        String 7 // Description of Parameter 3
159cdf0e10cSrcweir        {
160cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
161cdf0e10cSrcweir        };
162cdf0e10cSrcweir    };
163cdf0e10cSrcweir    // -=*# Resource for function DBMITTELWERT #*=-
164cdf0e10cSrcweir    Resource SC_OPCODE_DB_AVERAGE
165cdf0e10cSrcweir    {
166cdf0e10cSrcweir        String 1 // Description
167cdf0e10cSrcweir        {
168cdf0e10cSrcweir            Text [ en-US ] = "Returns the average value of all the cells of a data range whose contents match the search criteria." ;
169cdf0e10cSrcweir        };
170cdf0e10cSrcweir        ExtraData =
171cdf0e10cSrcweir        {
172cdf0e10cSrcweir            0;
173cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
174cdf0e10cSrcweir            U2S( HID_FUNC_DBMITTELWERT );
175cdf0e10cSrcweir            3;  0;  0;  0;
176cdf0e10cSrcweir            0;
177cdf0e10cSrcweir        };
178cdf0e10cSrcweir        String 2 // Name of Parameter 1
179cdf0e10cSrcweir        {
180cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
181cdf0e10cSrcweir        };
182cdf0e10cSrcweir        String 3 // Description of Parameter 1
183cdf0e10cSrcweir        {
184cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
185cdf0e10cSrcweir        };
186cdf0e10cSrcweir        String 4 // Name of Parameter 2
187cdf0e10cSrcweir        {
188cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
189cdf0e10cSrcweir        };
190cdf0e10cSrcweir        String 5 // Description of Parameter 2
191cdf0e10cSrcweir        {
192cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
193cdf0e10cSrcweir        };
194cdf0e10cSrcweir        String 6 // Name of Parameter 3
195cdf0e10cSrcweir        {
196cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
197cdf0e10cSrcweir        };
198cdf0e10cSrcweir        String 7 // Description of Parameter 3
199cdf0e10cSrcweir        {
200cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
201cdf0e10cSrcweir        };
202cdf0e10cSrcweir    };
203cdf0e10cSrcweir    // -=*# Resource for function DBAUSZUG #*=-
204cdf0e10cSrcweir    Resource SC_OPCODE_DB_GET
205cdf0e10cSrcweir    {
206cdf0e10cSrcweir        String 1 // Description
207cdf0e10cSrcweir        {
208cdf0e10cSrcweir            Text [ en-US ] = "Defines the contents of the cell of a data range which matches the search criteria." ;
209cdf0e10cSrcweir        };
210cdf0e10cSrcweir        ExtraData =
211cdf0e10cSrcweir        {
212cdf0e10cSrcweir            0;
213cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
214cdf0e10cSrcweir            U2S( HID_FUNC_DBAUSZUG );
215cdf0e10cSrcweir            3;  0;  0;  0;
216cdf0e10cSrcweir            0;
217cdf0e10cSrcweir        };
218cdf0e10cSrcweir        String 2 // Name of Parameter 1
219cdf0e10cSrcweir        {
220cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
221cdf0e10cSrcweir        };
222cdf0e10cSrcweir        String 3 // Description of Parameter 1
223cdf0e10cSrcweir        {
224cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
225cdf0e10cSrcweir        };
226cdf0e10cSrcweir        String 4 // Name of Parameter 2
227cdf0e10cSrcweir        {
228cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
229cdf0e10cSrcweir        };
230cdf0e10cSrcweir        String 5 // Description of Parameter 2
231cdf0e10cSrcweir        {
232cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
233cdf0e10cSrcweir        };
234cdf0e10cSrcweir        String 6 // Name of Parameter 3
235cdf0e10cSrcweir        {
236cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
237cdf0e10cSrcweir        };
238cdf0e10cSrcweir        String 7 // Description of Parameter 3
239cdf0e10cSrcweir        {
240cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
241cdf0e10cSrcweir        };
242cdf0e10cSrcweir    };
243cdf0e10cSrcweir    // -=*# Resource for function DBMAX #*=-
244cdf0e10cSrcweir    Resource SC_OPCODE_DB_MAX
245cdf0e10cSrcweir    {
246cdf0e10cSrcweir        String 1 // Description
247cdf0e10cSrcweir        {
248cdf0e10cSrcweir            Text [ en-US ] = "Returns the maximum value from all of the cells of a data range which correspond to the search criteria." ;
249cdf0e10cSrcweir        };
250cdf0e10cSrcweir        ExtraData =
251cdf0e10cSrcweir        {
252cdf0e10cSrcweir            0;
253cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
254cdf0e10cSrcweir            U2S( HID_FUNC_DBMAX );
255cdf0e10cSrcweir            3;  0;  0;  0;
256cdf0e10cSrcweir            0;
257cdf0e10cSrcweir        };
258cdf0e10cSrcweir        String 2 // Name of Parameter 1
259cdf0e10cSrcweir        {
260cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
261cdf0e10cSrcweir        };
262cdf0e10cSrcweir        String 3 // Description of Parameter 1
263cdf0e10cSrcweir        {
264cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
265cdf0e10cSrcweir        };
266cdf0e10cSrcweir        String 4 // Name of Parameter 2
267cdf0e10cSrcweir        {
268cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
269cdf0e10cSrcweir        };
270cdf0e10cSrcweir        String 5 // Description of Parameter 2
271cdf0e10cSrcweir        {
272cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
273cdf0e10cSrcweir        };
274cdf0e10cSrcweir        String 6 // Name of Parameter 3
275cdf0e10cSrcweir        {
276cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
277cdf0e10cSrcweir        };
278cdf0e10cSrcweir        String 7 // Description of Parameter 3
279cdf0e10cSrcweir        {
280cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
281cdf0e10cSrcweir        };
282cdf0e10cSrcweir    };
283cdf0e10cSrcweir    // -=*# Resource for function DBMIN #*=-
284cdf0e10cSrcweir    Resource SC_OPCODE_DB_MIN
285cdf0e10cSrcweir    {
286cdf0e10cSrcweir        String 1 // Description
287cdf0e10cSrcweir        {
288cdf0e10cSrcweir            Text [ en-US ] = "Returns the minimum of all cells of a data range where the contents correspond to the search criteria." ;
289cdf0e10cSrcweir        };
290cdf0e10cSrcweir        ExtraData =
291cdf0e10cSrcweir        {
292cdf0e10cSrcweir            0;
293cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
294cdf0e10cSrcweir            U2S( HID_FUNC_DBMIN );
295cdf0e10cSrcweir            3;  0;  0;  0;
296cdf0e10cSrcweir            0;
297cdf0e10cSrcweir        };
298cdf0e10cSrcweir        String 2 // Name of Parameter 1
299cdf0e10cSrcweir        {
300cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
301cdf0e10cSrcweir        };
302cdf0e10cSrcweir        String 3 // Description of Parameter 1
303cdf0e10cSrcweir        {
304cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
305cdf0e10cSrcweir        };
306cdf0e10cSrcweir        String 4 // Name of Parameter 2
307cdf0e10cSrcweir        {
308cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
309cdf0e10cSrcweir        };
310cdf0e10cSrcweir        String 5 // Description of Parameter 2
311cdf0e10cSrcweir        {
312cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
313cdf0e10cSrcweir        };
314cdf0e10cSrcweir        String 6 // Name of Parameter 3
315cdf0e10cSrcweir        {
316cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
317cdf0e10cSrcweir        };
318cdf0e10cSrcweir        String 7 // Description of Parameter 3
319cdf0e10cSrcweir        {
320cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
321cdf0e10cSrcweir        };
322cdf0e10cSrcweir    };
323cdf0e10cSrcweir    // -=*# Resource for function DBPRODUKT #*=-
324cdf0e10cSrcweir    Resource SC_OPCODE_DB_PRODUCT
325cdf0e10cSrcweir    {
326cdf0e10cSrcweir        String 1 // Description
327cdf0e10cSrcweir        {
328cdf0e10cSrcweir            Text [ en-US ] = "Multiplies all cells of a data range where the contents match the search criteria." ;
329cdf0e10cSrcweir        };
330cdf0e10cSrcweir        ExtraData =
331cdf0e10cSrcweir        {
332cdf0e10cSrcweir            0;
333cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
334cdf0e10cSrcweir            U2S( HID_FUNC_DBPRODUKT );
335cdf0e10cSrcweir            3;  0;  0;  0;
336cdf0e10cSrcweir            0;
337cdf0e10cSrcweir        };
338cdf0e10cSrcweir        String 2 // Name of Parameter 1
339cdf0e10cSrcweir        {
340cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
341cdf0e10cSrcweir        };
342cdf0e10cSrcweir        String 3 // Description of Parameter 1
343cdf0e10cSrcweir        {
344cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
345cdf0e10cSrcweir        };
346cdf0e10cSrcweir        String 4 // Name of Parameter 2
347cdf0e10cSrcweir        {
348cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
349cdf0e10cSrcweir        };
350cdf0e10cSrcweir        String 5 // Description of Parameter 2
351cdf0e10cSrcweir        {
352cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
353cdf0e10cSrcweir        };
354cdf0e10cSrcweir        String 6 // Name of Parameter 3
355cdf0e10cSrcweir        {
356cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
357cdf0e10cSrcweir        };
358cdf0e10cSrcweir        String 7 // Description of Parameter 3
359cdf0e10cSrcweir        {
360cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
361cdf0e10cSrcweir        };
362cdf0e10cSrcweir    };
363cdf0e10cSrcweir    // -=*# Resource for function DBSTDABW #*=-
364cdf0e10cSrcweir    Resource SC_OPCODE_DB_STD_DEV
365cdf0e10cSrcweir    {
366cdf0e10cSrcweir        String 1 // Description
367cdf0e10cSrcweir        {
368cdf0e10cSrcweir            Text [ en-US ] = "Calculates the standard deviation of all cells in a data range whose contents match the search criteria." ;
369cdf0e10cSrcweir        };
370cdf0e10cSrcweir        ExtraData =
371cdf0e10cSrcweir        {
372cdf0e10cSrcweir            0;
373cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
374cdf0e10cSrcweir            U2S( HID_FUNC_DBSTDABW );
375cdf0e10cSrcweir            3;  0;  0;  0;
376cdf0e10cSrcweir            0;
377cdf0e10cSrcweir        };
378cdf0e10cSrcweir        String 2 // Name of Parameter 1
379cdf0e10cSrcweir        {
380cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
381cdf0e10cSrcweir        };
382cdf0e10cSrcweir        String 3 // Description of Parameter 1
383cdf0e10cSrcweir        {
384cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
385cdf0e10cSrcweir        };
386cdf0e10cSrcweir        String 4 // Name of Parameter 2
387cdf0e10cSrcweir        {
388cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
389cdf0e10cSrcweir        };
390cdf0e10cSrcweir        String 5 // Description of Parameter 2
391cdf0e10cSrcweir        {
392cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
393cdf0e10cSrcweir        };
394cdf0e10cSrcweir        String 6 // Name of Parameter 3
395cdf0e10cSrcweir        {
396cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
397cdf0e10cSrcweir        };
398cdf0e10cSrcweir        String 7 // Description of Parameter 3
399cdf0e10cSrcweir        {
400cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
401cdf0e10cSrcweir        };
402cdf0e10cSrcweir    };
403cdf0e10cSrcweir    // -=*# Resource for function DBSTDABWN #*=-
404cdf0e10cSrcweir    Resource SC_OPCODE_DB_STD_DEV_P
405cdf0e10cSrcweir    {
406cdf0e10cSrcweir        String 1 // Description
407cdf0e10cSrcweir        {
408cdf0e10cSrcweir            Text [ en-US ] = "Returns the standard deviation with regards to the population of all cells of a data range matching the search criteria." ;
409cdf0e10cSrcweir        };
410cdf0e10cSrcweir        ExtraData =
411cdf0e10cSrcweir        {
412cdf0e10cSrcweir            0;
413cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
414cdf0e10cSrcweir            U2S( HID_FUNC_DBSTDABWN );
415cdf0e10cSrcweir            3;  0;  0;  0;
416cdf0e10cSrcweir            0;
417cdf0e10cSrcweir        };
418cdf0e10cSrcweir        String 2 // Name of Parameter 1
419cdf0e10cSrcweir        {
420cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
421cdf0e10cSrcweir        };
422cdf0e10cSrcweir        String 3 // Description of Parameter 1
423cdf0e10cSrcweir        {
424cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
425cdf0e10cSrcweir        };
426cdf0e10cSrcweir        String 4 // Name of Parameter 2
427cdf0e10cSrcweir        {
428cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
429cdf0e10cSrcweir        };
430cdf0e10cSrcweir        String 5 // Description of Parameter 2
431cdf0e10cSrcweir        {
432cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
433cdf0e10cSrcweir        };
434cdf0e10cSrcweir        String 6 // Name of Parameter 3
435cdf0e10cSrcweir        {
436cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
437cdf0e10cSrcweir        };
438cdf0e10cSrcweir        String 7 // Description of Parameter 3
439cdf0e10cSrcweir        {
440cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
441cdf0e10cSrcweir        };
442cdf0e10cSrcweir    };
443cdf0e10cSrcweir    // -=*# Resource for function DBSUMME #*=-
444cdf0e10cSrcweir    Resource SC_OPCODE_DB_SUM
445cdf0e10cSrcweir    {
446cdf0e10cSrcweir        String 1 // Description
447cdf0e10cSrcweir        {
448cdf0e10cSrcweir            Text [ en-US ] = "Adds all the cells of a data range where the contents match the search criteria." ;
449cdf0e10cSrcweir        };
450cdf0e10cSrcweir        ExtraData =
451cdf0e10cSrcweir        {
452cdf0e10cSrcweir            0;
453cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
454cdf0e10cSrcweir            U2S( HID_FUNC_DBSUMME );
455cdf0e10cSrcweir            3;  0;  0;  0;
456cdf0e10cSrcweir            0;
457cdf0e10cSrcweir        };
458cdf0e10cSrcweir        String 2 // Name of Parameter 1
459cdf0e10cSrcweir        {
460cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
461cdf0e10cSrcweir        };
462cdf0e10cSrcweir        String 3 // Description of Parameter 1
463cdf0e10cSrcweir        {
464cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
465cdf0e10cSrcweir        };
466cdf0e10cSrcweir        String 4 // Name of Parameter 2
467cdf0e10cSrcweir        {
468cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
469cdf0e10cSrcweir        };
470cdf0e10cSrcweir        String 5 // Description of Parameter 2
471cdf0e10cSrcweir        {
472cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
473cdf0e10cSrcweir        };
474cdf0e10cSrcweir        String 6 // Name of Parameter 3
475cdf0e10cSrcweir        {
476cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
477cdf0e10cSrcweir        };
478cdf0e10cSrcweir        String 7 // Description of Parameter 3
479cdf0e10cSrcweir        {
480cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
481cdf0e10cSrcweir        };
482cdf0e10cSrcweir    };
483cdf0e10cSrcweir    // -=*# Resource for function DBVARIANZ #*=-
484cdf0e10cSrcweir    Resource SC_OPCODE_DB_VAR
485cdf0e10cSrcweir    {
486cdf0e10cSrcweir        String 1 // Description
487cdf0e10cSrcweir        {
488cdf0e10cSrcweir            Text [ en-US ] = "Determines the variance of all the cells in a data range where the contents match the search criteria." ;
489cdf0e10cSrcweir        };
490cdf0e10cSrcweir        ExtraData =
491cdf0e10cSrcweir        {
492cdf0e10cSrcweir            0;
493cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
494cdf0e10cSrcweir            U2S( HID_FUNC_DBVARIANZ );
495cdf0e10cSrcweir            3;  0;  0;  0;
496cdf0e10cSrcweir            0;
497cdf0e10cSrcweir        };
498cdf0e10cSrcweir        String 2 // Name of Parameter 1
499cdf0e10cSrcweir        {
500cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
501cdf0e10cSrcweir        };
502cdf0e10cSrcweir        String 3 // Description of Parameter 1
503cdf0e10cSrcweir        {
504cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
505cdf0e10cSrcweir        };
506cdf0e10cSrcweir        String 4 // Name of Parameter 2
507cdf0e10cSrcweir        {
508cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
509cdf0e10cSrcweir        };
510cdf0e10cSrcweir        String 5 // Description of Parameter 2
511cdf0e10cSrcweir        {
512cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
513cdf0e10cSrcweir        };
514cdf0e10cSrcweir        String 6 // Name of Parameter 3
515cdf0e10cSrcweir        {
516cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
517cdf0e10cSrcweir        };
518cdf0e10cSrcweir        String 7 // Description of Parameter 3
519cdf0e10cSrcweir        {
520cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
521cdf0e10cSrcweir        };
522cdf0e10cSrcweir    };
523cdf0e10cSrcweir    // -=*# Resource for function DBVARIANZEN #*=-
524cdf0e10cSrcweir    Resource SC_OPCODE_DB_VAR_P
525cdf0e10cSrcweir    {
526cdf0e10cSrcweir        String 1 // Description
527cdf0e10cSrcweir        {
528cdf0e10cSrcweir            Text [ en-US ] = "Determines variance of a population based on all cells in a data range where contents match the search criteria." ;
529cdf0e10cSrcweir        };
530cdf0e10cSrcweir        ExtraData =
531cdf0e10cSrcweir        {
532cdf0e10cSrcweir            0;
533cdf0e10cSrcweir            ID_FUNCTION_GRP_DATABASE;
534cdf0e10cSrcweir            U2S( HID_FUNC_DBVARIANZEN );
535cdf0e10cSrcweir            3;  0;  0;  0;
536cdf0e10cSrcweir            0;
537cdf0e10cSrcweir        };
538cdf0e10cSrcweir        String 2 // Name of Parameter 1
539cdf0e10cSrcweir        {
540cdf0e10cSrcweir            Text [ en-US ] = "Database" ;
541cdf0e10cSrcweir        };
542cdf0e10cSrcweir        String 3 // Description of Parameter 1
543cdf0e10cSrcweir        {
544cdf0e10cSrcweir            Text [ en-US ] = "The range of cells containing data." ;
545cdf0e10cSrcweir        };
546cdf0e10cSrcweir        String 4 // Name of Parameter 2
547cdf0e10cSrcweir        {
548cdf0e10cSrcweir            Text [ en-US ] = "Database field" ;
549cdf0e10cSrcweir        };
550cdf0e10cSrcweir        String 5 // Description of Parameter 2
551cdf0e10cSrcweir        {
552cdf0e10cSrcweir            Text [ en-US ] = "Indicates which database field (column) is to be used for the search criteria." ;
553cdf0e10cSrcweir        };
554cdf0e10cSrcweir        String 6 // Name of Parameter 3
555cdf0e10cSrcweir        {
556cdf0e10cSrcweir            Text [ en-US ] = "Search criteria" ;
557cdf0e10cSrcweir        };
558cdf0e10cSrcweir        String 7 // Description of Parameter 3
559cdf0e10cSrcweir        {
560cdf0e10cSrcweir            Text [ en-US ] = "Defines the cell range containing the search criteria." ;
561cdf0e10cSrcweir        };
562cdf0e10cSrcweir    };
563cdf0e10cSrcweir    // -=*# Resource for function DATUM #*=-
564cdf0e10cSrcweir    Resource SC_OPCODE_GET_DATE
565cdf0e10cSrcweir    {
566cdf0e10cSrcweir        String 1 // Description
567cdf0e10cSrcweir        {
568cdf0e10cSrcweir            Text [ en-US ] = "Provides an internal number for the date given." ;
569cdf0e10cSrcweir        };
570cdf0e10cSrcweir        ExtraData =
571cdf0e10cSrcweir        {
572cdf0e10cSrcweir            0;
573cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
574cdf0e10cSrcweir            U2S( HID_FUNC_DATUM );
575cdf0e10cSrcweir            3;  0;  0;  0;
576cdf0e10cSrcweir            0;
577cdf0e10cSrcweir        };
578cdf0e10cSrcweir        String 2 // Name of Parameter 1
579cdf0e10cSrcweir        {
580cdf0e10cSrcweir            Text [ en-US ] = "year" ;
581cdf0e10cSrcweir        };
582cdf0e10cSrcweir        String 3 // Description of Parameter 1
583cdf0e10cSrcweir        {
584cdf0e10cSrcweir            Text [ en-US ] = "An integer between 1583 and 9956 or 0 and 99 (19xx or 20xx depending on the defined option)." ;
585cdf0e10cSrcweir        };
586cdf0e10cSrcweir        String 4 // Name of Parameter 2
587cdf0e10cSrcweir        {
588cdf0e10cSrcweir            Text [ en-US ] = "month" ;
589cdf0e10cSrcweir        };
590cdf0e10cSrcweir        String 5 // Description of Parameter 2
591cdf0e10cSrcweir        {
592cdf0e10cSrcweir            Text [ en-US ] = "An integer between 1 and 12 representing the month." ;
593cdf0e10cSrcweir        };
594cdf0e10cSrcweir        String 6 // Name of Parameter 3
595cdf0e10cSrcweir        {
596cdf0e10cSrcweir            Text [ en-US ] = "day" ;
597cdf0e10cSrcweir        };
598cdf0e10cSrcweir        String 7 // Description of Parameter 3
599cdf0e10cSrcweir        {
600cdf0e10cSrcweir            Text [ en-US ] = "An integer between 1 and 31 representing the day of the month." ;
601cdf0e10cSrcweir        };
602cdf0e10cSrcweir    };
603cdf0e10cSrcweir    // -=*# Resource for function DATWERT #*=-
604cdf0e10cSrcweir    Resource SC_OPCODE_GET_DATE_VALUE
605cdf0e10cSrcweir    {
606cdf0e10cSrcweir        String 1 // Description
607cdf0e10cSrcweir        {
608cdf0e10cSrcweir            Text [ en-US ] = "Returns an internal number for a text having a possible date format." ;
609cdf0e10cSrcweir        };
610cdf0e10cSrcweir        ExtraData =
611cdf0e10cSrcweir        {
612cdf0e10cSrcweir            0;
613cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
614cdf0e10cSrcweir            U2S( HID_FUNC_DATWERT );
615cdf0e10cSrcweir            1;  0;
616cdf0e10cSrcweir            0;
617cdf0e10cSrcweir        };
618cdf0e10cSrcweir        String 2 // Name of Parameter 1
619cdf0e10cSrcweir        {
620cdf0e10cSrcweir            Text [ en-US ] = "text" ;
621cdf0e10cSrcweir        };
622cdf0e10cSrcweir        String 3 // Description of Parameter 1
623cdf0e10cSrcweir        {
624cdf0e10cSrcweir            Text [ en-US ] = "A text enclosed in quotation marks which returns a date in a %PRODUCTNAME date format." ;
625cdf0e10cSrcweir        };
626cdf0e10cSrcweir    };
627cdf0e10cSrcweir    // -=*# Resource for function TAG #*=-
628cdf0e10cSrcweir    Resource SC_OPCODE_GET_DAY
629cdf0e10cSrcweir    {
630cdf0e10cSrcweir        String 1 // Description
631cdf0e10cSrcweir        {
632cdf0e10cSrcweir            Text [ en-US ] = "Returns the sequential date of the month as an integer (1-31) in relation to the date value." ;
633cdf0e10cSrcweir        };
634cdf0e10cSrcweir        ExtraData =
635cdf0e10cSrcweir        {
636cdf0e10cSrcweir            0;
637cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
638cdf0e10cSrcweir            U2S( HID_FUNC_TAG );
639cdf0e10cSrcweir            1;  0;
640cdf0e10cSrcweir            0;
641cdf0e10cSrcweir        };
642cdf0e10cSrcweir        String 2 // Name of Parameter 1
643cdf0e10cSrcweir        {
644cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
645cdf0e10cSrcweir        };
646cdf0e10cSrcweir        String 3 // Description of Parameter 1
647cdf0e10cSrcweir        {
648cdf0e10cSrcweir            Text [ en-US ] = "The internal number for the date." ;
649cdf0e10cSrcweir        };
650cdf0e10cSrcweir    };
651cdf0e10cSrcweir    // -=*# Resource for function TAGE360 #*=-
652cdf0e10cSrcweir    Resource SC_OPCODE_GET_DIFF_DATE_360
653cdf0e10cSrcweir    {
654cdf0e10cSrcweir        String 1 // Description
655cdf0e10cSrcweir        {
656cdf0e10cSrcweir            Text [ en-US ] = "Calculates the number of days between two dates based on a 360-day year." ;
657cdf0e10cSrcweir        };
658cdf0e10cSrcweir        ExtraData =
659cdf0e10cSrcweir        {
660cdf0e10cSrcweir            0;
661cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
662cdf0e10cSrcweir            U2S( HID_FUNC_TAGE360 );
663cdf0e10cSrcweir            3;  0;  0;  1;
664cdf0e10cSrcweir            0;
665cdf0e10cSrcweir        };
666cdf0e10cSrcweir        String 2 // Name of Parameter 1
667cdf0e10cSrcweir        {
668cdf0e10cSrcweir            Text [ en-US ] = "Date_1" ;
669cdf0e10cSrcweir        };
670cdf0e10cSrcweir        String 3 // Description of Parameter 1
671cdf0e10cSrcweir        {
672cdf0e10cSrcweir            Text [ en-US ] = "The start date for calculating the difference in days." ;
673cdf0e10cSrcweir        };
674cdf0e10cSrcweir        String 4 // Name of Parameter 2
675cdf0e10cSrcweir        {
676cdf0e10cSrcweir            Text [ en-US ] = "Date_2" ;
677cdf0e10cSrcweir        };
678cdf0e10cSrcweir        String 5 // Description of Parameter 2
679cdf0e10cSrcweir        {
680cdf0e10cSrcweir            Text [ en-US ] = "The end date for calculating the difference in days." ;
681cdf0e10cSrcweir        };
682cdf0e10cSrcweir        String 6 // Name of Parameter 3
683cdf0e10cSrcweir        {
684cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
685cdf0e10cSrcweir        };
686cdf0e10cSrcweir        String 7 // Description of Parameter 3
687cdf0e10cSrcweir        {
688cdf0e10cSrcweir            Text [ en-US ] = "Method used to form differences: Type = 0 denotes US method (NASD), Type = 1 denotes the European method." ;
689cdf0e10cSrcweir        };
690cdf0e10cSrcweir    };
691cdf0e10cSrcweir    // -=*# Resource for function STUNDE #*=-
692cdf0e10cSrcweir    Resource SC_OPCODE_GET_HOUR
693cdf0e10cSrcweir    {
694cdf0e10cSrcweir        String 1 // Description
695cdf0e10cSrcweir        {
696cdf0e10cSrcweir            Text [ en-US ] = "Determines the sequential number of the hour of the day (0-23) for the time value." ;
697cdf0e10cSrcweir        };
698cdf0e10cSrcweir        ExtraData =
699cdf0e10cSrcweir        {
700cdf0e10cSrcweir            0;
701cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
702cdf0e10cSrcweir            U2S( HID_FUNC_STUNDE );
703cdf0e10cSrcweir            1;  0;
704cdf0e10cSrcweir            0;
705cdf0e10cSrcweir        };
706cdf0e10cSrcweir        String 2 // Name of Parameter 1
707cdf0e10cSrcweir        {
708cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
709cdf0e10cSrcweir        };
710cdf0e10cSrcweir        String 3 // Description of Parameter 1
711cdf0e10cSrcweir        {
712cdf0e10cSrcweir            Text [ en-US ] = "Internal time value" ;
713cdf0e10cSrcweir        };
714cdf0e10cSrcweir    };
715cdf0e10cSrcweir    // -=*# Resource for function MINUTE #*=-
716cdf0e10cSrcweir    Resource SC_OPCODE_GET_MIN
717cdf0e10cSrcweir    {
718cdf0e10cSrcweir        String 1 // Description
719cdf0e10cSrcweir        {
720cdf0e10cSrcweir            Text [ en-US ] = "Determines the sequential number for the minute of the hour (0-59) for the time value." ;
721cdf0e10cSrcweir        };
722cdf0e10cSrcweir        ExtraData =
723cdf0e10cSrcweir        {
724cdf0e10cSrcweir            0;
725cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
726cdf0e10cSrcweir            U2S( HID_FUNC_MINUTE );
727cdf0e10cSrcweir            1;  0;
728cdf0e10cSrcweir            0;
729cdf0e10cSrcweir        };
730cdf0e10cSrcweir        String 2 // Name of Parameter 1
731cdf0e10cSrcweir        {
732cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
733cdf0e10cSrcweir        };
734cdf0e10cSrcweir        String 3 // Description of Parameter 1
735cdf0e10cSrcweir        {
736cdf0e10cSrcweir            Text [ en-US ] = "Internal time value." ;
737cdf0e10cSrcweir        };
738cdf0e10cSrcweir    };
739cdf0e10cSrcweir    // -=*# Resource for function MONAT #*=-
740cdf0e10cSrcweir    Resource SC_OPCODE_GET_MONTH
741cdf0e10cSrcweir    {
742cdf0e10cSrcweir        String 1 // Description
743cdf0e10cSrcweir        {
744cdf0e10cSrcweir            Text [ en-US ] = "Determines the sequential number of a month of the year (1-12) for the date value." ;
745cdf0e10cSrcweir        };
746cdf0e10cSrcweir        ExtraData =
747cdf0e10cSrcweir        {
748cdf0e10cSrcweir            0;
749cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
750cdf0e10cSrcweir            U2S( HID_FUNC_MONAT );
751cdf0e10cSrcweir            1;  0;
752cdf0e10cSrcweir            0;
753cdf0e10cSrcweir        };
754cdf0e10cSrcweir        String 2 // Name of Parameter 1
755cdf0e10cSrcweir        {
756cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
757cdf0e10cSrcweir        };
758cdf0e10cSrcweir        String 3 // Description of Parameter 1
759cdf0e10cSrcweir        {
760cdf0e10cSrcweir            Text [ en-US ] = "The internal number of the date." ;
761cdf0e10cSrcweir        };
762cdf0e10cSrcweir    };
763cdf0e10cSrcweir    // -=*# Resource for function JETZT #*=-
764cdf0e10cSrcweir    Resource SC_OPCODE_GET_ACT_TIME
765cdf0e10cSrcweir    {
766cdf0e10cSrcweir        String 1 // Description
767cdf0e10cSrcweir        {
768cdf0e10cSrcweir            Text [ en-US ] = "Determines the current time of the computer." ;
769cdf0e10cSrcweir        };
770cdf0e10cSrcweir        ExtraData =
771cdf0e10cSrcweir        {
772cdf0e10cSrcweir            0;
773cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
774cdf0e10cSrcweir            U2S( HID_FUNC_JETZT );
775cdf0e10cSrcweir            0;
776cdf0e10cSrcweir            0;
777cdf0e10cSrcweir        };
778cdf0e10cSrcweir    };
779cdf0e10cSrcweir    // -=*# Resource for function SEKUNDE #*=-
780cdf0e10cSrcweir    Resource SC_OPCODE_GET_SEC
781cdf0e10cSrcweir    {
782cdf0e10cSrcweir        String 1 // Description
783cdf0e10cSrcweir        {
784cdf0e10cSrcweir            Text [ en-US ] = "Determines the sequential number of the second of a minute (0-59) for the time value." ;
785cdf0e10cSrcweir        };
786cdf0e10cSrcweir        ExtraData =
787cdf0e10cSrcweir        {
788cdf0e10cSrcweir            0;
789cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
790cdf0e10cSrcweir            U2S( HID_FUNC_SEKUNDE );
791cdf0e10cSrcweir            1;  0;
792cdf0e10cSrcweir            0;
793cdf0e10cSrcweir        };
794cdf0e10cSrcweir        String 2 // Name of Parameter 1
795cdf0e10cSrcweir        {
796cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
797cdf0e10cSrcweir        };
798cdf0e10cSrcweir        String 3 // Description of Parameter 1
799cdf0e10cSrcweir        {
800cdf0e10cSrcweir            Text [ en-US ] = "The internal time value." ;
801cdf0e10cSrcweir        };
802cdf0e10cSrcweir    };
803cdf0e10cSrcweir    // -=*# Resource for function ZEIT #*=-
804cdf0e10cSrcweir    Resource SC_OPCODE_GET_TIME
805cdf0e10cSrcweir    {
806cdf0e10cSrcweir        String 1 // Description
807cdf0e10cSrcweir        {
808cdf0e10cSrcweir            Text [ en-US ] = "Determines a time value from the details for hour, minute and second." ;
809cdf0e10cSrcweir        };
810cdf0e10cSrcweir        ExtraData =
811cdf0e10cSrcweir        {
812cdf0e10cSrcweir            0;
813cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
814cdf0e10cSrcweir            U2S( HID_FUNC_ZEIT );
815cdf0e10cSrcweir            3;  0;  0;  0;
816cdf0e10cSrcweir            0;
817cdf0e10cSrcweir        };
818cdf0e10cSrcweir        String 2 // Name of Parameter 1
819cdf0e10cSrcweir        {
820cdf0e10cSrcweir            Text [ en-US ] = "hour" ;
821cdf0e10cSrcweir        };
822cdf0e10cSrcweir        String 3 // Description of Parameter 1
823cdf0e10cSrcweir        {
824cdf0e10cSrcweir            Text [ en-US ] = "The integer for the hour." ;
825cdf0e10cSrcweir        };
826cdf0e10cSrcweir        String 4 // Name of Parameter 2
827cdf0e10cSrcweir        {
828cdf0e10cSrcweir            Text [ en-US ] = "minute" ;
829cdf0e10cSrcweir        };
830cdf0e10cSrcweir        String 5 // Description of Parameter 2
831cdf0e10cSrcweir        {
832cdf0e10cSrcweir            Text [ en-US ] = "The integer for the minute." ;
833cdf0e10cSrcweir        };
834cdf0e10cSrcweir        String 6 // Name of Parameter 3
835cdf0e10cSrcweir        {
836cdf0e10cSrcweir            Text [ en-US ] = "second" ;
837cdf0e10cSrcweir        };
838cdf0e10cSrcweir        String 7 // Description of Parameter 3
839cdf0e10cSrcweir        {
840cdf0e10cSrcweir            Text [ en-US ] = "The integer for the second." ;
841cdf0e10cSrcweir        };
842cdf0e10cSrcweir    };
843cdf0e10cSrcweir    // -=*# Resource for function ZEITWERT #*=-
844cdf0e10cSrcweir    Resource SC_OPCODE_GET_TIME_VALUE
845cdf0e10cSrcweir    {
846cdf0e10cSrcweir        String 1 // Description
847cdf0e10cSrcweir        {
848cdf0e10cSrcweir            Text [ en-US ] = "Returns a sequential number for a text shown in a possible time entry format." ;
849cdf0e10cSrcweir        };
850cdf0e10cSrcweir        ExtraData =
851cdf0e10cSrcweir        {
852cdf0e10cSrcweir            0;
853cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
854cdf0e10cSrcweir            U2S( HID_FUNC_ZEITWERT );
855cdf0e10cSrcweir            1;  0;
856cdf0e10cSrcweir            0;
857cdf0e10cSrcweir        };
858cdf0e10cSrcweir        String 2 // Name of Parameter 1
859cdf0e10cSrcweir        {
860cdf0e10cSrcweir            Text [ en-US ] = "text" ;
861cdf0e10cSrcweir        };
862cdf0e10cSrcweir        String 3 // Description of Parameter 1
863cdf0e10cSrcweir        {
864cdf0e10cSrcweir            Text [ en-US ] = "A text enclosed in quotation marks which returns a time in a %PRODUCTNAME time format." ;
865cdf0e10cSrcweir        };
866cdf0e10cSrcweir    };
867cdf0e10cSrcweir    // -=*# Resource for function HEUTE #*=-
868cdf0e10cSrcweir    Resource SC_OPCODE_GET_ACT_DATE
869cdf0e10cSrcweir    {
870cdf0e10cSrcweir        String 1 // Description
871cdf0e10cSrcweir        {
872cdf0e10cSrcweir            Text [ en-US ] = "Determines the current date of the computer." ;
873cdf0e10cSrcweir        };
874cdf0e10cSrcweir        ExtraData =
875cdf0e10cSrcweir        {
876cdf0e10cSrcweir            0;
877cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
878cdf0e10cSrcweir            U2S( HID_FUNC_HEUTE );
879cdf0e10cSrcweir            0;
880cdf0e10cSrcweir            0;
881cdf0e10cSrcweir        };
882cdf0e10cSrcweir    };
883cdf0e10cSrcweir    // -=*# Resource for function WOCHENTAG #*=-
884cdf0e10cSrcweir    Resource SC_OPCODE_GET_DAY_OF_WEEK
885cdf0e10cSrcweir    {
886cdf0e10cSrcweir        String 1 // Description
887cdf0e10cSrcweir        {
888cdf0e10cSrcweir            Text [ en-US ] = "Returns the day of the week for the date value as an integer (1-7)." ;
889cdf0e10cSrcweir        };
890cdf0e10cSrcweir        ExtraData =
891cdf0e10cSrcweir        {
892cdf0e10cSrcweir            0;
893cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
894cdf0e10cSrcweir            U2S( HID_FUNC_WOCHENTAG );
895cdf0e10cSrcweir            2;  0;  1;
896cdf0e10cSrcweir            0;
897cdf0e10cSrcweir        };
898cdf0e10cSrcweir        String 2 // Name of Parameter 1
899cdf0e10cSrcweir        {
900cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
901cdf0e10cSrcweir        };
902cdf0e10cSrcweir        String 3 // Description of Parameter 1
903cdf0e10cSrcweir        {
904cdf0e10cSrcweir            Text [ en-US ] = "The internal number for the date." ;
905cdf0e10cSrcweir        };
906cdf0e10cSrcweir        String 4 // Name of Parameter 2
907cdf0e10cSrcweir        {
908cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
909cdf0e10cSrcweir        };
910cdf0e10cSrcweir        String 5 // Description of Parameter 2
911cdf0e10cSrcweir        {
912cdf0e10cSrcweir            Text [ en-US ] = "Fixes the beginning of the week and the type of calculation to be used." ;
913cdf0e10cSrcweir        };
914cdf0e10cSrcweir    };
915cdf0e10cSrcweir    // -=*# Resource for function JAHR #*=-
916cdf0e10cSrcweir    Resource SC_OPCODE_GET_YEAR
917cdf0e10cSrcweir    {
918cdf0e10cSrcweir        String 1 // Description
919cdf0e10cSrcweir        {
920cdf0e10cSrcweir            Text [ en-US ] = "Returns the year of a date value as an integer." ;
921cdf0e10cSrcweir        };
922cdf0e10cSrcweir        ExtraData =
923cdf0e10cSrcweir        {
924cdf0e10cSrcweir            0;
925cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
926cdf0e10cSrcweir            U2S( HID_FUNC_JAHR );
927cdf0e10cSrcweir            1;  0;
928cdf0e10cSrcweir            0;
929cdf0e10cSrcweir        };
930cdf0e10cSrcweir        String 2 // Name of Parameter 1
931cdf0e10cSrcweir        {
932cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
933cdf0e10cSrcweir        };
934cdf0e10cSrcweir        String 3 // Description of Parameter 1
935cdf0e10cSrcweir        {
936cdf0e10cSrcweir            Text [ en-US ] = "Internal number of the date." ;
937cdf0e10cSrcweir        };
938cdf0e10cSrcweir    };
939cdf0e10cSrcweir    // -=*# Resource for function TAGE #*=-
940cdf0e10cSrcweir    Resource SC_OPCODE_GET_DIFF_DATE
941cdf0e10cSrcweir    {
942cdf0e10cSrcweir        String 1 // Description
943cdf0e10cSrcweir        {
944cdf0e10cSrcweir            Text [ en-US ] = "Calculates the number of days between two dates." ;
945cdf0e10cSrcweir        };
946cdf0e10cSrcweir        ExtraData =
947cdf0e10cSrcweir        {
948cdf0e10cSrcweir            0;
949cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
950cdf0e10cSrcweir            U2S( HID_FUNC_TAGE );
951cdf0e10cSrcweir            2;  0;  0;
952cdf0e10cSrcweir            0;
953cdf0e10cSrcweir        };
954cdf0e10cSrcweir        String 2 // Name of Parameter 1
955cdf0e10cSrcweir        {
956cdf0e10cSrcweir            Text [ en-US ] = "Date_2" ;
957cdf0e10cSrcweir        };
958cdf0e10cSrcweir        String 3 // Description of Parameter 1
959cdf0e10cSrcweir        {
960cdf0e10cSrcweir            Text [ en-US ] = "The end date for calculating the difference in days." ;
961cdf0e10cSrcweir        };
962cdf0e10cSrcweir        String 4 // Name of Parameter 2
963cdf0e10cSrcweir        {
964cdf0e10cSrcweir            Text [ en-US ] = "Date_1" ;
965cdf0e10cSrcweir        };
966cdf0e10cSrcweir        String 5 // Description of Parameter 2
967cdf0e10cSrcweir        {
968cdf0e10cSrcweir            Text [ en-US ] = "The start date for calculating the difference in days." ;
969cdf0e10cSrcweir        };
970cdf0e10cSrcweir    };
971cdf0e10cSrcweir    // -=*# Resource for function KALENDERWOCHE #*=-
972cdf0e10cSrcweir    Resource SC_OPCODE_WEEK
973cdf0e10cSrcweir    {
974cdf0e10cSrcweir        String 1 // Description
975cdf0e10cSrcweir        {
976cdf0e10cSrcweir            Text [ en-US ] = "Calculates the calendar week corresponding to the given date." ;
977cdf0e10cSrcweir        };
978cdf0e10cSrcweir        ExtraData =
979cdf0e10cSrcweir        {
980cdf0e10cSrcweir            0;
981cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
982cdf0e10cSrcweir            U2S( HID_FUNC_KALENDERWOCHE );
983cdf0e10cSrcweir            2;  0;  0;
984cdf0e10cSrcweir            0;
985cdf0e10cSrcweir        };
986cdf0e10cSrcweir        String 2 // Name of Parameter 1
987cdf0e10cSrcweir        {
988cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
989cdf0e10cSrcweir        };
990cdf0e10cSrcweir        String 3 // Description of Parameter 1
991cdf0e10cSrcweir        {
992cdf0e10cSrcweir            Text [ en-US ] = "The internal number of the date." ;
993cdf0e10cSrcweir        };
994cdf0e10cSrcweir        String 4 // Name of Parameter 2
995cdf0e10cSrcweir        {
996cdf0e10cSrcweir            Text [ en-US ] = "mode" ;
997cdf0e10cSrcweir        };
998cdf0e10cSrcweir        String 5 // Description of Parameter 2
999cdf0e10cSrcweir        {
1000cdf0e10cSrcweir            Text [ en-US ] = "Indicates the first day of the week (1 = Sunday, other values = Monday)." ;
1001cdf0e10cSrcweir        };
1002cdf0e10cSrcweir    };
1003cdf0e10cSrcweir    // -=*# Resource for function OSTERSONNTAG #*=-
1004cdf0e10cSrcweir    Resource SC_OPCODE_EASTERSUNDAY
1005cdf0e10cSrcweir    {
1006cdf0e10cSrcweir        String 1 // Description
1007cdf0e10cSrcweir        {
1008cdf0e10cSrcweir            Text [ en-US ] = "Calculates the date of Easter Sunday in a given year." ;
1009cdf0e10cSrcweir        };
1010cdf0e10cSrcweir        ExtraData =
1011cdf0e10cSrcweir        {
1012cdf0e10cSrcweir            0;
1013cdf0e10cSrcweir            ID_FUNCTION_GRP_DATETIME;
1014cdf0e10cSrcweir            U2S( HID_FUNC_OSTERSONNTAG );
1015cdf0e10cSrcweir            1;  0;
1016cdf0e10cSrcweir            0;
1017cdf0e10cSrcweir        };
1018cdf0e10cSrcweir        String 2 // Name of Parameter 1
1019cdf0e10cSrcweir        {
1020cdf0e10cSrcweir            Text [ en-US ] = "year" ;
1021cdf0e10cSrcweir        };
1022cdf0e10cSrcweir        String 3 // Description of Parameter 1
1023cdf0e10cSrcweir        {
1024cdf0e10cSrcweir            Text [ en-US ] = "An integer between 1583 and 9956, or 0 and 99 (19xx or 20xx depending on the option set)." ;
1025cdf0e10cSrcweir        };
1026cdf0e10cSrcweir    };
1027cdf0e10cSrcweir    // -=*# Resource for function BW #*=-
1028cdf0e10cSrcweir    Resource SC_OPCODE_BW
1029cdf0e10cSrcweir    {
1030cdf0e10cSrcweir        String 1 // Description
1031cdf0e10cSrcweir        {
1032cdf0e10cSrcweir            Text [ en-US ] = "Present value. Calculates the present value of an investment." ;
1033cdf0e10cSrcweir        };
1034cdf0e10cSrcweir        ExtraData =
1035cdf0e10cSrcweir        {
1036cdf0e10cSrcweir            0;
1037cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1038cdf0e10cSrcweir            U2S( HID_FUNC_BW );
1039cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
1040cdf0e10cSrcweir            0;
1041cdf0e10cSrcweir        };
1042cdf0e10cSrcweir        String 2 // Name of Parameter 1
1043cdf0e10cSrcweir        {
1044cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1045cdf0e10cSrcweir        };
1046cdf0e10cSrcweir        String 3 // Description of Parameter 1
1047cdf0e10cSrcweir        {
1048cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest for the period given." ;
1049cdf0e10cSrcweir        };
1050cdf0e10cSrcweir        String 4 // Name of Parameter 2
1051cdf0e10cSrcweir        {
1052cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1053cdf0e10cSrcweir        };
1054cdf0e10cSrcweir        String 5 // Description of Parameter 2
1055cdf0e10cSrcweir        {
1056cdf0e10cSrcweir            Text [ en-US ] = "The payment period. The total number of periods in which the annuity is paid." ;
1057cdf0e10cSrcweir        };
1058cdf0e10cSrcweir        String 6 // Name of Parameter 3
1059cdf0e10cSrcweir        {
1060cdf0e10cSrcweir            Text [ en-US ] = "PMT" ;
1061cdf0e10cSrcweir        };
1062cdf0e10cSrcweir        String 7 // Description of Parameter 3
1063cdf0e10cSrcweir        {
1064cdf0e10cSrcweir            Text [ en-US ] = "Regular payments. The constant amount of annuity that is paid in each period." ;
1065cdf0e10cSrcweir        };
1066cdf0e10cSrcweir        String 8 // Name of Parameter 4
1067cdf0e10cSrcweir        {
1068cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
1069cdf0e10cSrcweir        };
1070cdf0e10cSrcweir        String 9 // Description of Parameter 4
1071cdf0e10cSrcweir        {
1072cdf0e10cSrcweir            Text [ en-US ] = "Future value. The value (final value) to be attained after the last payment." ;
1073cdf0e10cSrcweir        };
1074cdf0e10cSrcweir        String 10 // Name of Parameter 5
1075cdf0e10cSrcweir        {
1076cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1077cdf0e10cSrcweir        };
1078cdf0e10cSrcweir        String 11 // Description of Parameter 5
1079cdf0e10cSrcweir        {
1080cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1081cdf0e10cSrcweir        };
1082cdf0e10cSrcweir    };
1083cdf0e10cSrcweir    // -=*# Resource for function ZW #*=-
1084cdf0e10cSrcweir    Resource SC_OPCODE_ZW
1085cdf0e10cSrcweir    {
1086cdf0e10cSrcweir        String 1 // Description
1087cdf0e10cSrcweir        {
1088cdf0e10cSrcweir            Text [ en-US ] = "Future value. Returns the future value of an investment based on regular payments and a constant interest rate." ;
1089cdf0e10cSrcweir        };
1090cdf0e10cSrcweir        ExtraData =
1091cdf0e10cSrcweir        {
1092cdf0e10cSrcweir            0;
1093cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1094cdf0e10cSrcweir            U2S( HID_FUNC_ZW );
1095cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
1096cdf0e10cSrcweir            0;
1097cdf0e10cSrcweir        };
1098cdf0e10cSrcweir        String 2 // Name of Parameter 1
1099cdf0e10cSrcweir        {
1100cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1101cdf0e10cSrcweir        };
1102cdf0e10cSrcweir        String 3 // Description of Parameter 1
1103cdf0e10cSrcweir        {
1104cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest per period." ;
1105cdf0e10cSrcweir        };
1106cdf0e10cSrcweir        String 4 // Name of Parameter 2
1107cdf0e10cSrcweir        {
1108cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1109cdf0e10cSrcweir        };
1110cdf0e10cSrcweir        String 5 // Description of Parameter 2
1111cdf0e10cSrcweir        {
1112cdf0e10cSrcweir            Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is paid." ;
1113cdf0e10cSrcweir        };
1114cdf0e10cSrcweir        String 6 // Name of Parameter 3
1115cdf0e10cSrcweir        {
1116cdf0e10cSrcweir            Text [ en-US ] = "PMT" ;
1117cdf0e10cSrcweir        };
1118cdf0e10cSrcweir        String 7 // Description of Parameter 3
1119cdf0e10cSrcweir        {
1120cdf0e10cSrcweir            Text [ en-US ] = "Regular payments. The constant annuity to be paid in each period." ;
1121cdf0e10cSrcweir        };
1122cdf0e10cSrcweir        String 8 // Name of Parameter 4
1123cdf0e10cSrcweir        {
1124cdf0e10cSrcweir            Text [ en-US ] = "PV" ;
1125cdf0e10cSrcweir        };
1126cdf0e10cSrcweir        String 9 // Description of Parameter 4
1127cdf0e10cSrcweir        {
1128cdf0e10cSrcweir            Text [ en-US ] = "Present value. The current value of a series of payments" ;
1129cdf0e10cSrcweir        };
1130cdf0e10cSrcweir        String 10 // Name of Parameter 5
1131cdf0e10cSrcweir        {
1132cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1133cdf0e10cSrcweir        };
1134cdf0e10cSrcweir        String 11 // Description of Parameter 5
1135cdf0e10cSrcweir        {
1136cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1137cdf0e10cSrcweir        };
1138cdf0e10cSrcweir    };
1139cdf0e10cSrcweir    // -=*# Resource for function ZZR #*=-
1140cdf0e10cSrcweir    Resource SC_OPCODE_ZZR
1141cdf0e10cSrcweir    {
1142cdf0e10cSrcweir        String 1 // Description
1143cdf0e10cSrcweir        {
1144cdf0e10cSrcweir            Text [ en-US ] = "Payment period. Calculates the number of payment periods for an investment based on regular payments and a constant interest rate." ;
1145cdf0e10cSrcweir        };
1146cdf0e10cSrcweir        ExtraData =
1147cdf0e10cSrcweir        {
1148cdf0e10cSrcweir            0;
1149cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1150cdf0e10cSrcweir            U2S( HID_FUNC_ZZR );
1151cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
1152cdf0e10cSrcweir            0;
1153cdf0e10cSrcweir        };
1154cdf0e10cSrcweir        String 2 // Name of Parameter 1
1155cdf0e10cSrcweir        {
1156cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1157cdf0e10cSrcweir        };
1158cdf0e10cSrcweir        String 3 // Description of Parameter 1
1159cdf0e10cSrcweir        {
1160cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest per period." ;
1161cdf0e10cSrcweir        };
1162cdf0e10cSrcweir        String 4 // Name of Parameter 2
1163cdf0e10cSrcweir        {
1164cdf0e10cSrcweir            Text [ en-US ] = "PMT" ;
1165cdf0e10cSrcweir        };
1166cdf0e10cSrcweir        String 5 // Description of Parameter 2
1167cdf0e10cSrcweir        {
1168cdf0e10cSrcweir            Text [ en-US ] = "Regular payments. The constant annuity to be paid in each period." ;
1169cdf0e10cSrcweir        };
1170cdf0e10cSrcweir        String 6 // Name of Parameter 3
1171cdf0e10cSrcweir        {
1172cdf0e10cSrcweir            Text [ en-US ] = "PV" ;
1173cdf0e10cSrcweir        };
1174cdf0e10cSrcweir        String 7 // Description of Parameter 3
1175cdf0e10cSrcweir        {
1176cdf0e10cSrcweir            Text [ en-US ] = "Present value. The current value of a series of payments" ;
1177cdf0e10cSrcweir        };
1178cdf0e10cSrcweir        String 8 // Name of Parameter 4
1179cdf0e10cSrcweir        {
1180cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
1181cdf0e10cSrcweir        };
1182cdf0e10cSrcweir        String 9 // Description of Parameter 4
1183cdf0e10cSrcweir        {
1184cdf0e10cSrcweir            Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1185cdf0e10cSrcweir        };
1186cdf0e10cSrcweir        String 10 // Name of Parameter 5
1187cdf0e10cSrcweir        {
1188cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1189cdf0e10cSrcweir        };
1190cdf0e10cSrcweir        String 11 // Description of Parameter 5
1191cdf0e10cSrcweir        {
1192cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1193cdf0e10cSrcweir        };
1194cdf0e10cSrcweir    };
1195cdf0e10cSrcweir    // -=*# Resource for function RMZ #*=-
1196cdf0e10cSrcweir    Resource SC_OPCODE_RMZ
1197cdf0e10cSrcweir    {
1198cdf0e10cSrcweir        String 1 // Description
1199cdf0e10cSrcweir        {
1200cdf0e10cSrcweir            Text [ en-US ] = "Regular payments. Returns the periodic payment of an annuity, based on regular payments and a fixed periodic interest rate." ;
1201cdf0e10cSrcweir        };
1202cdf0e10cSrcweir        ExtraData =
1203cdf0e10cSrcweir        {
1204cdf0e10cSrcweir            0;
1205cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1206cdf0e10cSrcweir            U2S( HID_FUNC_RMZ );
1207cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
1208cdf0e10cSrcweir            0;
1209cdf0e10cSrcweir        };
1210cdf0e10cSrcweir        String 2 // Name of Parameter 1
1211cdf0e10cSrcweir        {
1212cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1213cdf0e10cSrcweir        };
1214cdf0e10cSrcweir        String 3 // Description of Parameter 1
1215cdf0e10cSrcweir        {
1216cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest per period." ;
1217cdf0e10cSrcweir        };
1218cdf0e10cSrcweir        String 4 // Name of Parameter 2
1219cdf0e10cSrcweir        {
1220cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1221cdf0e10cSrcweir        };
1222cdf0e10cSrcweir        String 5 // Description of Parameter 2
1223cdf0e10cSrcweir        {
1224cdf0e10cSrcweir            Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is paid." ;
1225cdf0e10cSrcweir        };
1226cdf0e10cSrcweir        String 6 // Name of Parameter 3
1227cdf0e10cSrcweir        {
1228cdf0e10cSrcweir            Text [ en-US ] = "PV" ;
1229cdf0e10cSrcweir        };
1230cdf0e10cSrcweir        String 7 // Description of Parameter 3
1231cdf0e10cSrcweir        {
1232cdf0e10cSrcweir            Text [ en-US ] = "Present value. The current value of a series of payments" ;
1233cdf0e10cSrcweir        };
1234cdf0e10cSrcweir        String 8 // Name of Parameter 4
1235cdf0e10cSrcweir        {
1236cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
1237cdf0e10cSrcweir        };
1238cdf0e10cSrcweir        String 9 // Description of Parameter 4
1239cdf0e10cSrcweir        {
1240cdf0e10cSrcweir            Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1241cdf0e10cSrcweir        };
1242cdf0e10cSrcweir        String 10 // Name of Parameter 5
1243cdf0e10cSrcweir        {
1244cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1245cdf0e10cSrcweir        };
1246cdf0e10cSrcweir        String 11 // Description of Parameter 5
1247cdf0e10cSrcweir        {
1248cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1249cdf0e10cSrcweir        };
1250cdf0e10cSrcweir    };
1251cdf0e10cSrcweir    // -=*# Resource for function ZINS #*=-
1252cdf0e10cSrcweir    Resource SC_OPCODE_ZINS
1253cdf0e10cSrcweir    {
1254cdf0e10cSrcweir        String 1 // Description
1255cdf0e10cSrcweir        {
1256cdf0e10cSrcweir            Text [ en-US ] = "Calculates the constant interest rate of an investment with regular payments." ;
1257cdf0e10cSrcweir        };
1258cdf0e10cSrcweir        ExtraData =
1259cdf0e10cSrcweir        {
1260cdf0e10cSrcweir            0;
1261cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1262cdf0e10cSrcweir            U2S( HID_FUNC_ZINS );
1263cdf0e10cSrcweir            6;  0;  0;  0;  1;  1;  1;
1264cdf0e10cSrcweir            0;
1265cdf0e10cSrcweir        };
1266cdf0e10cSrcweir        String 2 // Name of Parameter 1
1267cdf0e10cSrcweir        {
1268cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1269cdf0e10cSrcweir        };
1270cdf0e10cSrcweir        String 3 // Description of Parameter 1
1271cdf0e10cSrcweir        {
1272cdf0e10cSrcweir            Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is paid." ;
1273cdf0e10cSrcweir        };
1274cdf0e10cSrcweir        String 4 // Name of Parameter 2
1275cdf0e10cSrcweir        {
1276cdf0e10cSrcweir            Text [ en-US ] = "PMT" ;
1277cdf0e10cSrcweir        };
1278cdf0e10cSrcweir        String 5 // Description of Parameter 2
1279cdf0e10cSrcweir        {
1280cdf0e10cSrcweir            Text [ en-US ] = "Regular payments. The constant annuity to be paid in each period." ;
1281cdf0e10cSrcweir        };
1282cdf0e10cSrcweir        String 6 // Name of Parameter 3
1283cdf0e10cSrcweir        {
1284cdf0e10cSrcweir            Text [ en-US ] = "PV" ;
1285cdf0e10cSrcweir        };
1286cdf0e10cSrcweir        String 7 // Description of Parameter 3
1287cdf0e10cSrcweir        {
1288cdf0e10cSrcweir            Text [ en-US ] = "Present value. The current value of a series of payments" ;
1289cdf0e10cSrcweir        };
1290cdf0e10cSrcweir        String 8 // Name of Parameter 4
1291cdf0e10cSrcweir        {
1292cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
1293cdf0e10cSrcweir        };
1294cdf0e10cSrcweir        String 9 // Description of Parameter 4
1295cdf0e10cSrcweir        {
1296cdf0e10cSrcweir            Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1297cdf0e10cSrcweir        };
1298cdf0e10cSrcweir        String 10 // Name of Parameter 5
1299cdf0e10cSrcweir        {
1300cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1301cdf0e10cSrcweir        };
1302cdf0e10cSrcweir        String 11 // Description of Parameter 5
1303cdf0e10cSrcweir        {
1304cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1305cdf0e10cSrcweir        };
1306cdf0e10cSrcweir        String 12 // Name of Parameter 6
1307cdf0e10cSrcweir        {
1308cdf0e10cSrcweir            Text [ en-US ] = "Guess" ;
1309cdf0e10cSrcweir        };
1310cdf0e10cSrcweir        String 13 // Description of Parameter 6
1311cdf0e10cSrcweir        {
1312cdf0e10cSrcweir            Text [ en-US ] = "Guess. The estimate of the interest rate for the iterative calculating method." ;
1313cdf0e10cSrcweir        };
1314cdf0e10cSrcweir    };
1315cdf0e10cSrcweir    // -=*# Resource for function ZINSZ #*=-
1316cdf0e10cSrcweir    Resource SC_OPCODE_ZINS_Z
1317cdf0e10cSrcweir    {
1318cdf0e10cSrcweir        String 1 // Description
1319cdf0e10cSrcweir        {
1320cdf0e10cSrcweir            Text [ en-US ] = "Compounded interest. Calculates the interest payment on the principal for an investment with regular payments and a constant interest rate for a given period." ;
1321cdf0e10cSrcweir        };
1322cdf0e10cSrcweir        ExtraData =
1323cdf0e10cSrcweir        {
1324cdf0e10cSrcweir            0;
1325cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1326cdf0e10cSrcweir            U2S( HID_FUNC_ZINSZ );
1327cdf0e10cSrcweir            6;  0;  0;  0;  0;  1;  1;
1328cdf0e10cSrcweir            0;
1329cdf0e10cSrcweir        };
1330cdf0e10cSrcweir        String 2 // Name of Parameter 1
1331cdf0e10cSrcweir        {
1332cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1333cdf0e10cSrcweir        };
1334cdf0e10cSrcweir        String 3 // Description of Parameter 1
1335cdf0e10cSrcweir        {
1336cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest per period." ;
1337cdf0e10cSrcweir        };
1338cdf0e10cSrcweir        String 4 // Name of Parameter 2
1339cdf0e10cSrcweir        {
1340cdf0e10cSrcweir            Text [ en-US ] = "Period" ;
1341cdf0e10cSrcweir        };
1342cdf0e10cSrcweir        String 5 // Description of Parameter 2
1343cdf0e10cSrcweir        {
1344cdf0e10cSrcweir            Text [ en-US ] = "Periods. The periods for which the compounded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one." ;
1345cdf0e10cSrcweir        };
1346cdf0e10cSrcweir        String 6 // Name of Parameter 3
1347cdf0e10cSrcweir        {
1348cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1349cdf0e10cSrcweir        };
1350cdf0e10cSrcweir        String 7 // Description of Parameter 3
1351cdf0e10cSrcweir        {
1352cdf0e10cSrcweir            Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is paid." ;
1353cdf0e10cSrcweir        };
1354cdf0e10cSrcweir        String 8 // Name of Parameter 4
1355cdf0e10cSrcweir        {
1356cdf0e10cSrcweir            Text [ en-US ] = "pv" ;
1357cdf0e10cSrcweir        };
1358cdf0e10cSrcweir        String 9 // Description of Parameter 4
1359cdf0e10cSrcweir        {
1360cdf0e10cSrcweir            Text [ en-US ] = "Present value. The current value of a series of payments" ;
1361cdf0e10cSrcweir        };
1362cdf0e10cSrcweir        String 10 // Name of Parameter 5
1363cdf0e10cSrcweir        {
1364cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
1365cdf0e10cSrcweir        };
1366cdf0e10cSrcweir        String 11 // Description of Parameter 5
1367cdf0e10cSrcweir        {
1368cdf0e10cSrcweir            Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1369cdf0e10cSrcweir        };
1370cdf0e10cSrcweir        String 12 // Name of Parameter 6
1371cdf0e10cSrcweir        {
1372cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1373cdf0e10cSrcweir        };
1374cdf0e10cSrcweir        String 13 // Description of Parameter 6
1375cdf0e10cSrcweir        {
1376cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1377cdf0e10cSrcweir        };
1378cdf0e10cSrcweir    };
1379cdf0e10cSrcweir    // -=*# Resource for function KAPZ #*=-
1380cdf0e10cSrcweir    Resource SC_OPCODE_KAPZ
1381cdf0e10cSrcweir    {
1382cdf0e10cSrcweir        String 1 // Description
1383cdf0e10cSrcweir        {
1384cdf0e10cSrcweir            Text [ en-US ] = "Repayment. Calculates the repayment amount for a period for an investment whereby the payments are at regular intervals and the interest rate constant." ;
1385cdf0e10cSrcweir        };
1386cdf0e10cSrcweir        ExtraData =
1387cdf0e10cSrcweir        {
1388cdf0e10cSrcweir            0;
1389cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1390cdf0e10cSrcweir            U2S( HID_FUNC_KAPZ );
1391cdf0e10cSrcweir            6;  0;  0;  0;  0;  1;  1;
1392cdf0e10cSrcweir            0;
1393cdf0e10cSrcweir        };
1394cdf0e10cSrcweir        String 2 // Name of Parameter 1
1395cdf0e10cSrcweir        {
1396cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1397cdf0e10cSrcweir        };
1398cdf0e10cSrcweir        String 3 // Description of Parameter 1
1399cdf0e10cSrcweir        {
1400cdf0e10cSrcweir            Text [ en-US ] = "The interest rate per period." ;
1401cdf0e10cSrcweir        };
1402cdf0e10cSrcweir        String 4 // Name of Parameter 2
1403cdf0e10cSrcweir        {
1404cdf0e10cSrcweir            Text [ en-US ] = "Period" ;
1405cdf0e10cSrcweir        };
1406cdf0e10cSrcweir        String 5 // Description of Parameter 2
1407cdf0e10cSrcweir        {
1408cdf0e10cSrcweir            Text [ en-US ] = "Period. The period for which the repayments are to be calculated. Per = 1 denotes for the first period, P = NPER for the last" ;
1409cdf0e10cSrcweir        };
1410cdf0e10cSrcweir        String 6 // Name of Parameter 3
1411cdf0e10cSrcweir        {
1412cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1413cdf0e10cSrcweir        };
1414cdf0e10cSrcweir        String 7 // Description of Parameter 3
1415cdf0e10cSrcweir        {
1416cdf0e10cSrcweir            Text [ en-US ] = "The payment period. The total number of periods in which the annuity (pension) is paid." ;
1417cdf0e10cSrcweir        };
1418cdf0e10cSrcweir        String 8 // Name of Parameter 4
1419cdf0e10cSrcweir        {
1420cdf0e10cSrcweir            Text [ en-US ] = "PV" ;
1421cdf0e10cSrcweir        };
1422cdf0e10cSrcweir        String 9 // Description of Parameter 4
1423cdf0e10cSrcweir        {
1424cdf0e10cSrcweir            Text [ en-US ] = "The present value. The present value or the amount the annuity is currently worth." ;
1425cdf0e10cSrcweir        };
1426cdf0e10cSrcweir        String 10 // Name of Parameter 5
1427cdf0e10cSrcweir        {
1428cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
1429cdf0e10cSrcweir        };
1430cdf0e10cSrcweir        String 11 // Description of Parameter 5
1431cdf0e10cSrcweir        {
1432cdf0e10cSrcweir            Text [ en-US ] = "Future value. The value (end value) attained after the last payment has been made." ;
1433cdf0e10cSrcweir        };
1434cdf0e10cSrcweir        String 12 // Name of Parameter 6
1435cdf0e10cSrcweir        {
1436cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1437cdf0e10cSrcweir        };
1438cdf0e10cSrcweir        String 13 // Description of Parameter 6
1439cdf0e10cSrcweir        {
1440cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1441cdf0e10cSrcweir        };
1442cdf0e10cSrcweir    };
1443cdf0e10cSrcweir    // -=*# Resource for function KUMKAPITAL #*=-
1444cdf0e10cSrcweir    Resource SC_OPCODE_KUM_KAP_Z
1445cdf0e10cSrcweir    {
1446cdf0e10cSrcweir        String 1 // Description
1447cdf0e10cSrcweir        {
1448cdf0e10cSrcweir            Text [ en-US ] = "Cumulative Capital. Calculates the total amount of the repayment share in a period for an investment with constant interest rate." ;
1449cdf0e10cSrcweir        };
1450cdf0e10cSrcweir        ExtraData =
1451cdf0e10cSrcweir        {
1452cdf0e10cSrcweir            0;
1453cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1454cdf0e10cSrcweir            U2S( HID_FUNC_KUMKAPITAL );
1455cdf0e10cSrcweir            6;  0;  0;  0;  0;  0;  0;
1456cdf0e10cSrcweir            0;
1457cdf0e10cSrcweir        };
1458cdf0e10cSrcweir        String 2 // Name of Parameter 1
1459cdf0e10cSrcweir        {
1460cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1461cdf0e10cSrcweir        };
1462cdf0e10cSrcweir        String 3 // Description of Parameter 1
1463cdf0e10cSrcweir        {
1464cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest per period." ;
1465cdf0e10cSrcweir        };
1466cdf0e10cSrcweir        String 4 // Name of Parameter 2
1467cdf0e10cSrcweir        {
1468cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1469cdf0e10cSrcweir        };
1470cdf0e10cSrcweir        String 5 // Description of Parameter 2
1471cdf0e10cSrcweir        {
1472cdf0e10cSrcweir            Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is paid." ;
1473cdf0e10cSrcweir        };
1474cdf0e10cSrcweir        String 6 // Name of Parameter 3
1475cdf0e10cSrcweir        {
1476cdf0e10cSrcweir            Text [ en-US ] = "PV" ;
1477cdf0e10cSrcweir        };
1478cdf0e10cSrcweir        String 7 // Description of Parameter 3
1479cdf0e10cSrcweir        {
1480cdf0e10cSrcweir            Text [ en-US ] = "The present value. The present value or the amount the annuity is currently worth." ;
1481cdf0e10cSrcweir        };
1482cdf0e10cSrcweir        String 8 // Name of Parameter 4
1483cdf0e10cSrcweir        {
1484cdf0e10cSrcweir            Text [ en-US ] = "S" ;
1485cdf0e10cSrcweir        };
1486cdf0e10cSrcweir        String 9 // Description of Parameter 4
1487cdf0e10cSrcweir        {
1488cdf0e10cSrcweir            Text [ en-US ] = "The start period. The first period to be taken into account. A = 1 denotes the very first period." ;
1489cdf0e10cSrcweir        };
1490cdf0e10cSrcweir        String 10 // Name of Parameter 5
1491cdf0e10cSrcweir        {
1492cdf0e10cSrcweir            Text [ en-US ] = "E" ;
1493cdf0e10cSrcweir        };
1494cdf0e10cSrcweir        String 11 // Description of Parameter 5
1495cdf0e10cSrcweir        {
1496cdf0e10cSrcweir            Text [ en-US ] = "End period. The last period to be taken into account." ;
1497cdf0e10cSrcweir        };
1498cdf0e10cSrcweir        String 12 // Name of Parameter 6
1499cdf0e10cSrcweir        {
1500cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1501cdf0e10cSrcweir        };
1502cdf0e10cSrcweir        String 13 // Description of Parameter 6
1503cdf0e10cSrcweir        {
1504cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1505cdf0e10cSrcweir        };
1506cdf0e10cSrcweir    };
1507cdf0e10cSrcweir    // -=*# Resource for function KUMZINSZ #*=-
1508cdf0e10cSrcweir    Resource SC_OPCODE_KUM_ZINS_Z
1509cdf0e10cSrcweir    {
1510cdf0e10cSrcweir        String 1 // Description
1511cdf0e10cSrcweir        {
1512cdf0e10cSrcweir            Text [ en-US ] = "Cumulative compounded interest. Calculates the total amount of the interest share in a period for an investment with a constant interest rate." ;
1513cdf0e10cSrcweir        };
1514cdf0e10cSrcweir        ExtraData =
1515cdf0e10cSrcweir        {
1516cdf0e10cSrcweir            0;
1517cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1518cdf0e10cSrcweir            U2S( HID_FUNC_KUMZINSZ );
1519cdf0e10cSrcweir            6;  0;  0;  0;  0;  0;  0;
1520cdf0e10cSrcweir            0;
1521cdf0e10cSrcweir        };
1522cdf0e10cSrcweir        String 2 // Name of Parameter 1
1523cdf0e10cSrcweir        {
1524cdf0e10cSrcweir            Text [ en-US ] = "Rate" ;
1525cdf0e10cSrcweir        };
1526cdf0e10cSrcweir        String 3 // Description of Parameter 1
1527cdf0e10cSrcweir        {
1528cdf0e10cSrcweir            Text [ en-US ] = "The rate of interest per period." ;
1529cdf0e10cSrcweir        };
1530cdf0e10cSrcweir        String 4 // Name of Parameter 2
1531cdf0e10cSrcweir        {
1532cdf0e10cSrcweir            Text [ en-US ] = "NPER" ;
1533cdf0e10cSrcweir        };
1534cdf0e10cSrcweir        String 5 // Description of Parameter 2
1535cdf0e10cSrcweir        {
1536cdf0e10cSrcweir            Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is paid." ;
1537cdf0e10cSrcweir        };
1538cdf0e10cSrcweir        String 6 // Name of Parameter 3
1539cdf0e10cSrcweir        {
1540cdf0e10cSrcweir            Text [ en-US ] = "pv" ;
1541cdf0e10cSrcweir        };
1542cdf0e10cSrcweir        String 7 // Description of Parameter 3
1543cdf0e10cSrcweir        {
1544cdf0e10cSrcweir            Text [ en-US ] = "The present value. The present value or the amount the annuity is currently worth." ;
1545cdf0e10cSrcweir        };
1546cdf0e10cSrcweir        String 8 // Name of Parameter 4
1547cdf0e10cSrcweir        {
1548cdf0e10cSrcweir            Text [ en-US ] = "S" ;
1549cdf0e10cSrcweir        };
1550cdf0e10cSrcweir        String 9 // Description of Parameter 4
1551cdf0e10cSrcweir        {
1552cdf0e10cSrcweir            Text [ en-US ] = "The start period. The first period to be taken into account. A = 1 denotes the very first period." ;
1553cdf0e10cSrcweir        };
1554cdf0e10cSrcweir        String 10 // Name of Parameter 5
1555cdf0e10cSrcweir        {
1556cdf0e10cSrcweir            Text [ en-US ] = "E" ;
1557cdf0e10cSrcweir        };
1558cdf0e10cSrcweir        String 11 // Description of Parameter 5
1559cdf0e10cSrcweir        {
1560cdf0e10cSrcweir            Text [ en-US ] = "The end period. The last period to be taken into account." ;
1561cdf0e10cSrcweir        };
1562cdf0e10cSrcweir        String 12 // Name of Parameter 6
1563cdf0e10cSrcweir        {
1564cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1565cdf0e10cSrcweir        };
1566cdf0e10cSrcweir        String 13 // Description of Parameter 6
1567cdf0e10cSrcweir        {
1568cdf0e10cSrcweir            Text [ en-US ] = "Type = 1 denotes due at the beginning of the period, = 0 at the end." ;
1569cdf0e10cSrcweir        };
1570cdf0e10cSrcweir    };
1571cdf0e10cSrcweir    // -=*# Resource for function DIA #*=-
1572cdf0e10cSrcweir    Resource SC_OPCODE_DIA
1573cdf0e10cSrcweir    {
1574cdf0e10cSrcweir        String 1 // Description
1575cdf0e10cSrcweir        {
1576cdf0e10cSrcweir            Text [ en-US ] = "Calculates the arithmetically declining value of an asset (depreciation) for a specified period." ;
1577cdf0e10cSrcweir        };
1578cdf0e10cSrcweir        ExtraData =
1579cdf0e10cSrcweir        {
1580cdf0e10cSrcweir            0;
1581cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1582cdf0e10cSrcweir            U2S( HID_FUNC_DIA );
1583cdf0e10cSrcweir            4;  0;  0;  0;  0;
1584cdf0e10cSrcweir            0;
1585cdf0e10cSrcweir        };
1586cdf0e10cSrcweir        String 2 // Name of Parameter 1
1587cdf0e10cSrcweir        {
1588cdf0e10cSrcweir            Text [ en-US ] = "Cost" ;
1589cdf0e10cSrcweir        };
1590cdf0e10cSrcweir        String 3 // Description of Parameter 1
1591cdf0e10cSrcweir        {
1592cdf0e10cSrcweir            Text [ en-US ] = "Acquisition costs. The initial cost of the asset." ;
1593cdf0e10cSrcweir        };
1594cdf0e10cSrcweir        String 4 // Name of Parameter 2
1595cdf0e10cSrcweir        {
1596cdf0e10cSrcweir            Text [ en-US ] = "Salvage" ;
1597cdf0e10cSrcweir        };
1598cdf0e10cSrcweir        String 5 // Description of Parameter 2
1599cdf0e10cSrcweir        {
1600cdf0e10cSrcweir            Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1601cdf0e10cSrcweir        };
1602cdf0e10cSrcweir        String 6 // Name of Parameter 3
1603cdf0e10cSrcweir        {
1604cdf0e10cSrcweir            Text [ en-US ] = "Life" ;
1605cdf0e10cSrcweir        };
1606cdf0e10cSrcweir        String 7 // Description of Parameter 3
1607cdf0e10cSrcweir        {
1608cdf0e10cSrcweir            Text [ en-US ] = "Useful life. The number of periods in the useful life of the asset." ;
1609cdf0e10cSrcweir        };
1610cdf0e10cSrcweir        String 8 // Name of Parameter 4
1611cdf0e10cSrcweir        {
1612cdf0e10cSrcweir            Text [ en-US ] = "Period" ;
1613cdf0e10cSrcweir        };
1614cdf0e10cSrcweir        String 9 // Description of Parameter 4
1615cdf0e10cSrcweir        {
1616cdf0e10cSrcweir            Text [ en-US ] = "Period. The depreciation period which must have the same time unit as average useful life." ;
1617cdf0e10cSrcweir        };
1618cdf0e10cSrcweir    };
1619cdf0e10cSrcweir    // -=*# Resource for function LIA #*=-
1620cdf0e10cSrcweir    Resource SC_OPCODE_LIA
1621cdf0e10cSrcweir    {
1622cdf0e10cSrcweir        String 1 // Description
1623cdf0e10cSrcweir        {
1624cdf0e10cSrcweir            Text [ en-US ] = "Calculates the linear depreciation per period." ;
1625cdf0e10cSrcweir        };
1626cdf0e10cSrcweir        ExtraData =
1627cdf0e10cSrcweir        {
1628cdf0e10cSrcweir            0;
1629cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1630cdf0e10cSrcweir            U2S( HID_FUNC_LIA );
1631cdf0e10cSrcweir            3;  0;  0;  0;
1632cdf0e10cSrcweir            0;
1633cdf0e10cSrcweir        };
1634cdf0e10cSrcweir        String 2 // Name of Parameter 1
1635cdf0e10cSrcweir        {
1636cdf0e10cSrcweir            Text [ en-US ] = "Cost" ;
1637cdf0e10cSrcweir        };
1638cdf0e10cSrcweir        String 3 // Description of Parameter 1
1639cdf0e10cSrcweir        {
1640cdf0e10cSrcweir            Text [ en-US ] = "Acquisition cost. The initial cost of an asset." ;
1641cdf0e10cSrcweir        };
1642cdf0e10cSrcweir        String 4 // Name of Parameter 2
1643cdf0e10cSrcweir        {
1644cdf0e10cSrcweir            Text [ en-US ] = "Salvage" ;
1645cdf0e10cSrcweir        };
1646cdf0e10cSrcweir        String 5 // Description of Parameter 2
1647cdf0e10cSrcweir        {
1648cdf0e10cSrcweir            Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1649cdf0e10cSrcweir        };
1650cdf0e10cSrcweir        String 6 // Name of Parameter 3
1651cdf0e10cSrcweir        {
1652cdf0e10cSrcweir            Text [ en-US ] = "Life" ;
1653cdf0e10cSrcweir        };
1654cdf0e10cSrcweir        String 7 // Description of Parameter 3
1655cdf0e10cSrcweir        {
1656cdf0e10cSrcweir            Text [ en-US ] = "Useful life. The number of periods in the useful life of the asset." ;
1657cdf0e10cSrcweir        };
1658cdf0e10cSrcweir    };
1659cdf0e10cSrcweir    // -=*# Resource for function GDA #*=-
1660cdf0e10cSrcweir    Resource SC_OPCODE_GDA
1661cdf0e10cSrcweir    {
1662cdf0e10cSrcweir        String 1 // Description
1663cdf0e10cSrcweir        {
1664cdf0e10cSrcweir            Text [ en-US ] = "Calculates the depreciation of an asset for a specific period using the double-declining balance method or declining balance factor." ;
1665cdf0e10cSrcweir        };
1666cdf0e10cSrcweir        ExtraData =
1667cdf0e10cSrcweir        {
1668cdf0e10cSrcweir            0;
1669cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1670cdf0e10cSrcweir            U2S( HID_FUNC_GDA );
1671cdf0e10cSrcweir            5;  0;  0;  0;  0;  1;
1672cdf0e10cSrcweir            0;
1673cdf0e10cSrcweir        };
1674cdf0e10cSrcweir        String 2 // Name of Parameter 1
1675cdf0e10cSrcweir        {
1676cdf0e10cSrcweir            Text [ en-US ] = "Cost" ;
1677cdf0e10cSrcweir        };
1678cdf0e10cSrcweir        String 3 // Description of Parameter 1
1679cdf0e10cSrcweir        {
1680cdf0e10cSrcweir            Text [ en-US ] = "Acquisition costs. The initial cost of the asset." ;
1681cdf0e10cSrcweir        };
1682cdf0e10cSrcweir        String 4 // Name of Parameter 2
1683cdf0e10cSrcweir        {
1684cdf0e10cSrcweir            Text [ en-US ] = "Salvage" ;
1685cdf0e10cSrcweir        };
1686cdf0e10cSrcweir        String 5 // Description of Parameter 2
1687cdf0e10cSrcweir        {
1688cdf0e10cSrcweir            Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1689cdf0e10cSrcweir        };
1690cdf0e10cSrcweir        String 6 // Name of Parameter 3
1691cdf0e10cSrcweir        {
1692cdf0e10cSrcweir            Text [ en-US ] = "Life" ;
1693cdf0e10cSrcweir        };
1694cdf0e10cSrcweir        String 7 // Description of Parameter 3
1695cdf0e10cSrcweir        {
1696cdf0e10cSrcweir            Text [ en-US ] = "Useful life. The number of periods in the useful life of the asset." ;
1697cdf0e10cSrcweir        };
1698cdf0e10cSrcweir        String 8 // Name of Parameter 4
1699cdf0e10cSrcweir        {
1700cdf0e10cSrcweir            Text [ en-US ] = "Period" ;
1701cdf0e10cSrcweir        };
1702cdf0e10cSrcweir        String 9 // Description of Parameter 4
1703cdf0e10cSrcweir        {
1704cdf0e10cSrcweir            Text [ en-US ] = "Period. The depreciation period in the same time unit as the average useful life entry." ;
1705cdf0e10cSrcweir        };
1706cdf0e10cSrcweir        String 10 // Name of Parameter 5
1707cdf0e10cSrcweir        {
1708cdf0e10cSrcweir            Text [ en-US ] = "Factor" ;
1709cdf0e10cSrcweir        };
1710cdf0e10cSrcweir        String 11 // Description of Parameter 5
1711cdf0e10cSrcweir        {
1712cdf0e10cSrcweir            Text [ en-US ] = "Factor. The factor for balance decline. F = 2 means a double declining balance factor" ;
1713cdf0e10cSrcweir        };
1714cdf0e10cSrcweir    };
1715cdf0e10cSrcweir    // -=*# Resource for function GDA2 #*=-
1716cdf0e10cSrcweir    Resource SC_OPCODE_GDA_2
1717cdf0e10cSrcweir    {
1718cdf0e10cSrcweir        String 1 // Description
1719cdf0e10cSrcweir        {
1720cdf0e10cSrcweir            Text [ en-US ] = "Returns the real depreciation of an asset for a specified period using the fixed-declining balance method." ;
1721cdf0e10cSrcweir        };
1722cdf0e10cSrcweir        ExtraData =
1723cdf0e10cSrcweir        {
1724cdf0e10cSrcweir            0;
1725cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1726cdf0e10cSrcweir            U2S( HID_FUNC_GDA2 );
1727cdf0e10cSrcweir            5;  0;  0;  0;  0;  1;
1728cdf0e10cSrcweir            0;
1729cdf0e10cSrcweir        };
1730cdf0e10cSrcweir        String 2 // Name of Parameter 1
1731cdf0e10cSrcweir        {
1732cdf0e10cSrcweir            Text [ en-US ] = "Cost" ;
1733cdf0e10cSrcweir        };
1734cdf0e10cSrcweir        String 3 // Description of Parameter 1
1735cdf0e10cSrcweir        {
1736cdf0e10cSrcweir            Text [ en-US ] = "Acquisition costs: The initial cost of the asset." ;
1737cdf0e10cSrcweir        };
1738cdf0e10cSrcweir        String 4 // Name of Parameter 2
1739cdf0e10cSrcweir        {
1740cdf0e10cSrcweir            Text [ en-US ] = "Salvage" ;
1741cdf0e10cSrcweir        };
1742cdf0e10cSrcweir        String 5 // Description of Parameter 2
1743cdf0e10cSrcweir        {
1744cdf0e10cSrcweir            Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1745cdf0e10cSrcweir        };
1746cdf0e10cSrcweir        String 6 // Name of Parameter 3
1747cdf0e10cSrcweir        {
1748cdf0e10cSrcweir            Text [ en-US ] = "Life" ;
1749cdf0e10cSrcweir        };
1750cdf0e10cSrcweir        String 7 // Description of Parameter 3
1751cdf0e10cSrcweir        {
1752cdf0e10cSrcweir            Text [ en-US ] = "Useful life. The number of periods in the useful life of the asset." ;
1753cdf0e10cSrcweir        };
1754cdf0e10cSrcweir        String 8 // Name of Parameter 4
1755cdf0e10cSrcweir        {
1756cdf0e10cSrcweir            Text [ en-US ] = "Period" ;
1757cdf0e10cSrcweir        };
1758cdf0e10cSrcweir        String 9 // Description of Parameter 4
1759cdf0e10cSrcweir        {
1760cdf0e10cSrcweir            Text [ en-US ] = "Periods: The period for which the depreciation is calculated. The time unit used for period must be the same as that for the useful life." ;
1761cdf0e10cSrcweir        };
1762cdf0e10cSrcweir        String 10 // Name of Parameter 5
1763cdf0e10cSrcweir        {
1764cdf0e10cSrcweir            Text [ en-US ] = "month" ;
1765cdf0e10cSrcweir        };
1766cdf0e10cSrcweir        String 11 // Description of Parameter 5
1767cdf0e10cSrcweir        {
1768cdf0e10cSrcweir            Text [ en-US ] = "Months: The number of months in the first year of depreciation." ;
1769cdf0e10cSrcweir        };
1770cdf0e10cSrcweir    };
1771cdf0e10cSrcweir    // -=*# Resource for function VDB #*=-
1772cdf0e10cSrcweir    Resource SC_OPCODE_VBD
1773cdf0e10cSrcweir    {
1774cdf0e10cSrcweir        String 1 // Description
1775cdf0e10cSrcweir        {
1776cdf0e10cSrcweir            Text [ en-US ] = "Variable declining balance. Returns the declining balance depreciation for a particular period." ;
1777cdf0e10cSrcweir        };
1778cdf0e10cSrcweir        ExtraData =
1779cdf0e10cSrcweir        {
1780cdf0e10cSrcweir            0;
1781cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1782cdf0e10cSrcweir            U2S( HID_FUNC_VDB );
1783cdf0e10cSrcweir            7;  0;  0;  0;  0;  0;  1;  1;
1784cdf0e10cSrcweir            0;
1785cdf0e10cSrcweir        };
1786cdf0e10cSrcweir        String 2 // Name of Parameter 1
1787cdf0e10cSrcweir        {
1788cdf0e10cSrcweir            Text [ en-US ] = "Cost" ;
1789cdf0e10cSrcweir        };
1790cdf0e10cSrcweir        String 3 // Description of Parameter 1
1791cdf0e10cSrcweir        {
1792cdf0e10cSrcweir            Text [ en-US ] = "Cost. The initial cost of the asset." ;
1793cdf0e10cSrcweir        };
1794cdf0e10cSrcweir        String 4 // Name of Parameter 2
1795cdf0e10cSrcweir        {
1796cdf0e10cSrcweir            Text [ en-US ] = "Salvage" ;
1797cdf0e10cSrcweir        };
1798cdf0e10cSrcweir        String 5 // Description of Parameter 2
1799cdf0e10cSrcweir        {
1800cdf0e10cSrcweir            Text [ en-US ] = "Salvage. The salvage value of an asset at the end of its useful life." ;
1801cdf0e10cSrcweir        };
1802cdf0e10cSrcweir        String 6 // Name of Parameter 3
1803cdf0e10cSrcweir        {
1804cdf0e10cSrcweir            Text [ en-US ] = "Life" ;
1805cdf0e10cSrcweir        };
1806cdf0e10cSrcweir        String 7 // Description of Parameter 3
1807cdf0e10cSrcweir        {
1808cdf0e10cSrcweir            Text [ en-US ] = "Useful life. The number of periods in the useful life of the asset." ;
1809cdf0e10cSrcweir        };
1810cdf0e10cSrcweir        String 8 // Name of Parameter 4
1811cdf0e10cSrcweir        {
1812cdf0e10cSrcweir            Text [ en-US ] = "S" ;
1813cdf0e10cSrcweir        };
1814cdf0e10cSrcweir        String 9 // Description of Parameter 4
1815cdf0e10cSrcweir        {
1816cdf0e10cSrcweir            Text [ en-US ] = "Start. The first period for depreciation in the same time unit as the useful life." ;
1817cdf0e10cSrcweir        };
1818cdf0e10cSrcweir        String 10 // Name of Parameter 5
1819cdf0e10cSrcweir        {
1820cdf0e10cSrcweir            Text [ en-US ] = "end" ;
1821cdf0e10cSrcweir        };
1822cdf0e10cSrcweir        String 11 // Description of Parameter 5
1823cdf0e10cSrcweir        {
1824cdf0e10cSrcweir            Text [ en-US ] = "End. The last period of the depreciation using the same time unit as for the useful life." ;
1825cdf0e10cSrcweir        };
1826cdf0e10cSrcweir        String 12 // Name of Parameter 6
1827cdf0e10cSrcweir        {
1828cdf0e10cSrcweir            Text [ en-US ] = "Factor" ;
1829cdf0e10cSrcweir        };
1830cdf0e10cSrcweir        String 13 // Description of Parameter 6
1831cdf0e10cSrcweir        {
1832cdf0e10cSrcweir            Text [ en-US ] = "Factor. The factor for the reduction of the depreciation. F = 2 denotes double rate depreciation." ;
1833cdf0e10cSrcweir        };
1834cdf0e10cSrcweir        String 14 // Name of Parameter 7
1835cdf0e10cSrcweir        {
1836cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
1837cdf0e10cSrcweir        };
1838cdf0e10cSrcweir        String 15 // Description of Parameter 7
1839cdf0e10cSrcweir        {
1840cdf0e10cSrcweir            Text [ en-US ] = "Do not alter. Type = 1 denotes switch to linear depreciation, type = 0 do not switch." ;
1841cdf0e10cSrcweir        };
1842cdf0e10cSrcweir    };
1843cdf0e10cSrcweir    // -=*# Resource for function EFFEKTIV #*=-
1844cdf0e10cSrcweir    Resource SC_OPCODE_EFFEKTIV
1845cdf0e10cSrcweir    {
1846cdf0e10cSrcweir        String 1 // Description
1847cdf0e10cSrcweir        {
1848cdf0e10cSrcweir            Text [ en-US ] = "Calculates the annual net interest rate for a nominal interest rate." ;
1849cdf0e10cSrcweir        };
1850cdf0e10cSrcweir        ExtraData =
1851cdf0e10cSrcweir        {
1852cdf0e10cSrcweir            0;
1853cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1854cdf0e10cSrcweir            U2S( HID_FUNC_EFFEKTIV );
1855cdf0e10cSrcweir            2;  0;  0;
1856cdf0e10cSrcweir            0;
1857cdf0e10cSrcweir        };
1858cdf0e10cSrcweir        String 2 // Name of Parameter 1
1859cdf0e10cSrcweir        {
1860cdf0e10cSrcweir            Text [ en-US ] = "NOM" ;
1861cdf0e10cSrcweir        };
1862cdf0e10cSrcweir        String 3 // Description of Parameter 1
1863cdf0e10cSrcweir        {
1864cdf0e10cSrcweir            Text [ en-US ] = "Nominal Interest" ;
1865cdf0e10cSrcweir        };
1866cdf0e10cSrcweir        String 4 // Name of Parameter 2
1867cdf0e10cSrcweir        {
1868cdf0e10cSrcweir            Text [ en-US ] = "P" ;
1869cdf0e10cSrcweir        };
1870cdf0e10cSrcweir        String 5 // Description of Parameter 2
1871cdf0e10cSrcweir        {
1872cdf0e10cSrcweir            Text [ en-US ] = "Periods. The number of interest payments per year." ;
1873cdf0e10cSrcweir        };
1874cdf0e10cSrcweir    };
1875cdf0e10cSrcweir    // -=*# Resource for function NOMINAL #*=-
1876cdf0e10cSrcweir    Resource SC_OPCODE_NOMINAL
1877cdf0e10cSrcweir    {
1878cdf0e10cSrcweir        String 1 // Description
1879cdf0e10cSrcweir        {
1880cdf0e10cSrcweir            Text [ en-US ] = "Calculates the yearly nominal interest rate as an effective interest rate." ;
1881cdf0e10cSrcweir        };
1882cdf0e10cSrcweir        ExtraData =
1883cdf0e10cSrcweir        {
1884cdf0e10cSrcweir            0;
1885cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1886cdf0e10cSrcweir            U2S( HID_FUNC_NOMINAL );
1887cdf0e10cSrcweir            2;  0;  0;
1888cdf0e10cSrcweir            0;
1889cdf0e10cSrcweir        };
1890cdf0e10cSrcweir        String 2 // Name of Parameter 1
1891cdf0e10cSrcweir        {
1892cdf0e10cSrcweir            Text [ en-US ] = "effect_rate" ;
1893cdf0e10cSrcweir        };
1894cdf0e10cSrcweir        String 3 // Description of Parameter 1
1895cdf0e10cSrcweir        {
1896cdf0e10cSrcweir            Text [ en-US ] = "The effective interest rate" ;
1897cdf0e10cSrcweir        };
1898cdf0e10cSrcweir        String 4 // Name of Parameter 2
1899cdf0e10cSrcweir        {
1900cdf0e10cSrcweir            Text [ en-US ] = "npery" ;
1901cdf0e10cSrcweir        };
1902cdf0e10cSrcweir        String 5 // Description of Parameter 2
1903cdf0e10cSrcweir        {
1904cdf0e10cSrcweir            Text [ en-US ] = "Periods. The number of interest payment per year." ;
1905cdf0e10cSrcweir        };
1906cdf0e10cSrcweir    };
1907cdf0e10cSrcweir    // -=*# Resource for function NBW #*=-
1908cdf0e10cSrcweir    Resource SC_OPCODE_NBW
1909cdf0e10cSrcweir    {
1910cdf0e10cSrcweir        String 1 // Description
1911cdf0e10cSrcweir        {
1912cdf0e10cSrcweir            Text [ en-US ] = "Net present value. Calculates the net present value of an investment based on a series of periodic payments and a discount rate." ;
1913cdf0e10cSrcweir        };
1914cdf0e10cSrcweir        ExtraData =
1915cdf0e10cSrcweir        {
1916cdf0e10cSrcweir            0;
1917cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1918cdf0e10cSrcweir            U2S( HID_FUNC_NBW );
1919cdf0e10cSrcweir            VAR_ARGS+1; 0;  0;
1920cdf0e10cSrcweir            0;
1921cdf0e10cSrcweir        };
1922cdf0e10cSrcweir        String 2 // Name of Parameter 1
1923cdf0e10cSrcweir        {
1924cdf0e10cSrcweir            Text [ en-US ] = "RATE" ;
1925cdf0e10cSrcweir        };
1926cdf0e10cSrcweir        String 3 // Description of Parameter 1
1927cdf0e10cSrcweir        {
1928cdf0e10cSrcweir            Text [ en-US ] = "The rate of discount for one period." ;
1929cdf0e10cSrcweir        };
1930cdf0e10cSrcweir        String 4 // Name of Parameter 2
1931cdf0e10cSrcweir        {
1932cdf0e10cSrcweir            Text [ en-US ] = "value " ;
1933cdf0e10cSrcweir        };
1934cdf0e10cSrcweir        String 5 // Description of Parameter 2
1935cdf0e10cSrcweir        {
1936cdf0e10cSrcweir            Text [ en-US ] = "Value 1, value 2,... are 1 to 30 arguments representing payments and income." ;
1937cdf0e10cSrcweir        };
1938cdf0e10cSrcweir    };
1939cdf0e10cSrcweir    // -=*# Resource for function IKV #*=-
1940cdf0e10cSrcweir    Resource SC_OPCODE_IKV
1941cdf0e10cSrcweir    {
1942cdf0e10cSrcweir        String 1 // Description
1943cdf0e10cSrcweir        {
1944cdf0e10cSrcweir            Text [ en-US ] = "Returns the actuarial rate of interest of an investment excluding costs or profits." ;
1945cdf0e10cSrcweir        };
1946cdf0e10cSrcweir        ExtraData =
1947cdf0e10cSrcweir        {
1948cdf0e10cSrcweir            0;
1949cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1950cdf0e10cSrcweir            U2S( HID_FUNC_IKV );
1951cdf0e10cSrcweir            2;  0;  1;
1952cdf0e10cSrcweir            0;
1953cdf0e10cSrcweir        };
1954cdf0e10cSrcweir        String 2 // Name of Parameter 1
1955cdf0e10cSrcweir        {
1956cdf0e10cSrcweir            Text [ en-US ] = "Values" ;
1957cdf0e10cSrcweir        };
1958cdf0e10cSrcweir        String 3 // Description of Parameter 1
1959cdf0e10cSrcweir        {
1960cdf0e10cSrcweir            Text [ en-US ] = "An array or reference to cells whose contents correspond to the payments. " ;
1961cdf0e10cSrcweir        };
1962cdf0e10cSrcweir        String 4 // Name of Parameter 2
1963cdf0e10cSrcweir        {
1964cdf0e10cSrcweir            Text [ en-US ] = "Guess" ;
1965cdf0e10cSrcweir        };
1966cdf0e10cSrcweir        String 5 // Description of Parameter 2
1967cdf0e10cSrcweir        {
1968cdf0e10cSrcweir            Text [ en-US ] = "Guess. An estimated value of the rate of return to be used for the iteration calculation." ;
1969cdf0e10cSrcweir        };
1970cdf0e10cSrcweir    };
1971cdf0e10cSrcweir    // -=*# Resource for function QIKV/MIRR #*=-
1972cdf0e10cSrcweir    Resource SC_OPCODE_MIRR
1973cdf0e10cSrcweir    {
1974cdf0e10cSrcweir        String 1 // Description
1975cdf0e10cSrcweir        {
1976cdf0e10cSrcweir            Text [ en-US ] = "Returns the modified internal rate of return for a series of investments." ;
1977cdf0e10cSrcweir        };
1978cdf0e10cSrcweir        ExtraData =
1979cdf0e10cSrcweir        {
1980cdf0e10cSrcweir            0;
1981cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
1982cdf0e10cSrcweir            U2S( HID_FUNC_QIKV );
1983cdf0e10cSrcweir            3;  0;  0;  0;
1984cdf0e10cSrcweir            0;
1985cdf0e10cSrcweir        };
1986cdf0e10cSrcweir        String 2 // Name of Parameter 1
1987cdf0e10cSrcweir        {
1988cdf0e10cSrcweir            Text [ en-US ] = "Values" ;
1989cdf0e10cSrcweir        };
1990cdf0e10cSrcweir        String 3 // Description of Parameter 1
1991cdf0e10cSrcweir        {
1992cdf0e10cSrcweir            Text [ en-US ] = "An array or reference to cells whose contents correspond to the payments." ;
1993cdf0e10cSrcweir        };
1994cdf0e10cSrcweir        String 4 // Name of Parameter 2
1995cdf0e10cSrcweir        {
1996cdf0e10cSrcweir            Text [ en-US ] = "investment" ;
1997cdf0e10cSrcweir        };
1998cdf0e10cSrcweir        String 5 // Description of Parameter 2
1999cdf0e10cSrcweir        {
2000cdf0e10cSrcweir            Text [ en-US ] = "Interest rate for investments (the negative values in the array)." ;
2001cdf0e10cSrcweir        };
2002cdf0e10cSrcweir        String 6 // Name of Parameter 3
2003cdf0e10cSrcweir        {
2004cdf0e10cSrcweir            Text [ en-US ] = "reinvest_rate" ;
2005cdf0e10cSrcweir        };
2006cdf0e10cSrcweir        String 7 // Description of Parameter 3
2007cdf0e10cSrcweir        {
2008cdf0e10cSrcweir            Text [ en-US ] = "interest rate for reinvestments (the positive values in the array)." ;
2009cdf0e10cSrcweir        };
2010cdf0e10cSrcweir    };
2011cdf0e10cSrcweir    // -=*# Resource for function ISPMT #*=-
2012cdf0e10cSrcweir    Resource SC_OPCODE_ISPMT
2013cdf0e10cSrcweir    {
2014cdf0e10cSrcweir        String 1 // Description
2015cdf0e10cSrcweir        {
2016cdf0e10cSrcweir            Text [ en-US ] = "Returns the amount of interest for constant amortization rates." ;
2017cdf0e10cSrcweir        };
2018cdf0e10cSrcweir        ExtraData =
2019cdf0e10cSrcweir        {
2020cdf0e10cSrcweir            0;
2021cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
2022cdf0e10cSrcweir            U2S( HID_FUNC_ISPMT );
2023cdf0e10cSrcweir            4;  0;  0;  0;  0;
2024cdf0e10cSrcweir            0;
2025cdf0e10cSrcweir        };
2026cdf0e10cSrcweir        String 2 // Name of Parameter 1
2027cdf0e10cSrcweir        {
2028cdf0e10cSrcweir            Text [ en-US ] = "rate" ;
2029cdf0e10cSrcweir        };
2030cdf0e10cSrcweir        String 3 // Description of Parameter 1
2031cdf0e10cSrcweir        {
2032cdf0e10cSrcweir            Text [ en-US ] = "Interest rate for a single amortization rate." ;
2033cdf0e10cSrcweir        };
2034cdf0e10cSrcweir        String 4 // Name of Parameter 2
2035cdf0e10cSrcweir        {
2036cdf0e10cSrcweir            Text [ en-US ] = "Period" ;
2037cdf0e10cSrcweir        };
2038cdf0e10cSrcweir        String 5 // Description of Parameter 2
2039cdf0e10cSrcweir        {
2040cdf0e10cSrcweir            Text [ en-US ] = "Number of amortization periods for the calculation of the interest." ;
2041cdf0e10cSrcweir        };
2042cdf0e10cSrcweir        String 6 // Name of Parameter 3
2043cdf0e10cSrcweir        {
2044cdf0e10cSrcweir            Text [ en-US ] = "total_periods" ;
2045cdf0e10cSrcweir        };
2046cdf0e10cSrcweir        String 7 // Description of Parameter 3
2047cdf0e10cSrcweir        {
2048cdf0e10cSrcweir            Text [ en-US ] = "Sum total of amortization periods." ;
2049cdf0e10cSrcweir        };
2050cdf0e10cSrcweir        String 8 // Name of Parameter 4
2051cdf0e10cSrcweir        {
2052cdf0e10cSrcweir            Text [ en-US ] = "invest" ;
2053cdf0e10cSrcweir        };
2054cdf0e10cSrcweir        String 9 // Description of Parameter 4
2055cdf0e10cSrcweir        {
2056cdf0e10cSrcweir            Text [ en-US ] = "Amount of the investment." ;
2057cdf0e10cSrcweir        };
2058cdf0e10cSrcweir    };
2059cdf0e10cSrcweir    // -=*# Resource for function LAUFZEIT #*=-
2060cdf0e10cSrcweir    Resource SC_OPCODE_LAUFZ
2061cdf0e10cSrcweir    {
2062cdf0e10cSrcweir        String 1 // Description
2063cdf0e10cSrcweir        {
2064cdf0e10cSrcweir            Text [ en-US ] = "Duration. Calculates the number of periods required by an investment to attain the desired value." ;
2065cdf0e10cSrcweir        };
2066cdf0e10cSrcweir        ExtraData =
2067cdf0e10cSrcweir        {
2068cdf0e10cSrcweir            0;
2069cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
2070cdf0e10cSrcweir            U2S( HID_FUNC_LAUFZEIT );
2071cdf0e10cSrcweir            3;  0;  0;  0;
2072cdf0e10cSrcweir            0;
2073cdf0e10cSrcweir        };
2074cdf0e10cSrcweir        String 2 // Name of Parameter 1
2075cdf0e10cSrcweir        {
2076cdf0e10cSrcweir            Text [ en-US ] = "RATE" ;
2077cdf0e10cSrcweir        };
2078cdf0e10cSrcweir        String 3 // Description of Parameter 1
2079cdf0e10cSrcweir        {
2080cdf0e10cSrcweir            Text [ en-US ] = "The constant rate of interest." ;
2081cdf0e10cSrcweir        };
2082cdf0e10cSrcweir        String 4 // Name of Parameter 2
2083cdf0e10cSrcweir        {
2084cdf0e10cSrcweir            Text [ en-US ] = "pv" ;
2085cdf0e10cSrcweir        };
2086cdf0e10cSrcweir        String 5 // Description of Parameter 2
2087cdf0e10cSrcweir        {
2088cdf0e10cSrcweir            Text [ en-US ] = "The present value. The current value of the investment." ;
2089cdf0e10cSrcweir        };
2090cdf0e10cSrcweir        String 6 // Name of Parameter 3
2091cdf0e10cSrcweir        {
2092cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
2093cdf0e10cSrcweir        };
2094cdf0e10cSrcweir        String 7 // Description of Parameter 3
2095cdf0e10cSrcweir        {
2096cdf0e10cSrcweir            Text [ en-US ] = "The future value of the investment." ;
2097cdf0e10cSrcweir        };
2098cdf0e10cSrcweir    };
2099cdf0e10cSrcweir    // -=*# Resource for function ZGZ #*=-
2100cdf0e10cSrcweir    Resource SC_OPCODE_ZGZ
2101cdf0e10cSrcweir    {
2102cdf0e10cSrcweir        String 1 // Description
2103cdf0e10cSrcweir        {
2104cdf0e10cSrcweir            Text [ en-US ] = "Interest. Calculates the interest rate which represents the rate of return from an investment." ;
2105cdf0e10cSrcweir        };
2106cdf0e10cSrcweir        ExtraData =
2107cdf0e10cSrcweir        {
2108cdf0e10cSrcweir            0;
2109cdf0e10cSrcweir            ID_FUNCTION_GRP_FINANZ;
2110cdf0e10cSrcweir            U2S( HID_FUNC_ZGZ );
2111cdf0e10cSrcweir            3;  0;  0;  0;
2112cdf0e10cSrcweir            0;
2113cdf0e10cSrcweir        };
2114cdf0e10cSrcweir        String 2 // Name of Parameter 1
2115cdf0e10cSrcweir        {
2116cdf0e10cSrcweir            Text [ en-US ] = "P" ;
2117cdf0e10cSrcweir        };
2118cdf0e10cSrcweir        String 3 // Description of Parameter 1
2119cdf0e10cSrcweir        {
2120cdf0e10cSrcweir            Text [ en-US ] = "The number of periods used in the calculation." ;
2121cdf0e10cSrcweir        };
2122cdf0e10cSrcweir        String 4 // Name of Parameter 2
2123cdf0e10cSrcweir        {
2124cdf0e10cSrcweir            Text [ en-US ] = "pv" ;
2125cdf0e10cSrcweir        };
2126cdf0e10cSrcweir        String 5 // Description of Parameter 2
2127cdf0e10cSrcweir        {
2128cdf0e10cSrcweir            Text [ en-US ] = "Present value. The current value of the investment." ;
2129cdf0e10cSrcweir        };
2130cdf0e10cSrcweir        String 6 // Name of Parameter 3
2131cdf0e10cSrcweir        {
2132cdf0e10cSrcweir            Text [ en-US ] = "FV" ;
2133cdf0e10cSrcweir        };
2134cdf0e10cSrcweir        String 7 // Description of Parameter 3
2135cdf0e10cSrcweir        {
2136cdf0e10cSrcweir            Text [ en-US ] = "The future value of the investment." ;
2137cdf0e10cSrcweir        };
2138cdf0e10cSrcweir    };
2139cdf0e10cSrcweir    // -=*# Resource for function ISTBEZUG #*=-
2140cdf0e10cSrcweir    Resource SC_OPCODE_IS_REF
2141cdf0e10cSrcweir    {
2142cdf0e10cSrcweir        String 1 // Description
2143cdf0e10cSrcweir        {
2144cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value is a reference." ;
2145cdf0e10cSrcweir        };
2146cdf0e10cSrcweir        ExtraData =
2147cdf0e10cSrcweir        {
2148cdf0e10cSrcweir            0;
2149cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2150cdf0e10cSrcweir            U2S( HID_FUNC_ISTBEZUG );
2151cdf0e10cSrcweir            1;  0;
2152cdf0e10cSrcweir            0;
2153cdf0e10cSrcweir        };
2154cdf0e10cSrcweir        String 2 // Name of Parameter 1
2155cdf0e10cSrcweir        {
2156cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2157cdf0e10cSrcweir        };
2158cdf0e10cSrcweir        String 3 // Description of Parameter 1
2159cdf0e10cSrcweir        {
2160cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2161cdf0e10cSrcweir        };
2162cdf0e10cSrcweir    };
2163cdf0e10cSrcweir    // -=*# Resource for function ISTFEHL #*=-
2164cdf0e10cSrcweir    Resource SC_OPCODE_IS_ERR
2165cdf0e10cSrcweir    {
2166cdf0e10cSrcweir        String 1 // Description
2167cdf0e10cSrcweir        {
2168cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if the value is an error value not equal to #N/A." ;
2169cdf0e10cSrcweir        };
2170cdf0e10cSrcweir        ExtraData =
2171cdf0e10cSrcweir        {
2172cdf0e10cSrcweir            0;
2173cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2174cdf0e10cSrcweir            U2S( HID_FUNC_ISTFEHL );
2175cdf0e10cSrcweir            1;  0;
2176cdf0e10cSrcweir            0;
2177cdf0e10cSrcweir        };
2178cdf0e10cSrcweir        String 2 // Name of Parameter 1
2179cdf0e10cSrcweir        {
2180cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2181cdf0e10cSrcweir        };
2182cdf0e10cSrcweir        String 3 // Description of Parameter 1
2183cdf0e10cSrcweir        {
2184cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2185cdf0e10cSrcweir        };
2186cdf0e10cSrcweir    };
2187cdf0e10cSrcweir    // -=*# Resource for function ISTFEHLER #*=-
2188cdf0e10cSrcweir    Resource SC_OPCODE_IS_ERROR
2189cdf0e10cSrcweir    {
2190cdf0e10cSrcweir        String 1 // Description
2191cdf0e10cSrcweir        {
2192cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if the value is an error value." ;
2193cdf0e10cSrcweir        };
2194cdf0e10cSrcweir        ExtraData =
2195cdf0e10cSrcweir        {
2196cdf0e10cSrcweir            0;
2197cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2198cdf0e10cSrcweir            U2S( HID_FUNC_ISTFEHLER );
2199cdf0e10cSrcweir            1;  0;
2200cdf0e10cSrcweir            0;
2201cdf0e10cSrcweir        };
2202cdf0e10cSrcweir        String 2 // Name of Parameter 1
2203cdf0e10cSrcweir        {
2204cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2205cdf0e10cSrcweir        };
2206cdf0e10cSrcweir        String 3 // Description of Parameter 1
2207cdf0e10cSrcweir        {
2208cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2209cdf0e10cSrcweir        };
2210cdf0e10cSrcweir    };
2211cdf0e10cSrcweir    // -=*# Resource for function ISTLEER #*=-
2212cdf0e10cSrcweir    Resource SC_OPCODE_IS_EMPTY
2213cdf0e10cSrcweir    {
2214cdf0e10cSrcweir        String 1 // Description
2215cdf0e10cSrcweir        {
2216cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value refers to an empty cell." ;
2217cdf0e10cSrcweir        };
2218cdf0e10cSrcweir        ExtraData =
2219cdf0e10cSrcweir        {
2220cdf0e10cSrcweir            0;
2221cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2222cdf0e10cSrcweir            U2S( HID_FUNC_ISTLEER );
2223cdf0e10cSrcweir            1;  0;
2224cdf0e10cSrcweir            0;
2225cdf0e10cSrcweir        };
2226cdf0e10cSrcweir        String 2 // Name of Parameter 1
2227cdf0e10cSrcweir        {
2228cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2229cdf0e10cSrcweir        };
2230cdf0e10cSrcweir        String 3 // Description of Parameter 1
2231cdf0e10cSrcweir        {
2232cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2233cdf0e10cSrcweir        };
2234cdf0e10cSrcweir    };
2235cdf0e10cSrcweir    // -=*# Resource for function ISTLOG #*=-
2236cdf0e10cSrcweir    Resource SC_OPCODE_IS_LOGICAL
2237cdf0e10cSrcweir    {
2238cdf0e10cSrcweir        String 1 // Description
2239cdf0e10cSrcweir        {
2240cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if the value carries a logical number format." ;
2241cdf0e10cSrcweir        };
2242cdf0e10cSrcweir        ExtraData =
2243cdf0e10cSrcweir        {
2244cdf0e10cSrcweir            0;
2245cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2246cdf0e10cSrcweir            U2S( HID_FUNC_ISTLOG );
2247cdf0e10cSrcweir            1;  0;
2248cdf0e10cSrcweir            0;
2249cdf0e10cSrcweir        };
2250cdf0e10cSrcweir        String 2 // Name of Parameter 1
2251cdf0e10cSrcweir        {
2252cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2253cdf0e10cSrcweir        };
2254cdf0e10cSrcweir        String 3 // Description of Parameter 1
2255cdf0e10cSrcweir        {
2256cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2257cdf0e10cSrcweir        };
2258cdf0e10cSrcweir    };
2259cdf0e10cSrcweir    // -=*# Resource for function ISTNV #*=-
2260cdf0e10cSrcweir    Resource SC_OPCODE_IS_NV
2261cdf0e10cSrcweir    {
2262cdf0e10cSrcweir        String 1 // Description
2263cdf0e10cSrcweir        {
2264cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value equals #N/A." ;
2265cdf0e10cSrcweir        };
2266cdf0e10cSrcweir        ExtraData =
2267cdf0e10cSrcweir        {
2268cdf0e10cSrcweir            0;
2269cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2270cdf0e10cSrcweir            U2S( HID_FUNC_ISTNV );
2271cdf0e10cSrcweir            1;  0;
2272cdf0e10cSrcweir            0;
2273cdf0e10cSrcweir        };
2274cdf0e10cSrcweir        String 2 // Name of Parameter 1
2275cdf0e10cSrcweir        {
2276cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2277cdf0e10cSrcweir        };
2278cdf0e10cSrcweir        String 3 // Description of Parameter 1
2279cdf0e10cSrcweir        {
2280cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2281cdf0e10cSrcweir        };
2282cdf0e10cSrcweir    };
2283cdf0e10cSrcweir    // -=*# Resource for function ISTKTEXT #*=-
2284cdf0e10cSrcweir    Resource SC_OPCODE_IS_NON_STRING
2285cdf0e10cSrcweir    {
2286cdf0e10cSrcweir        String 1 // Description
2287cdf0e10cSrcweir        {
2288cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if the value is not text." ;
2289cdf0e10cSrcweir        };
2290cdf0e10cSrcweir        ExtraData =
2291cdf0e10cSrcweir        {
2292cdf0e10cSrcweir            0;
2293cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2294cdf0e10cSrcweir            U2S( HID_FUNC_ISTKTEXT );
2295cdf0e10cSrcweir            1;  0;
2296cdf0e10cSrcweir            0;
2297cdf0e10cSrcweir        };
2298cdf0e10cSrcweir        String 2 // Name of Parameter 1
2299cdf0e10cSrcweir        {
2300cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2301cdf0e10cSrcweir        };
2302cdf0e10cSrcweir        String 3 // Description of Parameter 1
2303cdf0e10cSrcweir        {
2304cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2305cdf0e10cSrcweir        };
2306cdf0e10cSrcweir    };
2307cdf0e10cSrcweir    // -=*# Resource for function ISTTEXT #*=-
2308cdf0e10cSrcweir    Resource SC_OPCODE_IS_STRING
2309cdf0e10cSrcweir    {
2310cdf0e10cSrcweir        String 1 // Description
2311cdf0e10cSrcweir        {
2312cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value is text." ;
2313cdf0e10cSrcweir        };
2314cdf0e10cSrcweir        ExtraData =
2315cdf0e10cSrcweir        {
2316cdf0e10cSrcweir            0;
2317cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2318cdf0e10cSrcweir            U2S( HID_FUNC_ISTTEXT );
2319cdf0e10cSrcweir            1;  0;
2320cdf0e10cSrcweir            0;
2321cdf0e10cSrcweir        };
2322cdf0e10cSrcweir        String 2 // Name of Parameter 1
2323cdf0e10cSrcweir        {
2324cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2325cdf0e10cSrcweir        };
2326cdf0e10cSrcweir        String 3 // Description of Parameter 1
2327cdf0e10cSrcweir        {
2328cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2329cdf0e10cSrcweir        };
2330cdf0e10cSrcweir    };
2331cdf0e10cSrcweir    // -=*# Resource for function ISTZAHL #*=-
2332cdf0e10cSrcweir    Resource SC_OPCODE_IS_VALUE
2333cdf0e10cSrcweir    {
2334cdf0e10cSrcweir        String 1 // Description
2335cdf0e10cSrcweir        {
2336cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value is a number." ;
2337cdf0e10cSrcweir        };
2338cdf0e10cSrcweir        ExtraData =
2339cdf0e10cSrcweir        {
2340cdf0e10cSrcweir            0;
2341cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2342cdf0e10cSrcweir            U2S( HID_FUNC_ISTZAHL );
2343cdf0e10cSrcweir            1;  0;
2344cdf0e10cSrcweir            0;
2345cdf0e10cSrcweir        };
2346cdf0e10cSrcweir        String 2 // Name of Parameter 1
2347cdf0e10cSrcweir        {
2348cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2349cdf0e10cSrcweir        };
2350cdf0e10cSrcweir        String 3 // Description of Parameter 1
2351cdf0e10cSrcweir        {
2352cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
2353cdf0e10cSrcweir        };
2354cdf0e10cSrcweir    };
2355cdf0e10cSrcweir    // -=*# Resource for function ISTFORMEL #*=-
2356cdf0e10cSrcweir    Resource SC_OPCODE_IS_FORMULA
2357cdf0e10cSrcweir    {
2358cdf0e10cSrcweir        String 1 // Description
2359cdf0e10cSrcweir        {
2360cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if the cell is a formula cell." ;
2361cdf0e10cSrcweir        };
2362cdf0e10cSrcweir        ExtraData =
2363cdf0e10cSrcweir        {
2364cdf0e10cSrcweir            0;
2365cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2366cdf0e10cSrcweir            U2S( HID_FUNC_ISTFORMEL );
2367cdf0e10cSrcweir            1;  0;
2368cdf0e10cSrcweir            0;
2369cdf0e10cSrcweir        };
2370cdf0e10cSrcweir        String 2 // Name of Parameter 1
2371cdf0e10cSrcweir        {
2372cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
2373cdf0e10cSrcweir        };
2374cdf0e10cSrcweir        String 3 // Description of Parameter 1
2375cdf0e10cSrcweir        {
2376cdf0e10cSrcweir            Text [ en-US ] = "The cell to be checked." ;
2377cdf0e10cSrcweir        };
2378cdf0e10cSrcweir    };
2379cdf0e10cSrcweir    // -=*# Resource for function FORMEL #*=-
2380cdf0e10cSrcweir    Resource SC_OPCODE_FORMULA
2381cdf0e10cSrcweir    {
2382cdf0e10cSrcweir        String 1 // Description
2383cdf0e10cSrcweir        {
2384cdf0e10cSrcweir            Text [ en-US ] = "Returns the formula of a formula cell." ;
2385cdf0e10cSrcweir        };
2386cdf0e10cSrcweir        ExtraData =
2387cdf0e10cSrcweir        {
2388cdf0e10cSrcweir            0;
2389cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2390cdf0e10cSrcweir            U2S( HID_FUNC_FORMEL );
2391cdf0e10cSrcweir            1;  0;
2392cdf0e10cSrcweir            0;
2393cdf0e10cSrcweir        };
2394cdf0e10cSrcweir        String 2 // Name of Parameter 1
2395cdf0e10cSrcweir        {
2396cdf0e10cSrcweir            Text [ en-US ] = "Reference" ;
2397cdf0e10cSrcweir        };
2398cdf0e10cSrcweir        String 3 // Description of Parameter 1
2399cdf0e10cSrcweir        {
2400cdf0e10cSrcweir            Text [ en-US ] = "The formula cell." ;
2401cdf0e10cSrcweir        };
2402cdf0e10cSrcweir    };
2403cdf0e10cSrcweir    // -=*# Resource for function N #*=-
2404cdf0e10cSrcweir    Resource SC_OPCODE_N
2405cdf0e10cSrcweir    {
2406cdf0e10cSrcweir        String 1 // Description
2407cdf0e10cSrcweir        {
2408cdf0e10cSrcweir            Text [ en-US ] = "Converts a value to a number." ;
2409cdf0e10cSrcweir        };
2410cdf0e10cSrcweir        ExtraData =
2411cdf0e10cSrcweir        {
2412cdf0e10cSrcweir            0;
2413cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2414cdf0e10cSrcweir            U2S( HID_FUNC_N );
2415cdf0e10cSrcweir            1;  0;
2416cdf0e10cSrcweir            0;
2417cdf0e10cSrcweir        };
2418cdf0e10cSrcweir        String 2 // Name of Parameter 1
2419cdf0e10cSrcweir        {
2420cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2421cdf0e10cSrcweir        };
2422cdf0e10cSrcweir        String 3 // Description of Parameter 1
2423cdf0e10cSrcweir        {
2424cdf0e10cSrcweir            Text [ en-US ] = "The value to be interpreted as a number." ;
2425cdf0e10cSrcweir        };
2426cdf0e10cSrcweir    };
2427cdf0e10cSrcweir    // -=*# Resource for function NV #*=-
2428cdf0e10cSrcweir    Resource SC_OPCODE_NO_VALUE
2429cdf0e10cSrcweir    {
2430cdf0e10cSrcweir        String 1 // Description
2431cdf0e10cSrcweir        {
2432cdf0e10cSrcweir            Text [ en-US ] = "Not available. Returns the error value #N/A." ;
2433cdf0e10cSrcweir        };
2434cdf0e10cSrcweir        ExtraData =
2435cdf0e10cSrcweir        {
2436cdf0e10cSrcweir            0;
2437cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2438cdf0e10cSrcweir            U2S( HID_FUNC_NV );
2439cdf0e10cSrcweir            0;
2440cdf0e10cSrcweir            0;
2441cdf0e10cSrcweir        };
2442cdf0e10cSrcweir    };
2443cdf0e10cSrcweir    // -=*# Resource for function TYP #*=-
2444cdf0e10cSrcweir    Resource SC_OPCODE_TYPE
2445cdf0e10cSrcweir    {
2446cdf0e10cSrcweir        String 1 // Description
2447cdf0e10cSrcweir        {
2448dfadc01fSDamjan Jovanovic            Text [ en-US ] = "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)." ;
2449cdf0e10cSrcweir        };
2450cdf0e10cSrcweir        ExtraData =
2451cdf0e10cSrcweir        {
2452cdf0e10cSrcweir            0;
2453cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2454cdf0e10cSrcweir            U2S( HID_FUNC_TYP );
2455cdf0e10cSrcweir            1;  0;
2456cdf0e10cSrcweir            0;
2457cdf0e10cSrcweir        };
2458cdf0e10cSrcweir        String 2 // Name of Parameter 1
2459cdf0e10cSrcweir        {
2460cdf0e10cSrcweir            Text [ en-US ] = "value" ;
2461cdf0e10cSrcweir        };
2462cdf0e10cSrcweir        String 3 // Description of Parameter 1
2463cdf0e10cSrcweir        {
2464cdf0e10cSrcweir            Text [ en-US ] = "The value for which the data type is to be determined." ;
2465cdf0e10cSrcweir        };
2466cdf0e10cSrcweir    };
2467cdf0e10cSrcweir    // -=*# Resource for function CELL/ZELLE #*=-
2468cdf0e10cSrcweir    Resource SC_OPCODE_CELL
2469cdf0e10cSrcweir    {
2470cdf0e10cSrcweir        String 1 // Description
2471cdf0e10cSrcweir        {
2472cdf0e10cSrcweir            Text [ en-US ] = "Determines information about address, formatting or contents of a cell." ;
2473cdf0e10cSrcweir        };
2474cdf0e10cSrcweir        ExtraData =
2475cdf0e10cSrcweir        {
2476cdf0e10cSrcweir            0;
2477cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2478cdf0e10cSrcweir            U2S( HID_FUNC_ZELLE );
2479cdf0e10cSrcweir            2;  0;  1;
2480cdf0e10cSrcweir            0;
2481cdf0e10cSrcweir        };
2482cdf0e10cSrcweir        String 2 // Name of Parameter 1
2483cdf0e10cSrcweir        {
2484cdf0e10cSrcweir            Text [ en-US ] = "info_type" ;
2485cdf0e10cSrcweir        };
2486cdf0e10cSrcweir        String 3 // Description of Parameter 1
2487cdf0e10cSrcweir        {
2488cdf0e10cSrcweir            Text [ en-US ] = "String that specifies the type of information." ;
2489cdf0e10cSrcweir        };
2490cdf0e10cSrcweir        String 4 // Name of Parameter 2
2491cdf0e10cSrcweir        {
2492cdf0e10cSrcweir            Text [ en-US ] = "Reference" ;
2493cdf0e10cSrcweir        };
2494cdf0e10cSrcweir        String 5 // Description of Parameter 2
2495cdf0e10cSrcweir        {
2496cdf0e10cSrcweir            Text [ en-US ] = "The position of the cell you want to examine." ;
2497cdf0e10cSrcweir        };
2498cdf0e10cSrcweir    };
2499cdf0e10cSrcweir    // -=*# Resource for function AKTUELL #*=-
2500cdf0e10cSrcweir    Resource SC_OPCODE_CURRENT
2501cdf0e10cSrcweir    {
2502cdf0e10cSrcweir        String 1 // Description
2503cdf0e10cSrcweir        {
2504cdf0e10cSrcweir            Text [ en-US ] = "Calculates the current value of the formula at the present location. " ;
2505cdf0e10cSrcweir        };
2506cdf0e10cSrcweir        ExtraData =
2507cdf0e10cSrcweir        {
2508cdf0e10cSrcweir            0;
2509cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
2510cdf0e10cSrcweir            U2S( HID_FUNC_AKTUELL );
2511cdf0e10cSrcweir            0;
2512cdf0e10cSrcweir            0;
2513cdf0e10cSrcweir        };
2514cdf0e10cSrcweir    };
2515cdf0e10cSrcweir    // -=*# Resource for function FALSCH #*=-
2516cdf0e10cSrcweir    Resource SC_OPCODE_FALSE
2517cdf0e10cSrcweir    {
2518cdf0e10cSrcweir        String 1 // Description
2519cdf0e10cSrcweir        {
2520cdf0e10cSrcweir            Text [ en-US ] = "Defines the logical value as FALSE." ;
2521cdf0e10cSrcweir        };
2522cdf0e10cSrcweir        ExtraData =
2523cdf0e10cSrcweir        {
2524cdf0e10cSrcweir            0;
2525cdf0e10cSrcweir            ID_FUNCTION_GRP_LOGIC;
2526cdf0e10cSrcweir            U2S( HID_FUNC_FALSCH );
2527cdf0e10cSrcweir            0;
2528cdf0e10cSrcweir            0;
2529cdf0e10cSrcweir        };
2530cdf0e10cSrcweir    };
2531cdf0e10cSrcweir    // -=*# Resource for function NICHT #*=-
2532cdf0e10cSrcweir    Resource SC_OPCODE_NOT
2533cdf0e10cSrcweir    {
2534cdf0e10cSrcweir        String 1 // Description
2535cdf0e10cSrcweir        {
2536cdf0e10cSrcweir            Text [ en-US ] = "Reverses the value of the argument." ;
2537cdf0e10cSrcweir        };
2538cdf0e10cSrcweir        ExtraData =
2539cdf0e10cSrcweir        {
2540cdf0e10cSrcweir            0;
2541cdf0e10cSrcweir            ID_FUNCTION_GRP_LOGIC;
2542cdf0e10cSrcweir            U2S( HID_FUNC_NICHT );
2543cdf0e10cSrcweir            1;  0;
2544cdf0e10cSrcweir            0;
2545cdf0e10cSrcweir        };
2546cdf0e10cSrcweir        String 2 // Name of Parameter 1
2547cdf0e10cSrcweir        {
2548cdf0e10cSrcweir            Text [ en-US ] = "Logical value" ;
2549cdf0e10cSrcweir        };
2550cdf0e10cSrcweir        String 3 // Description of Parameter 1
2551cdf0e10cSrcweir        {
2552cdf0e10cSrcweir            Text [ en-US ] = "An expression that can be either TRUE or FALSE." ;
2553cdf0e10cSrcweir        };
2554cdf0e10cSrcweir    };
2555cdf0e10cSrcweir    // -=*# Resource for function WAHR #*=-
2556cdf0e10cSrcweir    Resource SC_OPCODE_TRUE
2557cdf0e10cSrcweir    {
2558cdf0e10cSrcweir        String 1 // Description
2559cdf0e10cSrcweir        {
2560cdf0e10cSrcweir            Text [ en-US ] = "Returns the logical value TRUE." ;
2561cdf0e10cSrcweir        };
2562cdf0e10cSrcweir        ExtraData =
2563cdf0e10cSrcweir        {
2564cdf0e10cSrcweir            0;
2565cdf0e10cSrcweir            ID_FUNCTION_GRP_LOGIC;
2566cdf0e10cSrcweir            U2S( HID_FUNC_WAHR );
2567cdf0e10cSrcweir            0;
2568cdf0e10cSrcweir            0;
2569cdf0e10cSrcweir        };
2570cdf0e10cSrcweir    };
2571cdf0e10cSrcweir    // -=*# Resource for function WENN #*=-
2572cdf0e10cSrcweir    Resource SC_OPCODE_IF
2573cdf0e10cSrcweir    {
2574cdf0e10cSrcweir        String 1 // Description
2575cdf0e10cSrcweir        {
2576cdf0e10cSrcweir            Text [ en-US ] = "Specifies a logical test to be performed." ;
2577cdf0e10cSrcweir        };
2578cdf0e10cSrcweir        ExtraData =
2579cdf0e10cSrcweir        {
2580cdf0e10cSrcweir            0;
2581cdf0e10cSrcweir            ID_FUNCTION_GRP_LOGIC;
2582cdf0e10cSrcweir            U2S( HID_FUNC_WENN );
2583cdf0e10cSrcweir            3;  0;  1;  1;
2584cdf0e10cSrcweir            0;
2585cdf0e10cSrcweir        };
2586cdf0e10cSrcweir        String 2 // Name of Parameter 1
2587cdf0e10cSrcweir        {
2588cdf0e10cSrcweir            Text [ en-US ] = "Test" ;
2589cdf0e10cSrcweir        };
2590cdf0e10cSrcweir        String 3 // Description of Parameter 1
2591cdf0e10cSrcweir        {
2592cdf0e10cSrcweir            Text [ en-US ] = "Any value or expression which can be either TRUE or FALSE." ;
2593cdf0e10cSrcweir        };
2594cdf0e10cSrcweir        String 4 // Name of Parameter 2
2595cdf0e10cSrcweir        {
2596cdf0e10cSrcweir            Text [ en-US ] = "Then_value" ;
2597cdf0e10cSrcweir        };
2598cdf0e10cSrcweir        String 5 // Description of Parameter 2
2599cdf0e10cSrcweir        {
2600cdf0e10cSrcweir            Text [ en-US ] = "The result of the function if the logical test returns a TRUE." ;
2601cdf0e10cSrcweir        };
2602cdf0e10cSrcweir        String 6 // Name of Parameter 3
2603cdf0e10cSrcweir        {
2604cdf0e10cSrcweir            Text [ en-US ] = "Otherwise_value" ;
2605cdf0e10cSrcweir        };
2606cdf0e10cSrcweir        String 7 // Description of Parameter 3
2607cdf0e10cSrcweir        {
2608cdf0e10cSrcweir            Text [ en-US ] = "The result of the function if the logical test returns FALSE." ;
2609cdf0e10cSrcweir        };
2610cdf0e10cSrcweir    };
2611cdf0e10cSrcweir    // -=*# Resource for function ODER #*=-
2612cdf0e10cSrcweir    Resource SC_OPCODE_OR
2613cdf0e10cSrcweir    {
2614cdf0e10cSrcweir        String 1 // Description
2615cdf0e10cSrcweir        {
2616cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if an argument is TRUE." ;
2617cdf0e10cSrcweir        };
2618cdf0e10cSrcweir        ExtraData =
2619cdf0e10cSrcweir        {
2620cdf0e10cSrcweir            0;
2621cdf0e10cSrcweir            ID_FUNCTION_GRP_LOGIC;
2622cdf0e10cSrcweir            U2S( HID_FUNC_ODER );
2623cdf0e10cSrcweir            VAR_ARGS;   0;
2624cdf0e10cSrcweir            0;
2625cdf0e10cSrcweir        };
2626cdf0e10cSrcweir        String 2 // Name of Parameter 1
2627cdf0e10cSrcweir        {
2628cdf0e10cSrcweir            Text [ en-US ] = "Logical value " ;
2629cdf0e10cSrcweir        };
2630cdf0e10cSrcweir        String 3 // Description of Parameter 1
2631cdf0e10cSrcweir        {
2632cdf0e10cSrcweir            Text [ en-US ] = "Logical value 1, logical value 2,... are 1 to 30 conditions to be tested and which return either TRUE or FALSE." ;
2633cdf0e10cSrcweir        };
2634cdf0e10cSrcweir    };
2635cdf0e10cSrcweir    // -=*# Resource for function UND #*=-
2636cdf0e10cSrcweir    Resource SC_OPCODE_AND
2637cdf0e10cSrcweir    {
2638cdf0e10cSrcweir        String 1 // Description
2639cdf0e10cSrcweir        {
2640cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if all arguments are TRUE." ;
2641cdf0e10cSrcweir        };
2642cdf0e10cSrcweir        ExtraData =
2643cdf0e10cSrcweir        {
2644cdf0e10cSrcweir            0;
2645cdf0e10cSrcweir            ID_FUNCTION_GRP_LOGIC;
2646cdf0e10cSrcweir            U2S( HID_FUNC_UND );
2647cdf0e10cSrcweir            VAR_ARGS;   0;
2648cdf0e10cSrcweir            0;
2649cdf0e10cSrcweir        };
2650cdf0e10cSrcweir        String 2 // Name of Parameter 1
2651cdf0e10cSrcweir        {
2652cdf0e10cSrcweir            Text [ en-US ] = "Logical value " ;
2653cdf0e10cSrcweir        };
2654cdf0e10cSrcweir        String 3 // Description of Parameter 1
2655cdf0e10cSrcweir        {
2656cdf0e10cSrcweir            Text [ en-US ] = "Logical value 1, logical value 2;...are 1 to 30 conditions to be tested and each returns either TRUE or FALSE." ;
2657cdf0e10cSrcweir        };
2658cdf0e10cSrcweir    };
2659245212b4SAndrew Rist
2660245212b4SAndrew Rist    // -=*# Resource for function XOR #*=-
2661245212b4SAndrew Rist    Resource SC_OPCODE_XOR
2662245212b4SAndrew Rist    {
2663245212b4SAndrew Rist        String 1 // Description
2664245212b4SAndrew Rist        {
2665245212b4SAndrew Rist            Text [ en-US ] = "Returns TRUE if exactly one of the arguments is TRUE." ;
2666245212b4SAndrew Rist        };
2667245212b4SAndrew Rist        ExtraData =
2668245212b4SAndrew Rist        {
2669245212b4SAndrew Rist            0;
2670245212b4SAndrew Rist            ID_FUNCTION_GRP_LOGIC;
2671245212b4SAndrew Rist            U2S( HID_FUNC_XOR );
2672245212b4SAndrew Rist            VAR_ARGS;   0;
2673245212b4SAndrew Rist            0;
2674245212b4SAndrew Rist        };
2675245212b4SAndrew Rist        String 2 // Name of Parameter 1
2676245212b4SAndrew Rist        {
2677245212b4SAndrew Rist            Text [ en-US ] = "Logical value " ;
2678245212b4SAndrew Rist        };
2679245212b4SAndrew Rist        String 3 // Description of Parameter 1
2680245212b4SAndrew Rist        {
2681245212b4SAndrew Rist            Text [ en-US ] = "Logical value 1, logical value 2,... are 1 to 30 conditions to be tested and which return either TRUE or FALSE." ;
2682245212b4SAndrew Rist        };
2683245212b4SAndrew Rist    };
2684cdf0e10cSrcweir    // -=*# Resource for function ABS #*=-
2685cdf0e10cSrcweir    Resource SC_OPCODE_ABS
2686cdf0e10cSrcweir    {
2687cdf0e10cSrcweir        String 1 // Description
2688cdf0e10cSrcweir        {
2689cdf0e10cSrcweir            Text [ en-US ] = "Absolute value of a number." ;
2690cdf0e10cSrcweir        };
2691cdf0e10cSrcweir        ExtraData =
2692cdf0e10cSrcweir        {
2693cdf0e10cSrcweir            0;
2694cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2695cdf0e10cSrcweir            U2S( HID_FUNC_ABS );
2696cdf0e10cSrcweir            1;  0;
2697cdf0e10cSrcweir            0;
2698cdf0e10cSrcweir        };
2699cdf0e10cSrcweir        String 2 // Name of Parameter 1
2700cdf0e10cSrcweir        {
2701cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
2702cdf0e10cSrcweir        };
2703cdf0e10cSrcweir        String 3 // Description of Parameter 1
2704cdf0e10cSrcweir        {
2705cdf0e10cSrcweir            Text [ en-US ] = "The number whose absolute value is to be returned." ;
2706cdf0e10cSrcweir        };
2707cdf0e10cSrcweir    };
2708cdf0e10cSrcweir    // -=*# Resource for function POTENZ #*=-
2709cdf0e10cSrcweir    Resource SC_OPCODE_POWER
2710cdf0e10cSrcweir    {
2711cdf0e10cSrcweir        String 1 // Description
2712cdf0e10cSrcweir        {
2713cdf0e10cSrcweir            Text [ en-US ] = "Returns a^b, base a raised to the power of exponent b." ;
2714cdf0e10cSrcweir        };
2715cdf0e10cSrcweir        ExtraData =
2716cdf0e10cSrcweir        {
2717cdf0e10cSrcweir            0;
2718cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2719cdf0e10cSrcweir            U2S( HID_FUNC_POTENZ );
2720cdf0e10cSrcweir            2;  0;  0;
2721cdf0e10cSrcweir            0;
2722cdf0e10cSrcweir        };
2723cdf0e10cSrcweir        String 2 // Name of Parameter 1
2724cdf0e10cSrcweir        {
2725cdf0e10cSrcweir            Text [ en-US ] = "Base" ;
2726cdf0e10cSrcweir        };
2727cdf0e10cSrcweir        String 3 // Description of Parameter 1
2728cdf0e10cSrcweir        {
2729cdf0e10cSrcweir            Text [ en-US ] = "The base a of the power a^b." ;
2730cdf0e10cSrcweir        };
2731cdf0e10cSrcweir        String 4 // Name of Parameter 2
2732cdf0e10cSrcweir        {
2733cdf0e10cSrcweir            Text [ en-US ] = "Exponent" ;
2734cdf0e10cSrcweir        };
2735cdf0e10cSrcweir        String 5 // Description of Parameter 2
2736cdf0e10cSrcweir        {
2737cdf0e10cSrcweir            Text [ en-US ] = "The exponent b of the power a^b." ;
2738cdf0e10cSrcweir        };
2739cdf0e10cSrcweir    };
2740cdf0e10cSrcweir    // -=*# Resource for function ANZAHLLEEREZELLEN #*=-
2741cdf0e10cSrcweir    Resource SC_OPCODE_COUNT_EMPTY_CELLS
2742cdf0e10cSrcweir    {
2743cdf0e10cSrcweir        String 1 // Description
2744cdf0e10cSrcweir        {
2745cdf0e10cSrcweir            Text [ en-US ] = "Counts the blank cells in a specified range." ;
2746cdf0e10cSrcweir        };
2747cdf0e10cSrcweir        ExtraData =
2748cdf0e10cSrcweir        {
2749cdf0e10cSrcweir            0;
2750cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2751cdf0e10cSrcweir            U2S( HID_FUNC_ANZAHLLEEREZELLEN );
2752cdf0e10cSrcweir            1;  0;
2753cdf0e10cSrcweir            0;
2754cdf0e10cSrcweir        };
2755cdf0e10cSrcweir        String 2 // Name of Parameter 1
2756cdf0e10cSrcweir        {
2757cdf0e10cSrcweir            Text [ en-US ] = "range" ;
2758cdf0e10cSrcweir        };
2759cdf0e10cSrcweir        String 3 // Description of Parameter 1
2760cdf0e10cSrcweir        {
2761cdf0e10cSrcweir            Text [ en-US ] = "The range in which empty cells are to be counted." ;
2762cdf0e10cSrcweir        };
2763cdf0e10cSrcweir    };
2764cdf0e10cSrcweir    // -=*# Resource for function PI #*=-
2765cdf0e10cSrcweir    Resource SC_OPCODE_PI
2766cdf0e10cSrcweir    {
2767cdf0e10cSrcweir        String 1 // Description
2768cdf0e10cSrcweir        {
2769cdf0e10cSrcweir            Text [ en-US ] = "Returns the value of the number Pi." ;
2770cdf0e10cSrcweir        };
2771cdf0e10cSrcweir        ExtraData =
2772cdf0e10cSrcweir        {
2773cdf0e10cSrcweir            0;
2774cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2775cdf0e10cSrcweir            U2S( HID_FUNC_PI );
2776cdf0e10cSrcweir            0;
2777cdf0e10cSrcweir            0;
2778cdf0e10cSrcweir        };
2779cdf0e10cSrcweir    };
2780cdf0e10cSrcweir    // -=*# Resource for function SUMME #*=-
2781cdf0e10cSrcweir    Resource SC_OPCODE_SUM
2782cdf0e10cSrcweir    {
2783cdf0e10cSrcweir        String 1 // Description
2784cdf0e10cSrcweir        {
2785cdf0e10cSrcweir            Text [ en-US ] = "Returns the sum of all arguments." ;
2786cdf0e10cSrcweir        };
2787cdf0e10cSrcweir        ExtraData =
2788cdf0e10cSrcweir        {
2789cdf0e10cSrcweir            0;
2790cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2791cdf0e10cSrcweir            U2S( HID_FUNC_SUMME );
2792cdf0e10cSrcweir            VAR_ARGS;   0;
2793cdf0e10cSrcweir            0;
2794cdf0e10cSrcweir        };
2795cdf0e10cSrcweir        String 2 // Name of Parameter 1
2796cdf0e10cSrcweir        {
2797cdf0e10cSrcweir            Text [ en-US ] = "number " ;
2798cdf0e10cSrcweir        };
2799cdf0e10cSrcweir        String 3 // Description of Parameter 1
2800cdf0e10cSrcweir        {
2801cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 arguments whose total is to be calculated." ;
2802cdf0e10cSrcweir        };
2803cdf0e10cSrcweir    };
2804cdf0e10cSrcweir    // -=*# Resource for function QUADRATESUMME #*=-
2805cdf0e10cSrcweir    Resource SC_OPCODE_SUM_SQ
2806cdf0e10cSrcweir    {
2807cdf0e10cSrcweir        String 1 // Description
2808cdf0e10cSrcweir        {
2809cdf0e10cSrcweir            Text [ en-US ] = "Returns the sum of the squares of the arguments." ;
2810cdf0e10cSrcweir        };
2811cdf0e10cSrcweir        ExtraData =
2812cdf0e10cSrcweir        {
2813cdf0e10cSrcweir            0;
2814cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2815cdf0e10cSrcweir            U2S( HID_FUNC_QUADRATESUMME );
2816cdf0e10cSrcweir            VAR_ARGS;   0;
2817cdf0e10cSrcweir            0;
2818cdf0e10cSrcweir        };
2819cdf0e10cSrcweir        String 2 // Name of Parameter 1
2820cdf0e10cSrcweir        {
2821cdf0e10cSrcweir            Text [ en-US ] = "number " ;
2822cdf0e10cSrcweir        };
2823cdf0e10cSrcweir        String 3 // Description of Parameter 1
2824cdf0e10cSrcweir        {
2825cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2,... are 1 to 30 arguments for which the sum of the squares is to be calculated." ;
2826cdf0e10cSrcweir        };
2827cdf0e10cSrcweir    };
2828cdf0e10cSrcweir    // -=*# Resource for function PRODUKT #*=-
2829cdf0e10cSrcweir    Resource SC_OPCODE_PRODUCT
2830cdf0e10cSrcweir    {
2831cdf0e10cSrcweir        String 1 // Description
2832cdf0e10cSrcweir        {
2833cdf0e10cSrcweir            Text [ en-US ] = "Multiplies the arguments." ;
2834cdf0e10cSrcweir        };
2835cdf0e10cSrcweir        ExtraData =
2836cdf0e10cSrcweir        {
2837cdf0e10cSrcweir            0;
2838cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2839cdf0e10cSrcweir            U2S( HID_FUNC_PRODUKT );
2840cdf0e10cSrcweir            VAR_ARGS;   0;
2841cdf0e10cSrcweir            0;
2842cdf0e10cSrcweir        };
2843cdf0e10cSrcweir        String 2 // Name of Parameter 1
2844cdf0e10cSrcweir        {
2845cdf0e10cSrcweir            Text [ en-US ] = "Number " ;
2846cdf0e10cSrcweir        };
2847cdf0e10cSrcweir        String 3 // Description of Parameter 1
2848cdf0e10cSrcweir        {
2849cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 arguments to be multiplied and a result returned." ;
2850cdf0e10cSrcweir        };
2851cdf0e10cSrcweir    };
2852cdf0e10cSrcweir    // -=*# Resource for function SUMMEWENN #*=-
2853cdf0e10cSrcweir    Resource SC_OPCODE_SUM_IF
2854cdf0e10cSrcweir    {
2855cdf0e10cSrcweir        String 1 // Description
2856cdf0e10cSrcweir        {
2857cdf0e10cSrcweir            Text [ en-US ] = "Totals the arguments that meet the conditions." ;
2858cdf0e10cSrcweir        };
2859cdf0e10cSrcweir        ExtraData =
2860cdf0e10cSrcweir        {
2861cdf0e10cSrcweir            0;
2862cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
2863cdf0e10cSrcweir            U2S( HID_FUNC_SUMMEWENN );
2864cdf0e10cSrcweir            3;  0;  0;  1;
2865cdf0e10cSrcweir            0;
2866cdf0e10cSrcweir        };
2867cdf0e10cSrcweir        String 2 // Name of Parameter 1
2868cdf0e10cSrcweir        {
2869cdf0e10cSrcweir            Text [ en-US ] = "range" ;
2870cdf0e10cSrcweir        };
2871cdf0e10cSrcweir        String 3 // Description of Parameter 1
2872cdf0e10cSrcweir        {
2873cdf0e10cSrcweir            Text [ en-US ] = "The range to be evaluated by the criteria given." ;
2874cdf0e10cSrcweir        };
2875cdf0e10cSrcweir        String 4 // Name of Parameter 2
2876cdf0e10cSrcweir        {
2877cdf0e10cSrcweir            Text [ en-US ] = "criteria" ;
2878cdf0e10cSrcweir        };
2879cdf0e10cSrcweir        String 5 // Description of Parameter 2
2880cdf0e10cSrcweir        {
2881cdf0e10cSrcweir            Text [ en-US ] = "The cell range in which the search criteria are given." ;
2882cdf0e10cSrcweir        };
2883cdf0e10cSrcweir        String 6 // Name of Parameter 3
2884cdf0e10cSrcweir        {
2885cdf0e10cSrcweir            Text [ en-US ] = "sum_range" ;
2886cdf0e10cSrcweir        };
2887cdf0e10cSrcweir        String 7 // Description of Parameter 3
2888cdf0e10cSrcweir        {
2889cdf0e10cSrcweir            Text [ en-US ] = "The range from which the values are to be totalled." ;
2890f53782ebSAndrew Rist        };
2891f53782ebSAndrew Rist    };
2892f53782ebSAndrew Rist
2893f53782ebSAndrew Rist    // -=*# Resource for function AVERAGEIF #*=-
2894f53782ebSAndrew Rist    Resource SC_OPCODE_AVERAGE_IF
2895f53782ebSAndrew Rist    {
2896f53782ebSAndrew Rist        String 1 // Description
2897f53782ebSAndrew Rist        {
2898f53782ebSAndrew Rist            Text [ en-US ] = "Averages the arguments that meet the conditions." ;
2899f53782ebSAndrew Rist        };
2900f53782ebSAndrew Rist        ExtraData =
2901f53782ebSAndrew Rist        {
2902f53782ebSAndrew Rist            0;
2903f53782ebSAndrew Rist            ID_FUNCTION_GRP_MATH;
2904f53782ebSAndrew Rist            U2S( HID_FUNC_AVERAGEIF );
2905f53782ebSAndrew Rist            3;  0;  0;  1;
2906f53782ebSAndrew Rist            0;
2907f53782ebSAndrew Rist        };
2908f53782ebSAndrew Rist        String 2 // Name of Parameter 1
2909f53782ebSAndrew Rist        {
2910f53782ebSAndrew Rist            Text [ en-US ] = "range" ;
2911f53782ebSAndrew Rist        };
2912f53782ebSAndrew Rist        String 3 // Description of Parameter 1
2913f53782ebSAndrew Rist        {
2914f53782ebSAndrew Rist            Text [ en-US ] = "The range to be evaluated by the criteria given." ;
2915f53782ebSAndrew Rist        };
2916f53782ebSAndrew Rist        String 4 // Name of Parameter 2
2917f53782ebSAndrew Rist        {
2918f53782ebSAndrew Rist            Text [ en-US ] = "criteria" ;
2919f53782ebSAndrew Rist        };
2920f53782ebSAndrew Rist        String 5 // Description of Parameter 2
2921f53782ebSAndrew Rist        {
2922f53782ebSAndrew Rist            Text [ en-US ] = "The cell range in which the search criteria are given." ;
2923f53782ebSAndrew Rist        };
2924f53782ebSAndrew Rist        String 6 // Name of Parameter 3
2925f53782ebSAndrew Rist        {
2926f53782ebSAndrew Rist            Text [ en-US ] = "average_range" ;
2927f53782ebSAndrew Rist        };
2928f53782ebSAndrew Rist        String 7 // Description of Parameter 3
2929f53782ebSAndrew Rist        {
2930f53782ebSAndrew Rist            Text [ en-US ] = "The range from which the values are to be averaged." ;
2931cdf0e10cSrcweir        };
2932cdf0e10cSrcweir    };
29331b1b70fbSAndrew Rist
29341b1b70fbSAndrew Rist    Resource SC_OPCODE_SUM_IFS
29351b1b70fbSAndrew Rist    {
29361b1b70fbSAndrew Rist        String 1 // Description
29371b1b70fbSAndrew Rist        {
29381b1b70fbSAndrew Rist            Text [ en-US ] = "Totals the values of cells in a range that meet multiple criteria in multiple ranges." ;
29391b1b70fbSAndrew Rist        };
29401b1b70fbSAndrew Rist        ExtraData =
29411b1b70fbSAndrew Rist        {
29421b1b70fbSAndrew Rist            0;
29431b1b70fbSAndrew Rist            ID_FUNCTION_GRP_MATH;
29441b1b70fbSAndrew Rist            U2S( HID_FUNC_SUMIFS );
29451b1b70fbSAndrew Rist            PAIRED_VAR_ARGS+1;  0;  0;  0;
29461b1b70fbSAndrew Rist            0;
29471b1b70fbSAndrew Rist        };
29481b1b70fbSAndrew Rist        String 2 // Name of Parameter 1
29491b1b70fbSAndrew Rist        {
29501b1b70fbSAndrew Rist            Text [ en-US ] = "sum_range" ;
29511b1b70fbSAndrew Rist        };
29521b1b70fbSAndrew Rist        String 3 // Description of Parameter 1
29531b1b70fbSAndrew Rist        {
29541b1b70fbSAndrew Rist            Text [ en-US ] = "The range from which the values are to be totalled." ;
29551b1b70fbSAndrew Rist        };
29561b1b70fbSAndrew Rist        String 4 // Name of Parameter 2
29571b1b70fbSAndrew Rist        {
29581b1b70fbSAndrew Rist            Text [ en-US ] = "range " ;
29591b1b70fbSAndrew Rist        };
29601b1b70fbSAndrew Rist        String 5 // Description of Parameter 2
29611b1b70fbSAndrew Rist        {
29621b1b70fbSAndrew Rist            Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ;
29631b1b70fbSAndrew Rist        };
29641b1b70fbSAndrew Rist        String 6 // Name of Parameter 3
29651b1b70fbSAndrew Rist        {
29661b1b70fbSAndrew Rist            Text [ en-US ] = "criteria " ;
29671b1b70fbSAndrew Rist        };
29681b1b70fbSAndrew Rist        String 7 // Description of Parameter 3
29691b1b70fbSAndrew Rist        {
29701b1b70fbSAndrew Rist            Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ;
29711b1b70fbSAndrew Rist        };
29721b1b70fbSAndrew Rist    };
29731b1b70fbSAndrew Rist
29741b1b70fbSAndrew Rist    // -=*# Resource for function AVERAGEIFS #*=-
29751b1b70fbSAndrew Rist    Resource SC_OPCODE_AVERAGE_IFS
29761b1b70fbSAndrew Rist    {
29771b1b70fbSAndrew Rist        String 1 // Description
29781b1b70fbSAndrew Rist        {
29791b1b70fbSAndrew Rist            Text [ en-US ] = "Averages the value of the cells that meet multiple criteria in multiple ranges." ;
29801b1b70fbSAndrew Rist        };
29811b1b70fbSAndrew Rist        ExtraData =
29821b1b70fbSAndrew Rist        {
29831b1b70fbSAndrew Rist            0;
29841b1b70fbSAndrew Rist            ID_FUNCTION_GRP_MATH;
29851b1b70fbSAndrew Rist            U2S( HID_FUNC_AVERAGEIFS );
29861b1b70fbSAndrew Rist            PAIRED_VAR_ARGS+1;  0;  0;  0;
29871b1b70fbSAndrew Rist            0;
29881b1b70fbSAndrew Rist        };
29891b1b70fbSAndrew Rist        String 2 // Name of Parameter 1
29901b1b70fbSAndrew Rist        {
29911b1b70fbSAndrew Rist            Text [ en-US ] = "average_range" ;
29921b1b70fbSAndrew Rist        };
29931b1b70fbSAndrew Rist        String 3 // Description of Parameter 1
29941b1b70fbSAndrew Rist        {
29951b1b70fbSAndrew Rist            Text [ en-US ] = "The range from which the values are to be averaged." ;
29961b1b70fbSAndrew Rist        };
29971b1b70fbSAndrew Rist        String 4 // Name of Parameter 2
29981b1b70fbSAndrew Rist        {
29991b1b70fbSAndrew Rist            Text [ en-US ] = "range " ;
30001b1b70fbSAndrew Rist        };
30011b1b70fbSAndrew Rist        String 5 // Description of Parameter 2
30021b1b70fbSAndrew Rist        {
30031b1b70fbSAndrew Rist            Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ;
30041b1b70fbSAndrew Rist        };
30051b1b70fbSAndrew Rist        String 6 // Name of Parameter 3
30061b1b70fbSAndrew Rist        {
30071b1b70fbSAndrew Rist            Text [ en-US ] = "criteria " ;
30081b1b70fbSAndrew Rist        };
30091b1b70fbSAndrew Rist        String 7 // Description of Parameter 3
30101b1b70fbSAndrew Rist        {
30111b1b70fbSAndrew Rist            Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ;
30121b1b70fbSAndrew Rist        };
30131b1b70fbSAndrew Rist    };
30141b1b70fbSAndrew Rist
30151b1b70fbSAndrew Rist    // -=*# Resource for function COUNTIFS #*=-
30161b1b70fbSAndrew Rist    Resource SC_OPCODE_COUNT_IFS
30171b1b70fbSAndrew Rist    {
30181b1b70fbSAndrew Rist        String 1 // Description
30191b1b70fbSAndrew Rist        {
30201b1b70fbSAndrew Rist            Text [ en-US ] = "Counts the cells that meet multiple criteria in multiple ranges." ;
30211b1b70fbSAndrew Rist        };
30221b1b70fbSAndrew Rist        ExtraData =
30231b1b70fbSAndrew Rist        {
30241b1b70fbSAndrew Rist            0;
30251b1b70fbSAndrew Rist            ID_FUNCTION_GRP_MATH;
30261b1b70fbSAndrew Rist            U2S( HID_FUNC_COUNTIFS );
30271b1b70fbSAndrew Rist            PAIRED_VAR_ARGS;    0;  0;
30281b1b70fbSAndrew Rist            0;
30291b1b70fbSAndrew Rist        };
30301b1b70fbSAndrew Rist        String 2 // Name of Parameter 1
30311b1b70fbSAndrew Rist        {
30321b1b70fbSAndrew Rist            Text [ en-US ] = "range " ;
30331b1b70fbSAndrew Rist        };
30341b1b70fbSAndrew Rist        String 3 // Description of Parameter 1
30351b1b70fbSAndrew Rist        {
30361b1b70fbSAndrew Rist            Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ;
30371b1b70fbSAndrew Rist        };
30381b1b70fbSAndrew Rist        String 4 // Name of Parameter 2
30391b1b70fbSAndrew Rist        {
30401b1b70fbSAndrew Rist            Text [ en-US ] = "criteria " ;
30411b1b70fbSAndrew Rist        };
30421b1b70fbSAndrew Rist        String 5 // Description of Parameter 2
30431b1b70fbSAndrew Rist        {
30441b1b70fbSAndrew Rist            Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ;
30451b1b70fbSAndrew Rist        };
30461b1b70fbSAndrew Rist    };
30471b1b70fbSAndrew Rist
3048cdf0e10cSrcweir    // -=*# Resource for function ZÄHLENWENN #*=-
3049cdf0e10cSrcweir    Resource SC_OPCODE_COUNT_IF
3050cdf0e10cSrcweir    {
3051cdf0e10cSrcweir        String 1 // Description
3052cdf0e10cSrcweir        {
3053cdf0e10cSrcweir            Text [ en-US ] = "Counts the arguments which meet the set conditions." ;
3054cdf0e10cSrcweir        };
3055cdf0e10cSrcweir        ExtraData =
3056cdf0e10cSrcweir        {
3057cdf0e10cSrcweir            0;
3058cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3059cdf0e10cSrcweir            U2S( HID_FUNC_ZAEHLENWENN );
3060cdf0e10cSrcweir            2;  0;  0;
3061cdf0e10cSrcweir            0;
3062cdf0e10cSrcweir        };
3063cdf0e10cSrcweir        String 2 // Name of Parameter 1
3064cdf0e10cSrcweir        {
3065cdf0e10cSrcweir            Text [ en-US ] = "range" ;
3066cdf0e10cSrcweir        };
3067cdf0e10cSrcweir        String 3 // Description of Parameter 1
3068cdf0e10cSrcweir        {
3069cdf0e10cSrcweir            Text [ en-US ] = "The range of cells on which the criteria are to be applied." ;
3070cdf0e10cSrcweir        };
3071cdf0e10cSrcweir        String 4 // Name of Parameter 2
3072cdf0e10cSrcweir        {
3073cdf0e10cSrcweir            Text [ en-US ] = "criteria" ;
3074cdf0e10cSrcweir        };
3075cdf0e10cSrcweir        String 5 // Description of Parameter 2
3076cdf0e10cSrcweir        {
3077cdf0e10cSrcweir            Text [ en-US ] = "The cell range in which the search criteria are given." ;
3078cdf0e10cSrcweir        };
3079cdf0e10cSrcweir    };
3080cdf0e10cSrcweir    // -=*# Resource for function WURZEL #*=-
3081cdf0e10cSrcweir    Resource SC_OPCODE_SQRT
3082cdf0e10cSrcweir    {
3083cdf0e10cSrcweir        String 1 // Description
3084cdf0e10cSrcweir        {
3085cdf0e10cSrcweir            Text [ en-US ] = "Returns the square root of a number." ;
3086cdf0e10cSrcweir        };
3087cdf0e10cSrcweir        ExtraData =
3088cdf0e10cSrcweir        {
3089cdf0e10cSrcweir            0;
3090cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3091cdf0e10cSrcweir            U2S( HID_FUNC_WURZEL );
3092cdf0e10cSrcweir            1;  0;
3093cdf0e10cSrcweir            0;
3094cdf0e10cSrcweir        };
3095cdf0e10cSrcweir        String 2 // Name of Parameter 1
3096cdf0e10cSrcweir        {
3097cdf0e10cSrcweir            Text [ en-US ] = "number" ;
3098cdf0e10cSrcweir        };
3099cdf0e10cSrcweir        String 3 // Description of Parameter 1
3100cdf0e10cSrcweir        {
3101cdf0e10cSrcweir            Text [ en-US ] = "A positive value for which the square root is to be calculated." ;
3102cdf0e10cSrcweir        };
3103cdf0e10cSrcweir    };
3104cdf0e10cSrcweir    // -=*# Resource for function ZUFALLSZAHL #*=-
3105cdf0e10cSrcweir    Resource SC_OPCODE_RANDOM
3106cdf0e10cSrcweir    {
3107cdf0e10cSrcweir        String 1 // Description
3108cdf0e10cSrcweir        {
3109cdf0e10cSrcweir            Text [ en-US ] = "Returns a random number between 0 and 1." ;
3110cdf0e10cSrcweir        };
3111cdf0e10cSrcweir        ExtraData =
3112cdf0e10cSrcweir        {
3113cdf0e10cSrcweir            0;
3114cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3115cdf0e10cSrcweir            U2S( HID_FUNC_ZUFALLSZAHL );
3116cdf0e10cSrcweir            0;
3117cdf0e10cSrcweir            0;
3118cdf0e10cSrcweir        };
3119cdf0e10cSrcweir    };
3120cdf0e10cSrcweir    // -=*# Resource for function ISTGERADE #*=-
3121cdf0e10cSrcweir    Resource SC_OPCODE_IS_EVEN
3122cdf0e10cSrcweir    {
3123cdf0e10cSrcweir        String 1 // Description
3124cdf0e10cSrcweir        {
3125cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value is an even integer." ;
3126cdf0e10cSrcweir        };
3127cdf0e10cSrcweir        ExtraData =
3128cdf0e10cSrcweir        {
3129cdf0e10cSrcweir            0;
3130cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3131cdf0e10cSrcweir            U2S( HID_FUNC_ISTGERADE );
3132cdf0e10cSrcweir            1;  0;
3133cdf0e10cSrcweir            0;
3134cdf0e10cSrcweir        };
3135cdf0e10cSrcweir        String 2 // Name of Parameter 1
3136cdf0e10cSrcweir        {
3137cdf0e10cSrcweir            Text [ en-US ] = "value" ;
3138cdf0e10cSrcweir        };
3139cdf0e10cSrcweir        String 3 // Description of Parameter 1
3140cdf0e10cSrcweir        {
3141cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
3142cdf0e10cSrcweir        };
3143cdf0e10cSrcweir    };
3144cdf0e10cSrcweir    // -=*# Resource for function ISTUNGERADE #*=-
3145cdf0e10cSrcweir    Resource SC_OPCODE_IS_ODD
3146cdf0e10cSrcweir    {
3147cdf0e10cSrcweir        String 1 // Description
3148cdf0e10cSrcweir        {
3149cdf0e10cSrcweir            Text [ en-US ] = "Returns TRUE if value is an odd integer." ;
3150cdf0e10cSrcweir        };
3151cdf0e10cSrcweir        ExtraData =
3152cdf0e10cSrcweir        {
3153cdf0e10cSrcweir            0;
3154cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3155cdf0e10cSrcweir            U2S( HID_FUNC_ISTUNGERADE );
3156cdf0e10cSrcweir            1;  0;
3157cdf0e10cSrcweir            0;
3158cdf0e10cSrcweir        };
3159cdf0e10cSrcweir        String 2 // Name of Parameter 1
3160cdf0e10cSrcweir        {
3161cdf0e10cSrcweir            Text [ en-US ] = "value" ;
3162cdf0e10cSrcweir        };
3163cdf0e10cSrcweir        String 3 // Description of Parameter 1
3164cdf0e10cSrcweir        {
3165cdf0e10cSrcweir            Text [ en-US ] = "The value to be tested." ;
3166cdf0e10cSrcweir        };
3167cdf0e10cSrcweir    };
3168cdf0e10cSrcweir    // -=*# Resource for function KOMBINATIONEN #*=-
3169cdf0e10cSrcweir    Resource SC_OPCODE_KOMBIN
3170cdf0e10cSrcweir    {
3171cdf0e10cSrcweir        String 1 // Description
3172cdf0e10cSrcweir        {
3173cdf0e10cSrcweir            Text [ en-US ] = "Calculates the number of combinations for elements without repetition." ;
3174cdf0e10cSrcweir        };
3175cdf0e10cSrcweir        ExtraData =
3176cdf0e10cSrcweir        {
3177cdf0e10cSrcweir            0;
3178cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3179cdf0e10cSrcweir            U2S( HID_FUNC_KOMBINATIONEN );
3180cdf0e10cSrcweir            2;  0;  0;
3181cdf0e10cSrcweir            0;
3182cdf0e10cSrcweir        };
3183cdf0e10cSrcweir        String 2 // Name of Parameter 1
3184cdf0e10cSrcweir        {
3185cdf0e10cSrcweir            Text [ en-US ] = "number_1" ;
3186cdf0e10cSrcweir        };
3187cdf0e10cSrcweir        String 3 // Description of Parameter 1
3188cdf0e10cSrcweir        {
3189cdf0e10cSrcweir            Text [ en-US ] = "The total number of elements." ;
3190cdf0e10cSrcweir        };
3191cdf0e10cSrcweir        String 4 // Name of Parameter 2
3192cdf0e10cSrcweir        {
3193cdf0e10cSrcweir            Text [ en-US ] = "number_2" ;
3194cdf0e10cSrcweir        };
3195cdf0e10cSrcweir        String 5 // Description of Parameter 2
3196cdf0e10cSrcweir        {
3197cdf0e10cSrcweir            Text [ en-US ] = "The number of elements selected." ;
3198cdf0e10cSrcweir        };
3199cdf0e10cSrcweir    };
3200cdf0e10cSrcweir    // -=*# Resource for function KOMBINATIONEN2 #*=-
3201cdf0e10cSrcweir    Resource SC_OPCODE_KOMBIN_2
3202cdf0e10cSrcweir    {
3203cdf0e10cSrcweir        String 1 // Description
3204cdf0e10cSrcweir        {
3205cdf0e10cSrcweir            Text [ en-US ] = "Calculates the number of combinations of elements including repetition." ;
3206cdf0e10cSrcweir        };
3207cdf0e10cSrcweir        ExtraData =
3208cdf0e10cSrcweir        {
3209cdf0e10cSrcweir            0;
3210cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3211cdf0e10cSrcweir            U2S( HID_FUNC_KOMBINATIONEN2 );
3212cdf0e10cSrcweir            2;  0;  0;
3213cdf0e10cSrcweir            0;
3214cdf0e10cSrcweir        };
3215cdf0e10cSrcweir        String 2 // Name of Parameter 1
3216cdf0e10cSrcweir        {
3217cdf0e10cSrcweir            Text [ en-US ] = "number_1" ;
3218cdf0e10cSrcweir        };
3219cdf0e10cSrcweir        String 3 // Description of Parameter 1
3220cdf0e10cSrcweir        {
3221cdf0e10cSrcweir            Text [ en-US ] = "The total number of elements." ;
3222cdf0e10cSrcweir        };
3223cdf0e10cSrcweir        String 4 // Name of Parameter 2
3224cdf0e10cSrcweir        {
3225cdf0e10cSrcweir            Text [ en-US ] = "number_2" ;
3226cdf0e10cSrcweir        };
3227cdf0e10cSrcweir        String 5 // Description of Parameter 2
3228cdf0e10cSrcweir        {
3229cdf0e10cSrcweir            Text [ en-US ] = "The number of elements selected." ;
3230cdf0e10cSrcweir        };
3231cdf0e10cSrcweir    };
3232cdf0e10cSrcweir    // -=*# Resource for function ARCCOS #*=-
3233cdf0e10cSrcweir    Resource SC_OPCODE_ARC_COS
3234cdf0e10cSrcweir    {
3235cdf0e10cSrcweir        String 1 // Description
3236cdf0e10cSrcweir        {
3237cdf0e10cSrcweir            Text [ en-US ] = "Returns the arccosine of a number." ;
3238cdf0e10cSrcweir        };
3239cdf0e10cSrcweir        ExtraData =
3240cdf0e10cSrcweir        {
3241cdf0e10cSrcweir            0;
3242cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3243cdf0e10cSrcweir            U2S( HID_FUNC_ARCCOS );
3244cdf0e10cSrcweir            1;  0;
3245cdf0e10cSrcweir            0;
3246cdf0e10cSrcweir        };
3247cdf0e10cSrcweir        String 2 // Name of Parameter 1
3248cdf0e10cSrcweir        {
3249cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3250cdf0e10cSrcweir        };
3251cdf0e10cSrcweir        String 3 // Description of Parameter 1
3252cdf0e10cSrcweir        {
3253cdf0e10cSrcweir            Text [ en-US ] = "A value between -1 and 1 for which the arccosine is to be returned." ;
3254cdf0e10cSrcweir        };
3255cdf0e10cSrcweir    };
3256cdf0e10cSrcweir    // -=*# Resource for function ARCSIN #*=-
3257cdf0e10cSrcweir    Resource SC_OPCODE_ARC_SIN
3258cdf0e10cSrcweir    {
3259cdf0e10cSrcweir        String 1 // Description
3260cdf0e10cSrcweir        {
3261cdf0e10cSrcweir            Text [ en-US ] = "Returns the arcsine of a number." ;
3262cdf0e10cSrcweir        };
3263cdf0e10cSrcweir        ExtraData =
3264cdf0e10cSrcweir        {
3265cdf0e10cSrcweir            0;
3266cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3267cdf0e10cSrcweir            U2S( HID_FUNC_ARCSIN );
3268cdf0e10cSrcweir            1;  0;
3269cdf0e10cSrcweir            0;
3270cdf0e10cSrcweir        };
3271cdf0e10cSrcweir        String 2 // Name of Parameter 1
3272cdf0e10cSrcweir        {
3273cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3274cdf0e10cSrcweir        };
3275cdf0e10cSrcweir        String 3 // Description of Parameter 1
3276cdf0e10cSrcweir        {
3277cdf0e10cSrcweir            Text [ en-US ] = "A value between -1 and 1 for which the arcsine is to be returned." ;
3278cdf0e10cSrcweir        };
3279cdf0e10cSrcweir    };
3280cdf0e10cSrcweir    // -=*# Resource for function ARCCOSHYP #*=-
3281cdf0e10cSrcweir    Resource SC_OPCODE_ARC_COS_HYP
3282cdf0e10cSrcweir    {
3283cdf0e10cSrcweir        String 1 // Description
3284cdf0e10cSrcweir        {
3285cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse hyperbolic cosine of a number." ;
3286cdf0e10cSrcweir        };
3287cdf0e10cSrcweir        ExtraData =
3288cdf0e10cSrcweir        {
3289cdf0e10cSrcweir            0;
3290cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3291cdf0e10cSrcweir            U2S( HID_FUNC_ARCOSHYP );
3292cdf0e10cSrcweir            1;  0;
3293cdf0e10cSrcweir            0;
3294cdf0e10cSrcweir        };
3295cdf0e10cSrcweir        String 2 // Name of Parameter 1
3296cdf0e10cSrcweir        {
3297cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3298cdf0e10cSrcweir        };
3299cdf0e10cSrcweir        String 3 // Description of Parameter 1
3300cdf0e10cSrcweir        {
3301cdf0e10cSrcweir            Text [ en-US ] = "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned." ;
3302cdf0e10cSrcweir        };
3303cdf0e10cSrcweir    };
3304cdf0e10cSrcweir    // -=*# Resource for function ARCSINHYP #*=-
3305cdf0e10cSrcweir    Resource SC_OPCODE_ARC_SIN_HYP
3306cdf0e10cSrcweir    {
3307cdf0e10cSrcweir        String 1 // Description
3308cdf0e10cSrcweir        {
3309cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse hyperbolic sine of a number." ;
3310cdf0e10cSrcweir        };
3311cdf0e10cSrcweir        ExtraData =
3312cdf0e10cSrcweir        {
3313cdf0e10cSrcweir            0;
3314cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3315cdf0e10cSrcweir            U2S( HID_FUNC_ARSINHYP );
3316cdf0e10cSrcweir            1;  0;
3317cdf0e10cSrcweir            0;
3318cdf0e10cSrcweir        };
3319cdf0e10cSrcweir        String 2 // Name of Parameter 1
3320cdf0e10cSrcweir        {
3321cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3322cdf0e10cSrcweir        };
3323cdf0e10cSrcweir        String 3 // Description of Parameter 1
3324cdf0e10cSrcweir        {
3325cdf0e10cSrcweir            Text [ en-US ] = "The value for which the inverse hyperbolic sine is to be returned." ;
3326cdf0e10cSrcweir        };
3327cdf0e10cSrcweir    };
3328cdf0e10cSrcweir    // -=*# Resource for function ARCCOT #*=-
3329cdf0e10cSrcweir    Resource SC_OPCODE_ARC_COT
3330cdf0e10cSrcweir    {
3331cdf0e10cSrcweir        String 1 // Description
3332cdf0e10cSrcweir        {
3333cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse cotangent of a number." ;
3334cdf0e10cSrcweir        };
3335cdf0e10cSrcweir        ExtraData =
3336cdf0e10cSrcweir        {
3337cdf0e10cSrcweir            0;
3338cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3339cdf0e10cSrcweir            U2S( HID_FUNC_ARCCOT );
3340cdf0e10cSrcweir            1;  0;
3341cdf0e10cSrcweir            0;
3342cdf0e10cSrcweir        };
3343cdf0e10cSrcweir        String 2 // Name of Parameter 1
3344cdf0e10cSrcweir        {
3345cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3346cdf0e10cSrcweir        };
3347cdf0e10cSrcweir        String 3 // Description of Parameter 1
3348cdf0e10cSrcweir        {
3349cdf0e10cSrcweir            Text [ en-US ] = "The value for which the inverse cotangent is to be returned." ;
3350cdf0e10cSrcweir        };
3351cdf0e10cSrcweir    };
3352cdf0e10cSrcweir    // -=*# Resource for function ARCTAN #*=-
3353cdf0e10cSrcweir    Resource SC_OPCODE_ARC_TAN
3354cdf0e10cSrcweir    {
3355cdf0e10cSrcweir        String 1 // Description
3356cdf0e10cSrcweir        {
3357cdf0e10cSrcweir            Text [ en-US ] = "Returns the arctangent of a number." ;
3358cdf0e10cSrcweir        };
3359cdf0e10cSrcweir        ExtraData =
3360cdf0e10cSrcweir        {
3361cdf0e10cSrcweir            0;
3362cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3363cdf0e10cSrcweir            U2S( HID_FUNC_ARCTAN );
3364cdf0e10cSrcweir            1;  0;
3365cdf0e10cSrcweir            0;
3366cdf0e10cSrcweir        };
3367cdf0e10cSrcweir        String 2 // Name of Parameter 1
3368cdf0e10cSrcweir        {
3369cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3370cdf0e10cSrcweir        };
3371cdf0e10cSrcweir        String 3 // Description of Parameter 1
3372cdf0e10cSrcweir        {
3373cdf0e10cSrcweir            Text [ en-US ] = "The value for which the arctangent is to be returned." ;
3374cdf0e10cSrcweir        };
3375cdf0e10cSrcweir    };
3376cdf0e10cSrcweir    // -=*# Resource for function ARCCOTHYP #*=-
3377cdf0e10cSrcweir    Resource SC_OPCODE_ARC_COT_HYP
3378cdf0e10cSrcweir    {
3379cdf0e10cSrcweir        String 1 // Description
3380cdf0e10cSrcweir        {
3381cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse hyperbolic cotangent of a number." ;
3382cdf0e10cSrcweir        };
3383cdf0e10cSrcweir        ExtraData =
3384cdf0e10cSrcweir        {
3385cdf0e10cSrcweir            0;
3386cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3387cdf0e10cSrcweir            U2S( HID_FUNC_ARCOTHYP );
3388cdf0e10cSrcweir            1;  0;
3389cdf0e10cSrcweir            0;
3390cdf0e10cSrcweir        };
3391cdf0e10cSrcweir        String 2 // Name of Parameter 1
3392cdf0e10cSrcweir        {
3393cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3394cdf0e10cSrcweir        };
3395cdf0e10cSrcweir        String 3 // Description of Parameter 1
3396cdf0e10cSrcweir        {
3397cdf0e10cSrcweir            Text [ en-US ] = "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned." ;
3398cdf0e10cSrcweir        };
3399cdf0e10cSrcweir    };
3400cdf0e10cSrcweir    // -=*# Resource for function ARCTANHYP #*=-
3401cdf0e10cSrcweir    Resource SC_OPCODE_ARC_TAN_HYP
3402cdf0e10cSrcweir    {
3403cdf0e10cSrcweir        String 1 // Description
3404cdf0e10cSrcweir        {
3405cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse hyperbolic tangent of a number." ;
3406cdf0e10cSrcweir        };
3407cdf0e10cSrcweir        ExtraData =
3408cdf0e10cSrcweir        {
3409cdf0e10cSrcweir            0;
3410cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3411cdf0e10cSrcweir            U2S( HID_FUNC_ARTANHYP );
3412cdf0e10cSrcweir            1;  0;
3413cdf0e10cSrcweir            0;
3414cdf0e10cSrcweir        };
3415cdf0e10cSrcweir        String 2 // Name of Parameter 1
3416cdf0e10cSrcweir        {
3417cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3418cdf0e10cSrcweir        };
3419cdf0e10cSrcweir        String 3 // Description of Parameter 1
3420cdf0e10cSrcweir        {
3421cdf0e10cSrcweir            Text [ en-US ] = "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned." ;
3422cdf0e10cSrcweir        };
3423cdf0e10cSrcweir    };
3424cdf0e10cSrcweir    // -=*# Resource for function COS #*=-
3425cdf0e10cSrcweir    Resource SC_OPCODE_COS
3426cdf0e10cSrcweir    {
3427cdf0e10cSrcweir        String 1 // Description
3428cdf0e10cSrcweir        {
3429cdf0e10cSrcweir            Text [ en-US ] = "Returns the cosine of a number." ;
3430cdf0e10cSrcweir        };
3431cdf0e10cSrcweir        ExtraData =
3432cdf0e10cSrcweir        {
3433cdf0e10cSrcweir            0;
3434cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3435cdf0e10cSrcweir            U2S( HID_FUNC_COS );
3436cdf0e10cSrcweir            1;  0;
3437cdf0e10cSrcweir            0;
3438cdf0e10cSrcweir        };
3439cdf0e10cSrcweir        String 2 // Name of Parameter 1
3440cdf0e10cSrcweir        {
3441cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3442cdf0e10cSrcweir        };
3443cdf0e10cSrcweir        String 3 // Description of Parameter 1
3444cdf0e10cSrcweir        {
3445cdf0e10cSrcweir            Text [ en-US ] = "The angle in the radians for which the cosine is to be returned." ;
3446cdf0e10cSrcweir        };
3447cdf0e10cSrcweir    };
3448cdf0e10cSrcweir    // -=*# Resource for function SIN #*=-
3449cdf0e10cSrcweir    Resource SC_OPCODE_SIN
3450cdf0e10cSrcweir    {
3451cdf0e10cSrcweir        String 1 // Description
3452cdf0e10cSrcweir        {
3453cdf0e10cSrcweir            Text [ en-US ] = "Returns the sine of a number." ;
3454cdf0e10cSrcweir        };
3455cdf0e10cSrcweir        ExtraData =
3456cdf0e10cSrcweir        {
3457cdf0e10cSrcweir            0;
3458cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3459cdf0e10cSrcweir            U2S( HID_FUNC_SIN );
3460cdf0e10cSrcweir            1;  0;
3461cdf0e10cSrcweir            0;
3462cdf0e10cSrcweir        };
3463cdf0e10cSrcweir        String 2 // Name of Parameter 1
3464cdf0e10cSrcweir        {
3465cdf0e10cSrcweir            Text [ en-US ] = "number" ;
3466cdf0e10cSrcweir        };
3467cdf0e10cSrcweir        String 3 // Description of Parameter 1
3468cdf0e10cSrcweir        {
3469cdf0e10cSrcweir            Text [ en-US ] = "The angle in radians for which the sine is to be calculated." ;
3470cdf0e10cSrcweir        };
3471cdf0e10cSrcweir    };
3472cdf0e10cSrcweir    // -=*# Resource for function COT #*=-
3473cdf0e10cSrcweir    Resource SC_OPCODE_COT
3474cdf0e10cSrcweir    {
3475cdf0e10cSrcweir        String 1 // Description
3476cdf0e10cSrcweir        {
3477cdf0e10cSrcweir            Text [ en-US ] = "Returns the cotangent of a number." ;
3478cdf0e10cSrcweir        };
3479cdf0e10cSrcweir        ExtraData =
3480cdf0e10cSrcweir        {
3481cdf0e10cSrcweir            0;
3482cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3483cdf0e10cSrcweir            U2S( HID_FUNC_COT );
3484cdf0e10cSrcweir            1;  0;
3485cdf0e10cSrcweir            0;
3486cdf0e10cSrcweir        };
3487cdf0e10cSrcweir        String 2 // Name of Parameter 1
3488cdf0e10cSrcweir        {
3489cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3490cdf0e10cSrcweir        };
3491cdf0e10cSrcweir        String 3 // Description of Parameter 1
3492cdf0e10cSrcweir        {
3493cdf0e10cSrcweir            Text [ en-US ] = "The angle in radians whose cotangent value is to be returned." ;
3494cdf0e10cSrcweir        };
3495cdf0e10cSrcweir    };
3496cdf0e10cSrcweir    // -=*# Resource for function TAN #*=-
3497cdf0e10cSrcweir    Resource SC_OPCODE_TAN
3498cdf0e10cSrcweir    {
3499cdf0e10cSrcweir        String 1 // Description
3500cdf0e10cSrcweir        {
3501cdf0e10cSrcweir            Text [ en-US ] = "Returns the tangent of a number." ;
3502cdf0e10cSrcweir        };
3503cdf0e10cSrcweir        ExtraData =
3504cdf0e10cSrcweir        {
3505cdf0e10cSrcweir            0;
3506cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3507cdf0e10cSrcweir            U2S( HID_FUNC_TAN );
3508cdf0e10cSrcweir            1;  0;
3509cdf0e10cSrcweir            0;
3510cdf0e10cSrcweir        };
3511cdf0e10cSrcweir        String 2 // Name of Parameter 1
3512cdf0e10cSrcweir        {
3513cdf0e10cSrcweir            Text [ en-US ] = "number" ;
3514cdf0e10cSrcweir        };
3515cdf0e10cSrcweir        String 3 // Description of Parameter 1
3516cdf0e10cSrcweir        {
3517cdf0e10cSrcweir            Text [ en-US ] = "The angle in radians for which the tangent is to be calculated." ;
3518cdf0e10cSrcweir        };
3519cdf0e10cSrcweir    };
3520cdf0e10cSrcweir    // -=*# Resource for function COSHYP #*=-
3521cdf0e10cSrcweir    Resource SC_OPCODE_COS_HYP
3522cdf0e10cSrcweir    {
3523cdf0e10cSrcweir        String 1 // Description
3524cdf0e10cSrcweir        {
3525cdf0e10cSrcweir            Text [ en-US ] = "Returns the hyperbolic cosine of a number." ;
3526cdf0e10cSrcweir        };
3527cdf0e10cSrcweir        ExtraData =
3528cdf0e10cSrcweir        {
3529cdf0e10cSrcweir            0;
3530cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3531cdf0e10cSrcweir            U2S( HID_FUNC_COSHYP );
3532cdf0e10cSrcweir            1;  0;
3533cdf0e10cSrcweir            0;
3534cdf0e10cSrcweir        };
3535cdf0e10cSrcweir        String 2 // Name of Parameter 1
3536cdf0e10cSrcweir        {
3537cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3538cdf0e10cSrcweir        };
3539cdf0e10cSrcweir        String 3 // Description of Parameter 1
3540cdf0e10cSrcweir        {
3541cdf0e10cSrcweir            Text [ en-US ] = "The value for which the hyperbolic cosine is to be returned." ;
3542cdf0e10cSrcweir        };
3543cdf0e10cSrcweir    };
3544cdf0e10cSrcweir    // -=*# Resource for function SINHYP #*=-
3545cdf0e10cSrcweir    Resource SC_OPCODE_SIN_HYP
3546cdf0e10cSrcweir    {
3547cdf0e10cSrcweir        String 1 // Description
3548cdf0e10cSrcweir        {
3549cdf0e10cSrcweir            Text [ en-US ] = "Returns the hyperbolic sine of a number." ;
3550cdf0e10cSrcweir        };
3551cdf0e10cSrcweir        ExtraData =
3552cdf0e10cSrcweir        {
3553cdf0e10cSrcweir            0;
3554cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3555cdf0e10cSrcweir            U2S( HID_FUNC_SINHYP );
3556cdf0e10cSrcweir            1;  0;
3557cdf0e10cSrcweir            0;
3558cdf0e10cSrcweir        };
3559cdf0e10cSrcweir        String 2 // Name of Parameter 1
3560cdf0e10cSrcweir        {
3561cdf0e10cSrcweir            Text [ en-US ] = "number" ;
3562cdf0e10cSrcweir        };
3563cdf0e10cSrcweir        String 3 // Description of Parameter 1
3564cdf0e10cSrcweir        {
3565cdf0e10cSrcweir            Text [ en-US ] = "The value for which the hyperbolic sine is to be calculated." ;
3566cdf0e10cSrcweir        };
3567cdf0e10cSrcweir    };
3568cdf0e10cSrcweir    // -=*# Resource for function COTHYP #*=-
3569cdf0e10cSrcweir    Resource SC_OPCODE_COT_HYP
3570cdf0e10cSrcweir    {
3571cdf0e10cSrcweir        String 1 // Description
3572cdf0e10cSrcweir        {
3573cdf0e10cSrcweir            Text [ en-US ] = "Returns the hyperbolic cotangent of a number." ;
3574cdf0e10cSrcweir        };
3575cdf0e10cSrcweir        ExtraData =
3576cdf0e10cSrcweir        {
3577cdf0e10cSrcweir            0;
3578cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3579cdf0e10cSrcweir            U2S( HID_FUNC_COTHYP );
3580cdf0e10cSrcweir            1;  0;
3581cdf0e10cSrcweir            0;
3582cdf0e10cSrcweir        };
3583cdf0e10cSrcweir        String 2 // Name of Parameter 1
3584cdf0e10cSrcweir        {
3585cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3586cdf0e10cSrcweir        };
3587cdf0e10cSrcweir        String 3 // Description of Parameter 1
3588cdf0e10cSrcweir        {
3589cdf0e10cSrcweir            Text [ en-US ] = "A value not equal to 0 for which the hyperbolic cotangent is to be returned." ;
3590cdf0e10cSrcweir        };
3591cdf0e10cSrcweir    };
3592cdf0e10cSrcweir    // -=*# Resource for function TANHYP #*=-
3593cdf0e10cSrcweir    Resource SC_OPCODE_TAN_HYP
3594cdf0e10cSrcweir    {
3595cdf0e10cSrcweir        String 1 // Description
3596cdf0e10cSrcweir        {
3597cdf0e10cSrcweir            Text [ en-US ] = "Returns the hyperbolic tangent of a number." ;
3598cdf0e10cSrcweir        };
3599cdf0e10cSrcweir        ExtraData =
3600cdf0e10cSrcweir        {
3601cdf0e10cSrcweir            0;
3602cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3603cdf0e10cSrcweir            U2S( HID_FUNC_TANHYP );
3604cdf0e10cSrcweir            1;  0;
3605cdf0e10cSrcweir            0;
3606cdf0e10cSrcweir        };
3607cdf0e10cSrcweir        String 2 // Name of Parameter 1
3608cdf0e10cSrcweir        {
3609cdf0e10cSrcweir            Text [ en-US ] = "number" ;
3610cdf0e10cSrcweir        };
3611cdf0e10cSrcweir        String 3 // Description of Parameter 1
3612cdf0e10cSrcweir        {
3613cdf0e10cSrcweir            Text [ en-US ] = "The value for which the hyperbolic tangent is to be calculated." ;
3614cdf0e10cSrcweir        };
3615cdf0e10cSrcweir    };
3616cdf0e10cSrcweir    // -=*# Resource for function ARCTAN2 #*=-
3617cdf0e10cSrcweir    Resource SC_OPCODE_ARC_TAN_2
3618cdf0e10cSrcweir    {
3619cdf0e10cSrcweir        String 1 // Description
3620cdf0e10cSrcweir        {
3621cdf0e10cSrcweir            Text [ en-US ] = "Returns the arctangent for the specified coordinates." ;
3622cdf0e10cSrcweir        };
3623cdf0e10cSrcweir        ExtraData =
3624cdf0e10cSrcweir        {
3625cdf0e10cSrcweir            0;
3626cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3627cdf0e10cSrcweir            U2S( HID_FUNC_ARCTAN2 );
3628cdf0e10cSrcweir            2;  0;  0;
3629cdf0e10cSrcweir            0;
3630cdf0e10cSrcweir        };
3631cdf0e10cSrcweir        String 2 // Name of Parameter 1
3632cdf0e10cSrcweir        {
3633cdf0e10cSrcweir            Text [ en-US ] = "number_x" ;
3634cdf0e10cSrcweir        };
3635cdf0e10cSrcweir        String 3 // Description of Parameter 1
3636cdf0e10cSrcweir        {
3637cdf0e10cSrcweir            Text [ en-US ] = "The value for the x coordinate." ;
3638cdf0e10cSrcweir        };
3639cdf0e10cSrcweir        String 4 // Name of Parameter 2
3640cdf0e10cSrcweir        {
3641cdf0e10cSrcweir            Text [ en-US ] = "number_y" ;
3642cdf0e10cSrcweir        };
3643cdf0e10cSrcweir        String 5 // Description of Parameter 2
3644cdf0e10cSrcweir        {
3645cdf0e10cSrcweir            Text [ en-US ] = "The value for the y coordinate." ;
3646cdf0e10cSrcweir        };
3647cdf0e10cSrcweir    };
364897a44619SJürgen Schmidt    // -=*# Resource for function CSC #*=-
364997a44619SJürgen Schmidt    Resource SC_OPCODE_COSECANT
365097a44619SJürgen Schmidt    {
365197a44619SJürgen Schmidt        String 1 // Description
365297a44619SJürgen Schmidt        {
365397a44619SJürgen Schmidt            Text [ en-US ] = "Return the cosecant of an angle. CSC(x)=1/SIN(x)" ;
365497a44619SJürgen Schmidt        };
365597a44619SJürgen Schmidt        ExtraData =
365697a44619SJürgen Schmidt        {
365797a44619SJürgen Schmidt            0;
365897a44619SJürgen Schmidt            ID_FUNCTION_GRP_MATH;
365997a44619SJürgen Schmidt            U2S( HID_FUNC_COSECANT );
366097a44619SJürgen Schmidt            1; 0;
366197a44619SJürgen Schmidt            0;
366297a44619SJürgen Schmidt        };
366397a44619SJürgen Schmidt        String 2 // Name of Parameter 1
366497a44619SJürgen Schmidt        {
366597a44619SJürgen Schmidt            Text [ en-US ] = "Angle" ;
366697a44619SJürgen Schmidt        };
366797a44619SJürgen Schmidt        String 3 // Description of Parameter 1
366897a44619SJürgen Schmidt        {
366997a44619SJürgen Schmidt            Text [ en-US ] = "The angle in radians for which the cosecant is to be calculated." ;
367097a44619SJürgen Schmidt        };
367197a44619SJürgen Schmidt    };
367297a44619SJürgen Schmidt    // -=*# Resource for function SEC #*=-
367397a44619SJürgen Schmidt    Resource SC_OPCODE_SECANT
367497a44619SJürgen Schmidt    {
367597a44619SJürgen Schmidt        String 1 // Description
367697a44619SJürgen Schmidt        {
367797a44619SJürgen Schmidt            Text [ en-US ] = "Return the secant of an angle. SEC(x)=1/COS(x)" ;
367897a44619SJürgen Schmidt        };
367997a44619SJürgen Schmidt        ExtraData =
368097a44619SJürgen Schmidt        {
368197a44619SJürgen Schmidt            0;
368297a44619SJürgen Schmidt            ID_FUNCTION_GRP_MATH;
368397a44619SJürgen Schmidt            U2S( HID_FUNC_SECANT );
368497a44619SJürgen Schmidt            1; 0;
368597a44619SJürgen Schmidt            0;
368697a44619SJürgen Schmidt        };
368797a44619SJürgen Schmidt        String 2 // Name of Parameter 1
368897a44619SJürgen Schmidt        {
368997a44619SJürgen Schmidt            Text [ en-US ] = "Angle" ;
369097a44619SJürgen Schmidt        };
369197a44619SJürgen Schmidt        String 3 // Description of Parameter 1
369297a44619SJürgen Schmidt        {
369397a44619SJürgen Schmidt            Text [ en-US ] = "The angle in radians for which the secant is to be calculated." ;
369497a44619SJürgen Schmidt        };
369597a44619SJürgen Schmidt    };
369697a44619SJürgen Schmidt    // -=*# Resource for function CSCH #*=-
369797a44619SJürgen Schmidt    Resource SC_OPCODE_COSECANT_HYP
369897a44619SJürgen Schmidt    {
369997a44619SJürgen Schmidt        String 1 // Description
370097a44619SJürgen Schmidt        {
370197a44619SJürgen Schmidt            Text [ en-US ] = "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)" ;
370297a44619SJürgen Schmidt        };
370397a44619SJürgen Schmidt        ExtraData =
370497a44619SJürgen Schmidt        {
370597a44619SJürgen Schmidt            0;
370697a44619SJürgen Schmidt            ID_FUNCTION_GRP_MATH;
370797a44619SJürgen Schmidt            U2S( HID_FUNC_COSECANTHYP );
370897a44619SJürgen Schmidt            1; 0;
370997a44619SJürgen Schmidt            0;
371097a44619SJürgen Schmidt        };
371197a44619SJürgen Schmidt        String 2 // Name of Parameter 1
371297a44619SJürgen Schmidt        {
371397a44619SJürgen Schmidt            Text [ en-US ] = "Angle" ;
371497a44619SJürgen Schmidt        };
371597a44619SJürgen Schmidt        String 3 // Description of Parameter 1
371697a44619SJürgen Schmidt        {
371797a44619SJürgen Schmidt            Text [ en-US ] = "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated." ;
371897a44619SJürgen Schmidt        };
371997a44619SJürgen Schmidt    };
372097a44619SJürgen Schmidt    // -=*# Resource for function SECH #*=-
372197a44619SJürgen Schmidt    Resource SC_OPCODE_SECANT_HYP
372297a44619SJürgen Schmidt    {
372397a44619SJürgen Schmidt        String 1 // Description
372497a44619SJürgen Schmidt        {
372597a44619SJürgen Schmidt            Text [ en-US ] = "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)" ;
372697a44619SJürgen Schmidt        };
372797a44619SJürgen Schmidt        ExtraData =
372897a44619SJürgen Schmidt        {
372997a44619SJürgen Schmidt            0;
373097a44619SJürgen Schmidt            ID_FUNCTION_GRP_MATH;
373197a44619SJürgen Schmidt            U2S( HID_FUNC_SECANTHYP );
373297a44619SJürgen Schmidt            1; 0;
373397a44619SJürgen Schmidt            0;
373497a44619SJürgen Schmidt        };
373597a44619SJürgen Schmidt        String 2 // Name of Parameter 1
373697a44619SJürgen Schmidt        {
373797a44619SJürgen Schmidt            Text [ en-US ] = "Angle" ;
373897a44619SJürgen Schmidt        };
373997a44619SJürgen Schmidt        String 3 // Description of Parameter 1
374097a44619SJürgen Schmidt        {
374197a44619SJürgen Schmidt            Text [ en-US ] = "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated." ;
374297a44619SJürgen Schmidt        };
374397a44619SJürgen Schmidt    };
3744cdf0e10cSrcweir    // -=*# Resource for function DEG #*=-
3745cdf0e10cSrcweir    Resource SC_OPCODE_DEG
3746cdf0e10cSrcweir    {
3747cdf0e10cSrcweir        String 1 // Description
3748cdf0e10cSrcweir        {
3749cdf0e10cSrcweir            Text [ en-US ] = "Converts a radian to degrees" ;
3750cdf0e10cSrcweir        };
3751cdf0e10cSrcweir        ExtraData =
3752cdf0e10cSrcweir        {
3753cdf0e10cSrcweir            0;
3754cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3755cdf0e10cSrcweir            U2S( HID_FUNC_DEG );
3756cdf0e10cSrcweir            1;  0;
3757cdf0e10cSrcweir            0;
3758cdf0e10cSrcweir        };
3759cdf0e10cSrcweir        String 2 // Name of Parameter 1
3760cdf0e10cSrcweir        {
3761cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3762cdf0e10cSrcweir        };
3763cdf0e10cSrcweir        String 3 // Description of Parameter 1
3764cdf0e10cSrcweir        {
3765cdf0e10cSrcweir            Text [ en-US ] = "The angle in a radian" ;
3766cdf0e10cSrcweir        };
3767cdf0e10cSrcweir    };
3768cdf0e10cSrcweir    // -=*# Resource for function RAD #*=-
3769cdf0e10cSrcweir    Resource SC_OPCODE_RAD
3770cdf0e10cSrcweir    {
3771cdf0e10cSrcweir        String 1 // Description
3772cdf0e10cSrcweir        {
3773cdf0e10cSrcweir            Text [ en-US ] = "Converts degrees to radians" ;
3774cdf0e10cSrcweir        };
3775cdf0e10cSrcweir        ExtraData =
3776cdf0e10cSrcweir        {
3777cdf0e10cSrcweir            0;
3778cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3779cdf0e10cSrcweir            U2S( HID_FUNC_RAD );
3780cdf0e10cSrcweir            1;  0;
3781cdf0e10cSrcweir            0;
3782cdf0e10cSrcweir        };
3783cdf0e10cSrcweir        String 2 // Name of Parameter 1
3784cdf0e10cSrcweir        {
3785cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3786cdf0e10cSrcweir        };
3787cdf0e10cSrcweir        String 3 // Description of Parameter 1
3788cdf0e10cSrcweir        {
3789cdf0e10cSrcweir            Text [ en-US ] = "The angle in degrees." ;
3790cdf0e10cSrcweir        };
3791cdf0e10cSrcweir    };
3792cdf0e10cSrcweir    // -=*# Resource for function EXP #*=-
3793cdf0e10cSrcweir    Resource SC_OPCODE_EXP
3794cdf0e10cSrcweir    {
3795cdf0e10cSrcweir        String 1 // Description
3796cdf0e10cSrcweir        {
3797cdf0e10cSrcweir            Text [ en-US ] = "Calculates the exponent for basis e." ;
3798cdf0e10cSrcweir        };
3799cdf0e10cSrcweir        ExtraData =
3800cdf0e10cSrcweir        {
3801cdf0e10cSrcweir            0;
3802cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3803cdf0e10cSrcweir            U2S( HID_FUNC_EXP );
3804cdf0e10cSrcweir            1;  0;
3805cdf0e10cSrcweir            0;
3806cdf0e10cSrcweir        };
3807cdf0e10cSrcweir        String 2 // Name of Parameter 1
3808cdf0e10cSrcweir        {
3809cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3810cdf0e10cSrcweir        };
3811cdf0e10cSrcweir        String 3 // Description of Parameter 1
3812cdf0e10cSrcweir        {
3813cdf0e10cSrcweir            Text [ en-US ] = "The exponent applied to base e." ;
3814cdf0e10cSrcweir        };
3815cdf0e10cSrcweir    };
3816cdf0e10cSrcweir    // -=*# Resource for function LOG #*=-
3817cdf0e10cSrcweir    Resource SC_OPCODE_LOG
3818cdf0e10cSrcweir    {
3819cdf0e10cSrcweir        String 1 // Description
3820cdf0e10cSrcweir        {
3821cdf0e10cSrcweir            Text [ en-US ] = "Calculates the logarithm to any specified base." ;
3822cdf0e10cSrcweir        };
3823cdf0e10cSrcweir        ExtraData =
3824cdf0e10cSrcweir        {
3825cdf0e10cSrcweir            0;
3826cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3827cdf0e10cSrcweir            U2S( HID_FUNC_LOG );
3828cdf0e10cSrcweir            2;  0;  1;
3829cdf0e10cSrcweir            0;
3830cdf0e10cSrcweir        };
3831cdf0e10cSrcweir        String 2 // Name of Parameter 1
3832cdf0e10cSrcweir        {
3833cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3834cdf0e10cSrcweir        };
3835cdf0e10cSrcweir        String 3 // Description of Parameter 1
3836cdf0e10cSrcweir        {
3837cdf0e10cSrcweir            Text [ en-US ] = "A value greater than 0 for which the logarithm is to be calculated." ;
3838cdf0e10cSrcweir        };
3839cdf0e10cSrcweir        String 4 // Name of Parameter 2
3840cdf0e10cSrcweir        {
3841cdf0e10cSrcweir            Text [ en-US ] = "Base" ;
3842cdf0e10cSrcweir        };
3843cdf0e10cSrcweir        String 5 // Description of Parameter 2
3844cdf0e10cSrcweir        {
3845cdf0e10cSrcweir            Text [ en-US ] = "The base of the logarithm. If omitted, the base is regarded as 10." ;
3846cdf0e10cSrcweir        };
3847cdf0e10cSrcweir    };
3848cdf0e10cSrcweir    // -=*# Resource for function LN #*=-
3849cdf0e10cSrcweir    Resource SC_OPCODE_LN
3850cdf0e10cSrcweir    {
3851cdf0e10cSrcweir        String 1 // Description
3852cdf0e10cSrcweir        {
3853cdf0e10cSrcweir            Text [ en-US ] = "Calculates the natural logarithm of a number." ;
3854cdf0e10cSrcweir        };
3855cdf0e10cSrcweir        ExtraData =
3856cdf0e10cSrcweir        {
3857cdf0e10cSrcweir            0;
3858cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3859cdf0e10cSrcweir            U2S( HID_FUNC_LN );
3860cdf0e10cSrcweir            1;  0;
3861cdf0e10cSrcweir            0;
3862cdf0e10cSrcweir        };
3863cdf0e10cSrcweir        String 2 // Name of Parameter 1
3864cdf0e10cSrcweir        {
3865cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3866cdf0e10cSrcweir        };
3867cdf0e10cSrcweir        String 3 // Description of Parameter 1
3868cdf0e10cSrcweir        {
3869cdf0e10cSrcweir            Text [ en-US ] = "A value greater than 0 for which the natural logarithm is to be calculated." ;
3870cdf0e10cSrcweir        };
3871cdf0e10cSrcweir    };
3872cdf0e10cSrcweir    // -=*# Resource for function LOG10 #*=-
3873cdf0e10cSrcweir    Resource SC_OPCODE_LOG10
3874cdf0e10cSrcweir    {
3875cdf0e10cSrcweir        String 1 // Description
3876cdf0e10cSrcweir        {
3877cdf0e10cSrcweir            Text [ en-US ] = "Calculates the base-10 logarithm of a number." ;
3878cdf0e10cSrcweir        };
3879cdf0e10cSrcweir        ExtraData =
3880cdf0e10cSrcweir        {
3881cdf0e10cSrcweir            0;
3882cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3883cdf0e10cSrcweir            U2S( HID_FUNC_LOG10 );
3884cdf0e10cSrcweir            1;  0;
3885cdf0e10cSrcweir            0;
3886cdf0e10cSrcweir        };
3887cdf0e10cSrcweir        String 2 // Name of Parameter 1
3888cdf0e10cSrcweir        {
3889cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3890cdf0e10cSrcweir        };
3891cdf0e10cSrcweir        String 3 // Description of Parameter 1
3892cdf0e10cSrcweir        {
3893cdf0e10cSrcweir            Text [ en-US ] = "A value greater than 0 for which the logarithm is to be calculated." ;
3894cdf0e10cSrcweir        };
3895cdf0e10cSrcweir    };
3896cdf0e10cSrcweir    // -=*# Resource for function FAKULTÄT #*=-
3897cdf0e10cSrcweir    Resource SC_OPCODE_FACT
3898cdf0e10cSrcweir    {
3899cdf0e10cSrcweir        String 1 // Description
3900cdf0e10cSrcweir        {
3901cdf0e10cSrcweir            Text [ en-US ] = "Calculates the factorial of a number." ;
3902cdf0e10cSrcweir        };
3903cdf0e10cSrcweir        ExtraData =
3904cdf0e10cSrcweir        {
3905cdf0e10cSrcweir            0;
3906cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3907cdf0e10cSrcweir            U2S( HID_FUNC_FAKULTAET );
3908cdf0e10cSrcweir            1;  0;
3909cdf0e10cSrcweir            0;
3910cdf0e10cSrcweir        };
3911cdf0e10cSrcweir        String 2 // Name of Parameter 1
3912cdf0e10cSrcweir        {
3913cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3914cdf0e10cSrcweir        };
3915cdf0e10cSrcweir        String 3 // Description of Parameter 1
3916cdf0e10cSrcweir        {
3917cdf0e10cSrcweir            Text [ en-US ] = "The number for which the factorial is to be calculated." ;
3918cdf0e10cSrcweir        };
3919cdf0e10cSrcweir    };
3920cdf0e10cSrcweir    // -=*# Resource for function REST #*=-
3921cdf0e10cSrcweir    Resource SC_OPCODE_MOD
3922cdf0e10cSrcweir    {
3923cdf0e10cSrcweir        String 1 // Description
3924cdf0e10cSrcweir        {
3925cdf0e10cSrcweir            Text [ en-US ] = "Calculates the remainder of a division." ;
3926cdf0e10cSrcweir        };
3927cdf0e10cSrcweir        ExtraData =
3928cdf0e10cSrcweir        {
3929cdf0e10cSrcweir            0;
3930cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3931cdf0e10cSrcweir            U2S( HID_FUNC_REST );
3932cdf0e10cSrcweir            2;  0;  0;
3933cdf0e10cSrcweir            0;
3934cdf0e10cSrcweir        };
3935cdf0e10cSrcweir        String 2 // Name of Parameter 1
3936cdf0e10cSrcweir        {
3937cdf0e10cSrcweir            Text [ en-US ] = "Dividend" ;
3938cdf0e10cSrcweir        };
3939cdf0e10cSrcweir        String 3 // Description of Parameter 1
3940cdf0e10cSrcweir        {
3941cdf0e10cSrcweir            Text [ en-US ] = "The number to be divided." ;
3942cdf0e10cSrcweir        };
3943cdf0e10cSrcweir        String 4 // Name of Parameter 2
3944cdf0e10cSrcweir        {
3945cdf0e10cSrcweir            Text [ en-US ] = "Divisor" ;
3946cdf0e10cSrcweir        };
3947cdf0e10cSrcweir        String 5 // Description of Parameter 2
3948cdf0e10cSrcweir        {
3949cdf0e10cSrcweir            Text [ en-US ] = "The number by which the dividend is divided." ;
3950cdf0e10cSrcweir        };
3951cdf0e10cSrcweir    };
3952cdf0e10cSrcweir    // -=*# Resource for function VORZEICHEN #*=-
3953cdf0e10cSrcweir    Resource SC_OPCODE_PLUS_MINUS
3954cdf0e10cSrcweir    {
3955cdf0e10cSrcweir        String 1 // Description
3956cdf0e10cSrcweir        {
3957cdf0e10cSrcweir            Text [ en-US ] = "Returns the algebraic sign of a number." ;
3958cdf0e10cSrcweir        };
3959cdf0e10cSrcweir        ExtraData =
3960cdf0e10cSrcweir        {
3961cdf0e10cSrcweir            0;
3962cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3963cdf0e10cSrcweir            U2S( HID_FUNC_VORZEICHEN );
3964cdf0e10cSrcweir            1;  0;
3965cdf0e10cSrcweir            0;
3966cdf0e10cSrcweir        };
3967cdf0e10cSrcweir        String 2 // Name of Parameter 1
3968cdf0e10cSrcweir        {
3969cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
3970cdf0e10cSrcweir        };
3971cdf0e10cSrcweir        String 3 // Description of Parameter 1
3972cdf0e10cSrcweir        {
3973cdf0e10cSrcweir            Text [ en-US ] = "The number for which the algebraic sign is to be determined." ;
3974cdf0e10cSrcweir        };
3975cdf0e10cSrcweir    };
3976cdf0e10cSrcweir    // -=*# Resource for function TEILERGEBNIS #*=-
3977cdf0e10cSrcweir    Resource SC_OPCODE_SUB_TOTAL
3978cdf0e10cSrcweir    {
3979cdf0e10cSrcweir        String 1 // Description
3980cdf0e10cSrcweir        {
3981cdf0e10cSrcweir            Text [ en-US ] = "Calculates subtotals in a spreadsheet." ;
3982cdf0e10cSrcweir        };
3983cdf0e10cSrcweir        ExtraData =
3984cdf0e10cSrcweir        {
3985cdf0e10cSrcweir            0;
3986cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
3987cdf0e10cSrcweir            U2S( HID_FUNC_TEILERGEBNIS );
3988cdf0e10cSrcweir            2;  0;  0;
3989cdf0e10cSrcweir            0;
3990cdf0e10cSrcweir        };
3991cdf0e10cSrcweir        String 2 // Name of Parameter 1
3992cdf0e10cSrcweir        {
3993cdf0e10cSrcweir            Text [ en-US ] = "Function" ;
3994cdf0e10cSrcweir        };
3995cdf0e10cSrcweir        String 3 // Description of Parameter 1
3996cdf0e10cSrcweir        {
3997cdf0e10cSrcweir            Text [ en-US ] = "Function index. Is an index of the possible functions Total, Max, ..." ;
3998cdf0e10cSrcweir        };
3999cdf0e10cSrcweir        String 4 // Name of Parameter 2
4000cdf0e10cSrcweir        {
4001cdf0e10cSrcweir            Text [ en-US ] = "range " ;
4002cdf0e10cSrcweir        };
4003cdf0e10cSrcweir        String 5 // Description of Parameter 2
4004cdf0e10cSrcweir        {
4005cdf0e10cSrcweir            Text [ en-US ] = "The cells of the range which are to be taken into account." ;
4006cdf0e10cSrcweir        };
4007cdf0e10cSrcweir    };
4008cdf0e10cSrcweir    // -=*# Resource for function GANZZAHL #*=-
4009cdf0e10cSrcweir    Resource SC_OPCODE_INT
4010cdf0e10cSrcweir    {
4011cdf0e10cSrcweir        String 1 // Description
4012cdf0e10cSrcweir        {
4013cdf0e10cSrcweir            Text [ en-US ] = "Rounds a number down to the nearest integer." ;
4014cdf0e10cSrcweir        };
4015cdf0e10cSrcweir        ExtraData =
4016cdf0e10cSrcweir        {
4017cdf0e10cSrcweir            0;
4018cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4019cdf0e10cSrcweir            U2S( HID_FUNC_GANZZAHL );
4020cdf0e10cSrcweir            1;  0;
4021cdf0e10cSrcweir            0;
4022cdf0e10cSrcweir        };
4023cdf0e10cSrcweir        String 2 // Name of Parameter 1
4024cdf0e10cSrcweir        {
4025cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
4026cdf0e10cSrcweir        };
4027cdf0e10cSrcweir        String 3 // Description of Parameter 1
4028cdf0e10cSrcweir        {
4029cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded down." ;
4030cdf0e10cSrcweir        };
4031cdf0e10cSrcweir    };
4032cdf0e10cSrcweir    // -=*# Resource for function KÜRZEN #*=-
4033cdf0e10cSrcweir    Resource SC_OPCODE_TRUNC
4034cdf0e10cSrcweir    {
4035cdf0e10cSrcweir        String 1 // Description
4036cdf0e10cSrcweir        {
4037cdf0e10cSrcweir            Text [ en-US ] = "Truncates the decimal places of a number." ;
4038cdf0e10cSrcweir        };
4039cdf0e10cSrcweir        ExtraData =
4040cdf0e10cSrcweir        {
4041cdf0e10cSrcweir            0;
4042cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4043cdf0e10cSrcweir            U2S( HID_FUNC_KUERZEN );
4044cdf0e10cSrcweir            2;  0;  0;
4045cdf0e10cSrcweir            0;
4046cdf0e10cSrcweir        };
4047cdf0e10cSrcweir        String 2 // Name of Parameter 1
4048cdf0e10cSrcweir        {
4049cdf0e10cSrcweir            Text [ en-US ] = "number" ;
4050cdf0e10cSrcweir        };
4051cdf0e10cSrcweir        String 3 // Description of Parameter 1
4052cdf0e10cSrcweir        {
4053cdf0e10cSrcweir            Text [ en-US ] = "The number to be truncated." ;
4054cdf0e10cSrcweir        };
4055cdf0e10cSrcweir        String 4 // Name of Parameter 2
4056cdf0e10cSrcweir        {
4057cdf0e10cSrcweir            Text [ en-US ] = "count" ;
4058cdf0e10cSrcweir        };
4059cdf0e10cSrcweir        String 5 // Description of Parameter 2
4060cdf0e10cSrcweir        {
4061cdf0e10cSrcweir            Text [ en-US ] = "The number of places after the decimal point that are not to be truncated." ;
4062cdf0e10cSrcweir        };
4063cdf0e10cSrcweir    };
4064cdf0e10cSrcweir    // -=*# Resource for function RUNDEN #*=-
4065cdf0e10cSrcweir    Resource SC_OPCODE_ROUND
4066cdf0e10cSrcweir    {
4067cdf0e10cSrcweir        String 1 // Description
4068cdf0e10cSrcweir        {
4069cdf0e10cSrcweir            Text [ en-US ] = "Rounds a number to a predefined accuracy." ;
4070cdf0e10cSrcweir        };
4071cdf0e10cSrcweir        ExtraData =
4072cdf0e10cSrcweir        {
4073cdf0e10cSrcweir            0;
4074cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4075cdf0e10cSrcweir            U2S( HID_FUNC_RUNDEN );
4076cdf0e10cSrcweir            2;  0;  1;
4077cdf0e10cSrcweir            0;
4078cdf0e10cSrcweir        };
4079cdf0e10cSrcweir        String 2 // Name of Parameter 1
4080cdf0e10cSrcweir        {
4081cdf0e10cSrcweir            Text [ en-US ] = "number" ;
4082cdf0e10cSrcweir        };
4083cdf0e10cSrcweir        String 3 // Description of Parameter 1
4084cdf0e10cSrcweir        {
4085cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded." ;
4086cdf0e10cSrcweir        };
4087cdf0e10cSrcweir        String 4 // Name of Parameter 2
4088cdf0e10cSrcweir        {
4089cdf0e10cSrcweir            Text [ en-US ] = "count" ;
4090cdf0e10cSrcweir        };
4091cdf0e10cSrcweir        String 5 // Description of Parameter 2
4092cdf0e10cSrcweir        {
4093cdf0e10cSrcweir            Text [ en-US ] = "The number of places to which a number is to be rounded." ;
4094cdf0e10cSrcweir        };
4095cdf0e10cSrcweir    };
4096cdf0e10cSrcweir    // -=*# Resource for function AUFRUNDEN #*=-
4097cdf0e10cSrcweir    Resource SC_OPCODE_ROUND_UP
4098cdf0e10cSrcweir    {
4099cdf0e10cSrcweir        String 1 // Description
4100cdf0e10cSrcweir        {
4101cdf0e10cSrcweir            Text [ en-US ] = "Rounds a number up to the predefined accuracy." ;
4102cdf0e10cSrcweir        };
4103cdf0e10cSrcweir        ExtraData =
4104cdf0e10cSrcweir        {
4105cdf0e10cSrcweir            0;
4106cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4107cdf0e10cSrcweir            U2S( HID_FUNC_AUFRUNDEN );
4108cdf0e10cSrcweir            2;  0;  1;
4109cdf0e10cSrcweir            0;
4110cdf0e10cSrcweir        };
4111cdf0e10cSrcweir        String 2 // Name of Parameter 1
4112cdf0e10cSrcweir        {
4113cdf0e10cSrcweir            Text [ en-US ] = "number" ;
4114cdf0e10cSrcweir        };
4115cdf0e10cSrcweir        String 3 // Description of Parameter 1
4116cdf0e10cSrcweir        {
4117cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded up." ;
4118cdf0e10cSrcweir        };
4119cdf0e10cSrcweir        String 4 // Name of Parameter 2
4120cdf0e10cSrcweir        {
4121cdf0e10cSrcweir            Text [ en-US ] = "count" ;
4122cdf0e10cSrcweir        };
4123cdf0e10cSrcweir        String 5 // Description of Parameter 2
4124cdf0e10cSrcweir        {
4125cdf0e10cSrcweir            Text [ en-US ] = "The number of places to which a number is to be rounded." ;
4126cdf0e10cSrcweir        };
4127cdf0e10cSrcweir    };
4128cdf0e10cSrcweir    // -=*# Resource for function ABRUNDEN #*=-
4129cdf0e10cSrcweir    Resource SC_OPCODE_ROUND_DOWN
4130cdf0e10cSrcweir    {
4131cdf0e10cSrcweir        String 1 // Description
4132cdf0e10cSrcweir        {
4133cdf0e10cSrcweir            Text [ en-US ] = "Rounds a number down to a predefined accuracy." ;
4134cdf0e10cSrcweir        };
4135cdf0e10cSrcweir        ExtraData =
4136cdf0e10cSrcweir        {
4137cdf0e10cSrcweir            0;
4138cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4139cdf0e10cSrcweir            U2S( HID_FUNC_ABRUNDEN );
4140cdf0e10cSrcweir            2;  0;  1;
4141cdf0e10cSrcweir            0;
4142cdf0e10cSrcweir        };
4143cdf0e10cSrcweir        String 2 // Name of Parameter 1
4144cdf0e10cSrcweir        {
4145cdf0e10cSrcweir            Text [ en-US ] = "number" ;
4146cdf0e10cSrcweir        };
4147cdf0e10cSrcweir        String 3 // Description of Parameter 1
4148cdf0e10cSrcweir        {
4149cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded down." ;
4150cdf0e10cSrcweir        };
4151cdf0e10cSrcweir        String 4 // Name of Parameter 2
4152cdf0e10cSrcweir        {
4153cdf0e10cSrcweir            Text [ en-US ] = "count" ;
4154cdf0e10cSrcweir        };
4155cdf0e10cSrcweir        String 5 // Description of Parameter 2
4156cdf0e10cSrcweir        {
4157cdf0e10cSrcweir            Text [ en-US ] = "The number of places down to which a number is to be rounded." ;
4158cdf0e10cSrcweir        };
4159cdf0e10cSrcweir    };
4160cdf0e10cSrcweir    // -=*# Resource for function GERADE #*=-
4161cdf0e10cSrcweir    Resource SC_OPCODE_EVEN
4162cdf0e10cSrcweir    {
4163cdf0e10cSrcweir        String 1 // Description
4164cdf0e10cSrcweir        {
4165cdf0e10cSrcweir            Text [ en-US ] = "Rounds a positive number up and negative number down to the nearest even integer." ;
4166cdf0e10cSrcweir        };
4167cdf0e10cSrcweir        ExtraData =
4168cdf0e10cSrcweir        {
4169cdf0e10cSrcweir            0;
4170cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4171cdf0e10cSrcweir            U2S( HID_FUNC_GERADE );
4172cdf0e10cSrcweir            1;  0;
4173cdf0e10cSrcweir            0;
4174cdf0e10cSrcweir        };
4175cdf0e10cSrcweir        String 2 // Name of Parameter 1
4176cdf0e10cSrcweir        {
4177cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
4178cdf0e10cSrcweir        };
4179cdf0e10cSrcweir        String 3 // Description of Parameter 1
4180cdf0e10cSrcweir        {
4181cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded up." ;
4182cdf0e10cSrcweir        };
4183cdf0e10cSrcweir    };
4184cdf0e10cSrcweir    // -=*# Resource for function UNGERADE #*=-
4185cdf0e10cSrcweir    Resource SC_OPCODE_ODD
4186cdf0e10cSrcweir    {
4187cdf0e10cSrcweir        String 1 // Description
4188cdf0e10cSrcweir        {
4189cdf0e10cSrcweir            Text [ en-US ] = "Rounds a positive number up and negative number down to the nearest odd integer." ;
4190cdf0e10cSrcweir        };
4191cdf0e10cSrcweir        ExtraData =
4192cdf0e10cSrcweir        {
4193cdf0e10cSrcweir            0;
4194cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4195cdf0e10cSrcweir            U2S( HID_FUNC_UNGERADE );
4196cdf0e10cSrcweir            1;  0;
4197cdf0e10cSrcweir            0;
4198cdf0e10cSrcweir        };
4199cdf0e10cSrcweir        String 2 // Name of Parameter 1
4200cdf0e10cSrcweir        {
4201cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
4202cdf0e10cSrcweir        };
4203cdf0e10cSrcweir        String 3 // Description of Parameter 1
4204cdf0e10cSrcweir        {
4205cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded up." ;
4206cdf0e10cSrcweir        };
4207cdf0e10cSrcweir    };
4208cdf0e10cSrcweir    // -=*# Resource for function OBERGRENZE #*=-
4209cdf0e10cSrcweir    Resource SC_OPCODE_CEIL
4210cdf0e10cSrcweir    {
4211cdf0e10cSrcweir        String 1 // Description
4212cdf0e10cSrcweir        {
4213cdf0e10cSrcweir            Text [ en-US ] = "Rounds a number up to the nearest multiple of significance." ;
4214cdf0e10cSrcweir        };
4215cdf0e10cSrcweir        ExtraData =
4216cdf0e10cSrcweir        {
4217cdf0e10cSrcweir            0;
4218cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4219cdf0e10cSrcweir            U2S( HID_FUNC_OBERGRENZE );
4220cdf0e10cSrcweir            3;  0;  0;  1;
4221cdf0e10cSrcweir            0;
4222cdf0e10cSrcweir        };
4223cdf0e10cSrcweir        String 2 // Name of Parameter 1
4224cdf0e10cSrcweir        {
4225cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
4226cdf0e10cSrcweir        };
4227cdf0e10cSrcweir        String 3 // Description of Parameter 1
4228cdf0e10cSrcweir        {
4229cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded up." ;
4230cdf0e10cSrcweir        };
4231cdf0e10cSrcweir        String 4 // Name of Parameter 2
4232cdf0e10cSrcweir        {
4233cdf0e10cSrcweir            Text [ en-US ] = "Significance" ;
4234cdf0e10cSrcweir        };
4235cdf0e10cSrcweir        String 5 // Description of Parameter 2
4236cdf0e10cSrcweir        {
4237cdf0e10cSrcweir            Text [ en-US ] = "The number to whose multiple the value is rounded." ;
4238cdf0e10cSrcweir        };
4239cdf0e10cSrcweir        String 6 // Name of Parameter 3
4240cdf0e10cSrcweir        {
4241cdf0e10cSrcweir            Text [ en-US ] = "Mode" ;
4242cdf0e10cSrcweir        };
4243cdf0e10cSrcweir        String 7 // Description of Parameter 3
4244cdf0e10cSrcweir        {
4245cdf0e10cSrcweir            Text [ en-US ] = "If given and not equal to zero then rounded up according to amount when a negative number and significance." ;
4246cdf0e10cSrcweir        };
4247cdf0e10cSrcweir    };
4248cdf0e10cSrcweir    // -=*# Resource for function UNTERGRENZE #*=-
4249cdf0e10cSrcweir    Resource SC_OPCODE_FLOOR
4250cdf0e10cSrcweir    {
4251cdf0e10cSrcweir        String 1 // Description
4252cdf0e10cSrcweir        {
4253cdf0e10cSrcweir            Text [ en-US ] = "Rounds number down to the nearest multiple of significance." ;
4254cdf0e10cSrcweir        };
4255cdf0e10cSrcweir        ExtraData =
4256cdf0e10cSrcweir        {
4257cdf0e10cSrcweir            0;
4258cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4259cdf0e10cSrcweir            U2S( HID_FUNC_UNTERGRENZE );
4260cdf0e10cSrcweir            3;  0;  0;  1;
4261cdf0e10cSrcweir            0;
4262cdf0e10cSrcweir        };
4263cdf0e10cSrcweir        String 2 // Name of Parameter 1
4264cdf0e10cSrcweir        {
4265cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
4266cdf0e10cSrcweir        };
4267cdf0e10cSrcweir        String 3 // Description of Parameter 1
4268cdf0e10cSrcweir        {
4269cdf0e10cSrcweir            Text [ en-US ] = "The number to be rounded down." ;
4270cdf0e10cSrcweir        };
4271cdf0e10cSrcweir        String 4 // Name of Parameter 2
4272cdf0e10cSrcweir        {
4273cdf0e10cSrcweir            Text [ en-US ] = "Significance" ;
4274cdf0e10cSrcweir        };
4275cdf0e10cSrcweir        String 5 // Description of Parameter 2
4276cdf0e10cSrcweir        {
4277cdf0e10cSrcweir            Text [ en-US ] = "The number to whose multiple the value is to be rounded down." ;
4278cdf0e10cSrcweir        };
4279cdf0e10cSrcweir        String 6 // Name of Parameter 3
4280cdf0e10cSrcweir        {
4281cdf0e10cSrcweir            Text [ en-US ] = "Mode" ;
4282cdf0e10cSrcweir        };
4283cdf0e10cSrcweir        String 7 // Description of Parameter 3
4284cdf0e10cSrcweir        {
4285cdf0e10cSrcweir            Text [ en-US ] = "If given and not equal to zero then rounded down according to amount when a negative number and significance." ;
4286cdf0e10cSrcweir        };
4287cdf0e10cSrcweir    };
4288cdf0e10cSrcweir    // -=*# Resource for function GGT #*=-
4289cdf0e10cSrcweir    Resource SC_OPCODE_GGT
4290cdf0e10cSrcweir    {
4291cdf0e10cSrcweir        String 1 // Description
4292cdf0e10cSrcweir        {
4293cdf0e10cSrcweir            Text [ en-US ] = "Greatest Common Divisor" ;
4294cdf0e10cSrcweir        };
4295cdf0e10cSrcweir        ExtraData =
4296cdf0e10cSrcweir        {
4297cdf0e10cSrcweir            0;
4298cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4299cdf0e10cSrcweir            U2S( HID_FUNC_GGT );
4300cdf0e10cSrcweir            VAR_ARGS;   0;
4301cdf0e10cSrcweir            0;
4302cdf0e10cSrcweir        };
4303cdf0e10cSrcweir        String 2 // Name of Parameter 1
4304cdf0e10cSrcweir        {
4305cdf0e10cSrcweir            Text [ en-US ] = "Integer " ;
4306cdf0e10cSrcweir        };
4307cdf0e10cSrcweir        String 3 // Description of Parameter 1
4308cdf0e10cSrcweir        {
4309cdf0e10cSrcweir            Text [ en-US ] = "Integer 1; integer 2,... are integers for which the greatest common divisor is to be calculated." ;
4310cdf0e10cSrcweir        };
4311cdf0e10cSrcweir    };
4312cdf0e10cSrcweir    // -=*# Resource for function KGV #*=-
4313cdf0e10cSrcweir    Resource SC_OPCODE_KGV
4314cdf0e10cSrcweir    {
4315cdf0e10cSrcweir        String 1 // Description
4316cdf0e10cSrcweir        {
4317cdf0e10cSrcweir            Text [ en-US ] = "Lowest common multiple" ;
4318cdf0e10cSrcweir        };
4319cdf0e10cSrcweir        ExtraData =
4320cdf0e10cSrcweir        {
4321cdf0e10cSrcweir            0;
4322cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
4323cdf0e10cSrcweir            U2S( HID_FUNC_KGV );
4324cdf0e10cSrcweir            VAR_ARGS;   0;
4325cdf0e10cSrcweir            0;
4326cdf0e10cSrcweir        };
4327cdf0e10cSrcweir        String 2 // Name of Parameter 1
4328cdf0e10cSrcweir        {
4329cdf0e10cSrcweir            Text [ en-US ] = "Integer " ;
4330cdf0e10cSrcweir        };
4331cdf0e10cSrcweir        String 3 // Description of Parameter 1
4332cdf0e10cSrcweir        {
4333cdf0e10cSrcweir            Text [ en-US ] = "Integer 1; integer 2,... are integers whose smallest common multiple is to be calculated." ;
4334cdf0e10cSrcweir        };
4335cdf0e10cSrcweir    };
4336cdf0e10cSrcweir    // -=*# Resource for function MTRANS #*=-
4337cdf0e10cSrcweir    Resource SC_OPCODE_MAT_TRANS
4338cdf0e10cSrcweir    {
4339cdf0e10cSrcweir        String 1 // Description
4340cdf0e10cSrcweir        {
4341cdf0e10cSrcweir            Text [ en-US ] = "Array transposition. Exchanges the rows and columns of an array." ;
4342cdf0e10cSrcweir        };
4343cdf0e10cSrcweir        ExtraData =
4344cdf0e10cSrcweir        {
4345cdf0e10cSrcweir            0;
4346cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4347cdf0e10cSrcweir            U2S( HID_FUNC_MTRANS );
4348cdf0e10cSrcweir            1;  0;
4349cdf0e10cSrcweir            0;
4350cdf0e10cSrcweir        };
4351cdf0e10cSrcweir        String 2 // Name of Parameter 1
4352cdf0e10cSrcweir        {
4353cdf0e10cSrcweir            Text [ en-US ] = "array" ;
4354cdf0e10cSrcweir        };
4355cdf0e10cSrcweir        String 3 // Description of Parameter 1
4356cdf0e10cSrcweir        {
4357cdf0e10cSrcweir            Text [ en-US ] = "The array in which the rows and columns have been transposed." ;
4358cdf0e10cSrcweir        };
4359cdf0e10cSrcweir    };
4360cdf0e10cSrcweir    // -=*# Resource for function MMULT #*=-
4361cdf0e10cSrcweir    Resource SC_OPCODE_MAT_MULT
4362cdf0e10cSrcweir    {
4363cdf0e10cSrcweir        String 1 // Description
4364cdf0e10cSrcweir        {
4365cdf0e10cSrcweir            Text [ en-US ] = "Array multiplication. Returns the product of two arrays." ;
4366cdf0e10cSrcweir        };
4367cdf0e10cSrcweir        ExtraData =
4368cdf0e10cSrcweir        {
4369cdf0e10cSrcweir            0;
4370cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4371cdf0e10cSrcweir            U2S( HID_FUNC_MMULT );
4372cdf0e10cSrcweir            2;  0;  0;
4373cdf0e10cSrcweir            0;
4374cdf0e10cSrcweir        };
4375cdf0e10cSrcweir        String 2 // Name of Parameter 1
4376cdf0e10cSrcweir        {
4377cdf0e10cSrcweir            Text [ en-US ] = "array" ;
4378cdf0e10cSrcweir        };
4379cdf0e10cSrcweir        String 3 // Description of Parameter 1
4380cdf0e10cSrcweir        {
4381cdf0e10cSrcweir            Text [ en-US ] = "The first array for the array product." ;
4382cdf0e10cSrcweir        };
4383cdf0e10cSrcweir        String 4 // Name of Parameter 2
4384cdf0e10cSrcweir        {
4385cdf0e10cSrcweir            Text [ en-US ] = "array" ;
4386cdf0e10cSrcweir        };
4387cdf0e10cSrcweir        String 5 // Description of Parameter 2
4388cdf0e10cSrcweir        {
4389cdf0e10cSrcweir            Text [ en-US ] = "The second array having the same number of rows as the first array has columns." ;
4390cdf0e10cSrcweir        };
4391cdf0e10cSrcweir    };
4392cdf0e10cSrcweir    // -=*# Resource for function MDET #*=-
4393cdf0e10cSrcweir    Resource SC_OPCODE_MAT_DET
4394cdf0e10cSrcweir    {
4395cdf0e10cSrcweir        String 1 // Description
4396cdf0e10cSrcweir        {
4397cdf0e10cSrcweir            Text [ en-US ] = "Returns the array determinant." ;
4398cdf0e10cSrcweir        };
4399cdf0e10cSrcweir        ExtraData =
4400cdf0e10cSrcweir        {
4401cdf0e10cSrcweir            0;
4402cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4403cdf0e10cSrcweir            U2S( HID_FUNC_MDET );
4404cdf0e10cSrcweir            1;  0;
4405cdf0e10cSrcweir            0;
4406cdf0e10cSrcweir        };
4407cdf0e10cSrcweir        String 2 // Name of Parameter 1
4408cdf0e10cSrcweir        {
4409cdf0e10cSrcweir            Text [ en-US ] = "array" ;
4410cdf0e10cSrcweir        };
4411cdf0e10cSrcweir        String 3 // Description of Parameter 1
4412cdf0e10cSrcweir        {
4413cdf0e10cSrcweir            Text [ en-US ] = "The array for which the determinant is to be determined." ;
4414cdf0e10cSrcweir        };
4415cdf0e10cSrcweir    };
4416cdf0e10cSrcweir    // -=*# Resource for function MINV #*=-
4417cdf0e10cSrcweir    Resource SC_OPCODE_MAT_INV
4418cdf0e10cSrcweir    {
4419cdf0e10cSrcweir        String 1 // Description
4420cdf0e10cSrcweir        {
4421cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse of an array." ;
4422cdf0e10cSrcweir        };
4423cdf0e10cSrcweir        ExtraData =
4424cdf0e10cSrcweir        {
4425cdf0e10cSrcweir            0;
4426cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4427cdf0e10cSrcweir            U2S( HID_FUNC_MINV );
4428cdf0e10cSrcweir            1;  0;
4429cdf0e10cSrcweir            0;
4430cdf0e10cSrcweir        };
4431cdf0e10cSrcweir        String 2 // Name of Parameter 1
4432cdf0e10cSrcweir        {
4433cdf0e10cSrcweir            Text [ en-US ] = "array" ;
4434cdf0e10cSrcweir        };
4435cdf0e10cSrcweir        String 3 // Description of Parameter 1
4436cdf0e10cSrcweir        {
4437cdf0e10cSrcweir            Text [ en-US ] = "The array to be inverted." ;
4438cdf0e10cSrcweir        };
4439cdf0e10cSrcweir    };
4440cdf0e10cSrcweir    // -=*# Resource for function EINHEITSMATRIX #*=-
4441cdf0e10cSrcweir    Resource SC_OPCODE_MATRIX_UNIT
4442cdf0e10cSrcweir    {
4443cdf0e10cSrcweir        String 1 // Description
4444cdf0e10cSrcweir        {
4445cdf0e10cSrcweir            Text [ en-US ] = "Returns the unitary square array of a certain size." ;
4446cdf0e10cSrcweir        };
4447cdf0e10cSrcweir        ExtraData =
4448cdf0e10cSrcweir        {
4449cdf0e10cSrcweir            0;
4450cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4451cdf0e10cSrcweir            U2S( HID_FUNC_EINHEITSMATRIX );
4452cdf0e10cSrcweir            1;  0;
4453cdf0e10cSrcweir            0;
4454cdf0e10cSrcweir        };
4455cdf0e10cSrcweir        String 2 // Name of Parameter 1
4456cdf0e10cSrcweir        {
4457cdf0e10cSrcweir            Text [ en-US ] = "Dimensions" ;
4458cdf0e10cSrcweir        };
4459cdf0e10cSrcweir        String 3 // Description of Parameter 1
4460cdf0e10cSrcweir        {
4461cdf0e10cSrcweir            Text [ en-US ] = "The size of the unitary array." ;
4462cdf0e10cSrcweir        };
4463cdf0e10cSrcweir    };
4464cdf0e10cSrcweir    // -=*# Resource for function SUMMENPRODUKT #*=-
4465cdf0e10cSrcweir    Resource SC_OPCODE_SUM_PRODUCT
4466cdf0e10cSrcweir    {
4467cdf0e10cSrcweir        String 1 // Description
4468cdf0e10cSrcweir        {
4469cdf0e10cSrcweir            Text [ en-US ] = "(Inner products) Returns the sum of the products of array arguments." ;
4470cdf0e10cSrcweir        };
4471cdf0e10cSrcweir        ExtraData =
4472cdf0e10cSrcweir        {
4473cdf0e10cSrcweir            0;
4474cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4475cdf0e10cSrcweir            U2S( HID_FUNC_SUMMENPRODUKT );
4476cdf0e10cSrcweir            VAR_ARGS;   0;
4477cdf0e10cSrcweir            0;
4478cdf0e10cSrcweir        };
4479cdf0e10cSrcweir        String 2 // Name of Parameter 1
4480cdf0e10cSrcweir        {
4481cdf0e10cSrcweir            Text [ en-US ] = "Array " ;
4482cdf0e10cSrcweir        };
4483cdf0e10cSrcweir        String 3 // Description of Parameter 1
4484cdf0e10cSrcweir        {
4485cdf0e10cSrcweir            Text [ en-US ] = "Array 1, array 2, ... are up to 30 arrays whose arguments are to be multiplied." ;
4486cdf0e10cSrcweir        };
4487cdf0e10cSrcweir    };
4488cdf0e10cSrcweir    // -=*# Resource for function SUMMEX2MY2 #*=-
4489cdf0e10cSrcweir    Resource SC_OPCODE_SUM_X2MY2
4490cdf0e10cSrcweir    {
4491cdf0e10cSrcweir        String 1 // Description
4492cdf0e10cSrcweir        {
4493cdf0e10cSrcweir            Text [ en-US ] = "Returns the sum of the difference of squares of two arrays." ;
4494cdf0e10cSrcweir        };
4495cdf0e10cSrcweir        ExtraData =
4496cdf0e10cSrcweir        {
4497cdf0e10cSrcweir            0;
4498cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4499cdf0e10cSrcweir            U2S( HID_FUNC_SUMMEX2MY2 );
4500cdf0e10cSrcweir            2;  0;  0;
4501cdf0e10cSrcweir            0;
4502cdf0e10cSrcweir        };
4503cdf0e10cSrcweir        String 2 // Name of Parameter 1
4504cdf0e10cSrcweir        {
4505cdf0e10cSrcweir            Text [ en-US ] = "array_x" ;
4506cdf0e10cSrcweir        };
4507cdf0e10cSrcweir        String 3 // Description of Parameter 1
4508cdf0e10cSrcweir        {
4509cdf0e10cSrcweir            Text [ en-US ] = "First array where the square of the arguments are totalled." ;
4510cdf0e10cSrcweir        };
4511cdf0e10cSrcweir        String 4 // Name of Parameter 2
4512cdf0e10cSrcweir        {
4513cdf0e10cSrcweir            Text [ en-US ] = "array_y" ;
4514cdf0e10cSrcweir        };
4515cdf0e10cSrcweir        String 5 // Description of Parameter 2
4516cdf0e10cSrcweir        {
4517cdf0e10cSrcweir            Text [ en-US ] = "Second array where the square of the arguments is to be subtracted." ;
4518cdf0e10cSrcweir        };
4519cdf0e10cSrcweir    };
4520cdf0e10cSrcweir    // -=*# Resource for function SUMMEX2PY2 #*=-
4521cdf0e10cSrcweir    Resource SC_OPCODE_SUM_X2DY2
4522cdf0e10cSrcweir    {
4523cdf0e10cSrcweir        String 1 // Description
4524cdf0e10cSrcweir        {
4525cdf0e10cSrcweir            Text [ en-US ] = "Returns the total of the square sum of two arrays." ;
4526cdf0e10cSrcweir        };
4527cdf0e10cSrcweir        ExtraData =
4528cdf0e10cSrcweir        {
4529cdf0e10cSrcweir            0;
4530cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4531cdf0e10cSrcweir            U2S( HID_FUNC_SUMMEX2PY2 );
4532cdf0e10cSrcweir            2;  0;  0;
4533cdf0e10cSrcweir            0;
4534cdf0e10cSrcweir        };
4535cdf0e10cSrcweir        String 2 // Name of Parameter 1
4536cdf0e10cSrcweir        {
4537cdf0e10cSrcweir            Text [ en-US ] = "array_x" ;
4538cdf0e10cSrcweir        };
4539cdf0e10cSrcweir        String 3 // Description of Parameter 1
4540cdf0e10cSrcweir        {
4541cdf0e10cSrcweir            Text [ en-US ] = "First array where the square of the arguments are totalled." ;
4542cdf0e10cSrcweir        };
4543cdf0e10cSrcweir        String 4 // Name of Parameter 2
4544cdf0e10cSrcweir        {
4545cdf0e10cSrcweir            Text [ en-US ] = "array_y" ;
4546cdf0e10cSrcweir        };
4547cdf0e10cSrcweir        String 5 // Description of Parameter 2
4548cdf0e10cSrcweir        {
4549cdf0e10cSrcweir            Text [ en-US ] = "Second array where the square of the arguments is to be totalled." ;
4550cdf0e10cSrcweir        };
4551cdf0e10cSrcweir    };
4552cdf0e10cSrcweir    // -=*# Resource for function SUMMEXMY2 #*=-
4553cdf0e10cSrcweir    Resource SC_OPCODE_SUM_XMY2
4554cdf0e10cSrcweir    {
4555cdf0e10cSrcweir        String 1 // Description
4556cdf0e10cSrcweir        {
4557cdf0e10cSrcweir            Text [ en-US ] = "Returns the sum of squares of differences of two arrays." ;
4558cdf0e10cSrcweir        };
4559cdf0e10cSrcweir        ExtraData =
4560cdf0e10cSrcweir        {
4561cdf0e10cSrcweir            0;
4562cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4563cdf0e10cSrcweir            U2S( HID_FUNC_SUMMEXMY2 );
4564cdf0e10cSrcweir            2;  0;  0;
4565cdf0e10cSrcweir            0;
4566cdf0e10cSrcweir        };
4567cdf0e10cSrcweir        String 2 // Name of Parameter 1
4568cdf0e10cSrcweir        {
4569cdf0e10cSrcweir            Text [ en-US ] = "array_x" ;
4570cdf0e10cSrcweir        };
4571cdf0e10cSrcweir        String 3 // Description of Parameter 1
4572cdf0e10cSrcweir        {
4573cdf0e10cSrcweir            Text [ en-US ] = "First array for forming argument differences." ;
4574cdf0e10cSrcweir        };
4575cdf0e10cSrcweir        String 4 // Name of Parameter 2
4576cdf0e10cSrcweir        {
4577cdf0e10cSrcweir            Text [ en-US ] = "array_y" ;
4578cdf0e10cSrcweir        };
4579cdf0e10cSrcweir        String 5 // Description of Parameter 2
4580cdf0e10cSrcweir        {
4581cdf0e10cSrcweir            Text [ en-US ] = "Second array for forming the argument differences." ;
4582cdf0e10cSrcweir        };
4583cdf0e10cSrcweir    };
4584cdf0e10cSrcweir};
4585cdf0e10cSrcweir
4586cdf0e10cSrcweirResource RID_SC_FUNCTION_DESCRIPTIONS2
4587cdf0e10cSrcweir{
4588cdf0e10cSrcweir    // -=*# Resource for function HÄUFIGKEIT #*=-
4589cdf0e10cSrcweir    Resource SC_OPCODE_FREQUENCY
4590cdf0e10cSrcweir    {
4591cdf0e10cSrcweir        String 1 // Description
4592cdf0e10cSrcweir        {
4593cdf0e10cSrcweir            Text [ en-US ] = "Returns a frequency distribution as a vertical array." ;
4594cdf0e10cSrcweir        };
4595cdf0e10cSrcweir        ExtraData =
4596cdf0e10cSrcweir        {
4597cdf0e10cSrcweir            0;
4598cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4599cdf0e10cSrcweir            U2S( HID_FUNC_HAEUFIGKEIT );
4600cdf0e10cSrcweir            2;  0;  0;
4601cdf0e10cSrcweir            0;
4602cdf0e10cSrcweir        };
4603cdf0e10cSrcweir        String 2 // Name of Parameter 1
4604cdf0e10cSrcweir        {
4605cdf0e10cSrcweir            Text [ en-US ] = "data" ;
4606cdf0e10cSrcweir        };
4607cdf0e10cSrcweir        String 3 // Description of Parameter 1
4608cdf0e10cSrcweir        {
4609cdf0e10cSrcweir            Text [ en-US ] = "The array of the data." ;
4610cdf0e10cSrcweir        };
4611cdf0e10cSrcweir        String 4 // Name of Parameter 2
4612cdf0e10cSrcweir        {
4613cdf0e10cSrcweir            Text [ en-US ] = "classes" ;
4614cdf0e10cSrcweir        };
4615cdf0e10cSrcweir        String 5 // Description of Parameter 2
4616cdf0e10cSrcweir        {
4617cdf0e10cSrcweir            Text [ en-US ] = "The array for forming classes." ;
4618cdf0e10cSrcweir        };
4619cdf0e10cSrcweir    };
4620cdf0e10cSrcweir    // -=*# Resource for function RGP #*=-
4621cdf0e10cSrcweir    Resource SC_OPCODE_RGP
4622cdf0e10cSrcweir    {
4623cdf0e10cSrcweir        String 1 // Description
4624cdf0e10cSrcweir        {
4625cdf0e10cSrcweir            Text [ en-US ] = "Calculates parameters of the linear regression as an array." ;
4626cdf0e10cSrcweir        };
4627cdf0e10cSrcweir        ExtraData =
4628cdf0e10cSrcweir        {
4629cdf0e10cSrcweir            0;
4630cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4631cdf0e10cSrcweir            U2S( HID_FUNC_RGP );
4632cdf0e10cSrcweir            4;  0;  1;  1;  1;
4633cdf0e10cSrcweir            0;
4634cdf0e10cSrcweir        };
4635cdf0e10cSrcweir        String 2 // Name of Parameter 1
4636cdf0e10cSrcweir        {
4637cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
4638cdf0e10cSrcweir        };
4639cdf0e10cSrcweir        String 3 // Description of Parameter 1
4640cdf0e10cSrcweir        {
4641cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
4642cdf0e10cSrcweir        };
4643cdf0e10cSrcweir        String 4 // Name of Parameter 2
4644cdf0e10cSrcweir        {
4645cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
4646cdf0e10cSrcweir        };
4647cdf0e10cSrcweir        String 5 // Description of Parameter 2
4648cdf0e10cSrcweir        {
4649cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
4650cdf0e10cSrcweir        };
4651cdf0e10cSrcweir        String 6 // Name of Parameter 3
4652cdf0e10cSrcweir        {
4653cdf0e10cSrcweir            Text [ en-US ] = "Linear_type" ;
4654cdf0e10cSrcweir        };
4655cdf0e10cSrcweir        String 7 // Description of Parameter 3
4656cdf0e10cSrcweir        {
4657cdf0e10cSrcweir            Text [ en-US ] = "If type = 0 the linears will be calculated through the zero point, or else moved linears." ;
4658cdf0e10cSrcweir        };
4659cdf0e10cSrcweir        String 8 // Name of Parameter 4
4660cdf0e10cSrcweir        {
4661cdf0e10cSrcweir            Text [ en-US ] = "stats" ;
4662cdf0e10cSrcweir        };
4663cdf0e10cSrcweir        String 9 // Description of Parameter 4
4664cdf0e10cSrcweir        {
4665cdf0e10cSrcweir            Text [ en-US ] = "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well." ;
4666cdf0e10cSrcweir        };
4667cdf0e10cSrcweir    };
4668cdf0e10cSrcweir    // -=*# Resource for function RKP #*=-
4669cdf0e10cSrcweir    Resource SC_OPCODE_RKP
4670cdf0e10cSrcweir    {
4671cdf0e10cSrcweir        String 1 // Description
4672cdf0e10cSrcweir        {
4673cdf0e10cSrcweir            Text [ en-US ] = "Calculates the parameters of the exponential regression curve as an array." ;
4674cdf0e10cSrcweir        };
4675cdf0e10cSrcweir        ExtraData =
4676cdf0e10cSrcweir        {
4677cdf0e10cSrcweir            0;
4678cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4679cdf0e10cSrcweir            U2S( HID_FUNC_RKP );
4680cdf0e10cSrcweir            4;  0;  1;  1;  1;
4681cdf0e10cSrcweir            0;
4682cdf0e10cSrcweir        };
4683cdf0e10cSrcweir        String 2 // Name of Parameter 1
4684cdf0e10cSrcweir        {
4685cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
4686cdf0e10cSrcweir        };
4687cdf0e10cSrcweir        String 3 // Description of Parameter 1
4688cdf0e10cSrcweir        {
4689cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
4690cdf0e10cSrcweir        };
4691cdf0e10cSrcweir        String 4 // Name of Parameter 2
4692cdf0e10cSrcweir        {
4693cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
4694cdf0e10cSrcweir        };
4695cdf0e10cSrcweir        String 5 // Description of Parameter 2
4696cdf0e10cSrcweir        {
4697cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
4698cdf0e10cSrcweir        };
4699cdf0e10cSrcweir        String 6 // Name of Parameter 3
4700cdf0e10cSrcweir        {
4701cdf0e10cSrcweir            Text [ en-US ] = "Function_type" ;
4702cdf0e10cSrcweir        };
4703cdf0e10cSrcweir        String 7 // Description of Parameter 3
4704cdf0e10cSrcweir        {
4705cdf0e10cSrcweir            Text [ en-US ] = "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x." ;
4706cdf0e10cSrcweir        };
4707cdf0e10cSrcweir        String 8 // Name of Parameter 4
4708cdf0e10cSrcweir        {
4709cdf0e10cSrcweir            Text [ en-US ] = "stats" ;
4710cdf0e10cSrcweir        };
4711cdf0e10cSrcweir        String 9 // Description of Parameter 4
4712cdf0e10cSrcweir        {
4713cdf0e10cSrcweir            Text [ en-US ] = "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well." ;
4714cdf0e10cSrcweir        };
4715cdf0e10cSrcweir    };
4716cdf0e10cSrcweir    // -=*# Resource for function TREND #*=-
4717cdf0e10cSrcweir    Resource SC_OPCODE_TREND
4718cdf0e10cSrcweir    {
4719cdf0e10cSrcweir        String 1 // Description
4720cdf0e10cSrcweir        {
4721cdf0e10cSrcweir            Text [ en-US ] = "Calculates points along a regression line." ;
4722cdf0e10cSrcweir        };
4723cdf0e10cSrcweir        ExtraData =
4724cdf0e10cSrcweir        {
4725cdf0e10cSrcweir            0;
4726cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4727cdf0e10cSrcweir            U2S( HID_FUNC_TREND );
4728cdf0e10cSrcweir            4;  0;  1;  1;  1;
4729cdf0e10cSrcweir            0;
4730cdf0e10cSrcweir        };
4731cdf0e10cSrcweir        String 2 // Name of Parameter 1
4732cdf0e10cSrcweir        {
4733cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
4734cdf0e10cSrcweir        };
4735cdf0e10cSrcweir        String 3 // Description of Parameter 1
4736cdf0e10cSrcweir        {
4737cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
4738cdf0e10cSrcweir        };
4739cdf0e10cSrcweir        String 4 // Name of Parameter 2
4740cdf0e10cSrcweir        {
4741cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
4742cdf0e10cSrcweir        };
4743cdf0e10cSrcweir        String 5 // Description of Parameter 2
4744cdf0e10cSrcweir        {
4745cdf0e10cSrcweir            Text [ en-US ] = "The X data array as the basis for the regression." ;
4746cdf0e10cSrcweir        };
4747cdf0e10cSrcweir        String 6 // Name of Parameter 3
4748cdf0e10cSrcweir        {
4749cdf0e10cSrcweir            Text [ en-US ] = "new data_X" ;
4750cdf0e10cSrcweir        };
4751cdf0e10cSrcweir        String 7 // Description of Parameter 3
4752cdf0e10cSrcweir        {
4753cdf0e10cSrcweir            Text [ en-US ] = "The array of X data for recalculating the values." ;
4754cdf0e10cSrcweir        };
4755cdf0e10cSrcweir        String 8 // Name of Parameter 4
4756cdf0e10cSrcweir        {
4757cdf0e10cSrcweir            Text [ en-US ] = "Linear_type" ;
4758cdf0e10cSrcweir        };
4759cdf0e10cSrcweir        String 9 // Description of Parameter 4
4760cdf0e10cSrcweir        {
4761cdf0e10cSrcweir            Text [ en-US ] = "If type = 0 the linears will be calculated through the zero point, or else moved linears." ;
4762cdf0e10cSrcweir        };
4763cdf0e10cSrcweir    };
4764cdf0e10cSrcweir    // -=*# Resource for function VARIATION #*=-
4765cdf0e10cSrcweir    Resource SC_OPCODE_GROWTH
4766cdf0e10cSrcweir    {
4767cdf0e10cSrcweir        String 1 // Description
4768cdf0e10cSrcweir        {
4769cdf0e10cSrcweir            Text [ en-US ] = "Calculates points on the exponential regression function." ;
4770cdf0e10cSrcweir        };
4771cdf0e10cSrcweir        ExtraData =
4772cdf0e10cSrcweir        {
4773cdf0e10cSrcweir            0;
4774cdf0e10cSrcweir            ID_FUNCTION_GRP_MATRIX;
4775cdf0e10cSrcweir            U2S( HID_FUNC_VARIATION );
4776cdf0e10cSrcweir            4;  0;  1;  1;  1;
4777cdf0e10cSrcweir            0;
4778cdf0e10cSrcweir        };
4779cdf0e10cSrcweir        String 2 // Name of Parameter 1
4780cdf0e10cSrcweir        {
4781cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
4782cdf0e10cSrcweir        };
4783cdf0e10cSrcweir        String 3 // Description of Parameter 1
4784cdf0e10cSrcweir        {
4785cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
4786cdf0e10cSrcweir        };
4787cdf0e10cSrcweir        String 4 // Name of Parameter 2
4788cdf0e10cSrcweir        {
4789cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
4790cdf0e10cSrcweir        };
4791cdf0e10cSrcweir        String 5 // Description of Parameter 2
4792cdf0e10cSrcweir        {
4793cdf0e10cSrcweir            Text [ en-US ] = "The X data array as the basis for the regression." ;
4794cdf0e10cSrcweir        };
4795cdf0e10cSrcweir        String 6 // Name of Parameter 3
4796cdf0e10cSrcweir        {
4797cdf0e10cSrcweir            Text [ en-US ] = "new_data_X" ;
4798cdf0e10cSrcweir        };
4799cdf0e10cSrcweir        String 7 // Description of Parameter 3
4800cdf0e10cSrcweir        {
4801cdf0e10cSrcweir            Text [ en-US ] = "The array of X data for recalculating the values." ;
4802cdf0e10cSrcweir        };
4803cdf0e10cSrcweir        String 8 // Name of Parameter 4
4804cdf0e10cSrcweir        {
4805cdf0e10cSrcweir            Text [ en-US ] = "Function_type" ;
4806cdf0e10cSrcweir        };
4807cdf0e10cSrcweir        String 9 // Description of Parameter 4
4808cdf0e10cSrcweir        {
4809cdf0e10cSrcweir            Text [ en-US ] = "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x." ;
4810cdf0e10cSrcweir        };
4811cdf0e10cSrcweir    };
4812cdf0e10cSrcweir    // -=*# Resource for function ANZAHL #*=-
4813cdf0e10cSrcweir    Resource SC_OPCODE_COUNT
4814cdf0e10cSrcweir    {
4815cdf0e10cSrcweir        String 1 // Description
4816cdf0e10cSrcweir        {
4817cdf0e10cSrcweir            Text [ en-US ] = "Counts how many numbers are in the list of arguments." ;
4818cdf0e10cSrcweir        };
4819cdf0e10cSrcweir        ExtraData =
4820cdf0e10cSrcweir        {
4821cdf0e10cSrcweir            0;
4822cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4823cdf0e10cSrcweir            U2S( HID_FUNC_ANZAHL );
4824cdf0e10cSrcweir            VAR_ARGS;   0;
4825cdf0e10cSrcweir            0;
4826cdf0e10cSrcweir        };
4827cdf0e10cSrcweir        String 2 // Name of Parameter 1
4828cdf0e10cSrcweir        {
4829cdf0e10cSrcweir            Text [ en-US ] = "value " ;
4830cdf0e10cSrcweir        };
4831cdf0e10cSrcweir        String 3 // Description of Parameter 1
4832cdf0e10cSrcweir        {
4833cdf0e10cSrcweir            Text [ en-US ] = "Value 1, value 2, ... are 1 to 30 arguments containing different data types but where only numbers are counted." ;
4834cdf0e10cSrcweir        };
4835cdf0e10cSrcweir    };
4836cdf0e10cSrcweir    // -=*# Resource for function ANZAHL2 #*=-
4837cdf0e10cSrcweir    Resource SC_OPCODE_COUNT_2
4838cdf0e10cSrcweir    {
4839cdf0e10cSrcweir        String 1 // Description
4840cdf0e10cSrcweir        {
4841cdf0e10cSrcweir            Text [ en-US ] = "Counts how many values are in the list of arguments." ;
4842cdf0e10cSrcweir        };
4843cdf0e10cSrcweir        ExtraData =
4844cdf0e10cSrcweir        {
4845cdf0e10cSrcweir            0;
4846cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4847cdf0e10cSrcweir            U2S( HID_FUNC_ANZAHL2 );
4848cdf0e10cSrcweir            VAR_ARGS;   0;
4849cdf0e10cSrcweir            0;
4850cdf0e10cSrcweir        };
4851cdf0e10cSrcweir        String 2 // Name of Parameter 1
4852cdf0e10cSrcweir        {
4853cdf0e10cSrcweir            Text [ en-US ] = "value " ;
4854cdf0e10cSrcweir        };
4855cdf0e10cSrcweir        String 3 // Description of Parameter 1
4856cdf0e10cSrcweir        {
4857cdf0e10cSrcweir            Text [ en-US ] = "Value 1, value 2, ... are 1 to 30 arguments representing the values to be counted." ;
4858cdf0e10cSrcweir        };
4859cdf0e10cSrcweir    };
4860cdf0e10cSrcweir    // -=*# Resource for function MAX #*=-
4861cdf0e10cSrcweir    Resource SC_OPCODE_MAX
4862cdf0e10cSrcweir    {
4863cdf0e10cSrcweir        String 1 // Description
4864cdf0e10cSrcweir        {
4865cdf0e10cSrcweir            Text [ en-US ] = "Returns the maximum value in a list of arguments." ;
4866cdf0e10cSrcweir        };
4867cdf0e10cSrcweir        ExtraData =
4868cdf0e10cSrcweir        {
4869cdf0e10cSrcweir            0;
4870cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4871cdf0e10cSrcweir            U2S( HID_FUNC_MAX );
4872cdf0e10cSrcweir            VAR_ARGS;   0;
4873cdf0e10cSrcweir            0;
4874cdf0e10cSrcweir        };
4875cdf0e10cSrcweir        String 2 // Name of Parameter 1
4876cdf0e10cSrcweir        {
4877cdf0e10cSrcweir            Text [ en-US ] = "number " ;
4878cdf0e10cSrcweir        };
4879cdf0e10cSrcweir        String 3 // Description of Parameter 1
4880cdf0e10cSrcweir        {
4881cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments for which the largest number is to be determined." ;
4882cdf0e10cSrcweir        };
4883cdf0e10cSrcweir    };
4884cdf0e10cSrcweir    // -=*# Resource for function MAXA #*=-
4885cdf0e10cSrcweir    Resource SC_OPCODE_MAX_A
4886cdf0e10cSrcweir    {
4887cdf0e10cSrcweir        String 1 // Description
4888cdf0e10cSrcweir        {
4889cdf0e10cSrcweir            Text [ en-US ] = "Returns the maximum value in a list of arguments. Text is evaluated as Zero." ;
4890cdf0e10cSrcweir        };
4891cdf0e10cSrcweir        ExtraData =
4892cdf0e10cSrcweir        {
4893cdf0e10cSrcweir            0;
4894cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4895cdf0e10cSrcweir            U2S( HID_FUNC_MAXA );
4896cdf0e10cSrcweir            VAR_ARGS;   0;
4897cdf0e10cSrcweir            0;
4898cdf0e10cSrcweir        };
4899cdf0e10cSrcweir        String 2 // Name of Parameter 1
4900cdf0e10cSrcweir        {
4901cdf0e10cSrcweir            Text [ en-US ] = "value " ;
4902cdf0e10cSrcweir        };
4903cdf0e10cSrcweir        String 3 // Description of Parameter 1
4904cdf0e10cSrcweir        {
4905*8384f3beSmseidel            Text [ en-US ] = "Value 1, value 2, ... are 1 to 30 arguments whose largest value is to be determined." ;
4906cdf0e10cSrcweir        };
4907cdf0e10cSrcweir    };
4908cdf0e10cSrcweir    // -=*# Resource for function MIN #*=-
4909cdf0e10cSrcweir    Resource SC_OPCODE_MIN
4910cdf0e10cSrcweir    {
4911cdf0e10cSrcweir        String 1 // Description
4912cdf0e10cSrcweir        {
4913cdf0e10cSrcweir            Text [ en-US ] = "Returns the minimum value in a list of arguments." ;
4914cdf0e10cSrcweir        };
4915cdf0e10cSrcweir        ExtraData =
4916cdf0e10cSrcweir        {
4917cdf0e10cSrcweir            0;
4918cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4919cdf0e10cSrcweir            U2S( HID_FUNC_MIN );
4920cdf0e10cSrcweir            VAR_ARGS;   0;
4921cdf0e10cSrcweir            0;
4922cdf0e10cSrcweir        };
4923cdf0e10cSrcweir        String 2 // Name of Parameter 1
4924cdf0e10cSrcweir        {
4925cdf0e10cSrcweir            Text [ en-US ] = "number " ;
4926cdf0e10cSrcweir        };
4927cdf0e10cSrcweir        String 3 // Description of Parameter 1
4928cdf0e10cSrcweir        {
4929cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments for which the smallest number is to be determined." ;
4930cdf0e10cSrcweir        };
4931cdf0e10cSrcweir    };
4932cdf0e10cSrcweir    // -=*# Resource for function MINA #*=-
4933cdf0e10cSrcweir    Resource SC_OPCODE_MIN_A
4934cdf0e10cSrcweir    {
4935cdf0e10cSrcweir        String 1 // Description
4936cdf0e10cSrcweir        {
4937cdf0e10cSrcweir            Text [ en-US ] = "Returns the smallest value in a list of arguments. Text is evaluated as zero." ;
4938cdf0e10cSrcweir        };
4939cdf0e10cSrcweir        ExtraData =
4940cdf0e10cSrcweir        {
4941cdf0e10cSrcweir            0;
4942cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4943cdf0e10cSrcweir            U2S( HID_FUNC_MINA );
4944cdf0e10cSrcweir            VAR_ARGS;   0;
4945cdf0e10cSrcweir            0;
4946cdf0e10cSrcweir        };
4947cdf0e10cSrcweir        String 2 // Name of Parameter 1
4948cdf0e10cSrcweir        {
4949cdf0e10cSrcweir            Text [ en-US ] = "value " ;
4950cdf0e10cSrcweir        };
4951cdf0e10cSrcweir        String 3 // Description of Parameter 1
4952cdf0e10cSrcweir        {
4953cdf0e10cSrcweir            Text [ en-US ] = "Value 1; value 2;... are 1 to 30 arguments whose smallest number is to be determined." ;
4954cdf0e10cSrcweir        };
4955cdf0e10cSrcweir    };
4956cdf0e10cSrcweir    // -=*# Resource for function VARIANZ #*=-
4957cdf0e10cSrcweir    Resource SC_OPCODE_VAR
4958cdf0e10cSrcweir    {
4959cdf0e10cSrcweir        String 1 // Description
4960cdf0e10cSrcweir        {
4961cdf0e10cSrcweir            Text [ en-US ] = "Calculates the variance based on a sample." ;
4962cdf0e10cSrcweir        };
4963cdf0e10cSrcweir        ExtraData =
4964cdf0e10cSrcweir        {
4965cdf0e10cSrcweir            0;
4966cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4967cdf0e10cSrcweir            U2S( HID_FUNC_VARIANZ );
4968cdf0e10cSrcweir            VAR_ARGS;   0;
4969cdf0e10cSrcweir            0;
4970cdf0e10cSrcweir        };
4971cdf0e10cSrcweir        String 2 // Name of Parameter 1
4972cdf0e10cSrcweir        {
4973cdf0e10cSrcweir            Text [ en-US ] = "number " ;
4974cdf0e10cSrcweir        };
4975cdf0e10cSrcweir        String 3 // Description of Parameter 1
4976cdf0e10cSrcweir        {
4977cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ;
4978cdf0e10cSrcweir        };
4979cdf0e10cSrcweir    };
4980cdf0e10cSrcweir    // -=*# Resource for function VARIANZ #*=-
4981cdf0e10cSrcweir    Resource SC_OPCODE_VAR_A
4982cdf0e10cSrcweir    {
4983cdf0e10cSrcweir        String 1 // Description
4984cdf0e10cSrcweir        {
4985cdf0e10cSrcweir            Text [ en-US ] = "Returns the variance based on a sample. Text is evaluated as zero." ;
4986cdf0e10cSrcweir        };
4987cdf0e10cSrcweir        ExtraData =
4988cdf0e10cSrcweir        {
4989cdf0e10cSrcweir            0;
4990cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
4991cdf0e10cSrcweir            U2S( HID_FUNC_VARIANZA );
4992cdf0e10cSrcweir            VAR_ARGS;   0;
4993cdf0e10cSrcweir            0;
4994cdf0e10cSrcweir        };
4995cdf0e10cSrcweir        String 2 // Name of Parameter 1
4996cdf0e10cSrcweir        {
4997cdf0e10cSrcweir            Text [ en-US ] = "value " ;
4998cdf0e10cSrcweir        };
4999cdf0e10cSrcweir        String 3 // Description of Parameter 1
5000cdf0e10cSrcweir        {
5001cdf0e10cSrcweir            Text [ en-US ] = "Value 1; value 2; ... are 1 to 30 arguments representing a sample taken from a basic total population." ;
5002cdf0e10cSrcweir        };
5003cdf0e10cSrcweir    };
5004cdf0e10cSrcweir    // -=*# Resource for function VARIANZEN #*=-
5005cdf0e10cSrcweir    Resource SC_OPCODE_VAR_P
5006cdf0e10cSrcweir    {
5007cdf0e10cSrcweir        String 1 // Description
5008cdf0e10cSrcweir        {
5009cdf0e10cSrcweir            Text [ en-US ] = "Calculates variance based on the entire population." ;
5010cdf0e10cSrcweir        };
5011cdf0e10cSrcweir        ExtraData =
5012cdf0e10cSrcweir        {
5013cdf0e10cSrcweir            0;
5014cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5015cdf0e10cSrcweir            U2S( HID_FUNC_VARIANZEN );
5016cdf0e10cSrcweir            VAR_ARGS;   0;
5017cdf0e10cSrcweir            0;
5018cdf0e10cSrcweir        };
5019cdf0e10cSrcweir        String 2 // Name of Parameter 1
5020cdf0e10cSrcweir        {
5021cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5022cdf0e10cSrcweir        };
5023cdf0e10cSrcweir        String 3 // Description of Parameter 1
5024cdf0e10cSrcweir        {
5025cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which represent a population." ;
5026cdf0e10cSrcweir        };
5027cdf0e10cSrcweir    };
5028cdf0e10cSrcweir    // -=*# Resource for function VARIANZENA #*=-
5029cdf0e10cSrcweir    Resource SC_OPCODE_VAR_P_A
5030cdf0e10cSrcweir    {
5031cdf0e10cSrcweir        String 1 // Description
5032cdf0e10cSrcweir        {
5033cdf0e10cSrcweir            Text [ en-US ] = "Returns the variance based on the entire population. Text is evaluated as zero." ;
5034cdf0e10cSrcweir        };
5035cdf0e10cSrcweir        ExtraData =
5036cdf0e10cSrcweir        {
5037cdf0e10cSrcweir            0;
5038cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5039cdf0e10cSrcweir            U2S( HID_FUNC_VARIANZENA );
5040cdf0e10cSrcweir            VAR_ARGS;   0;
5041cdf0e10cSrcweir            0;
5042cdf0e10cSrcweir        };
5043cdf0e10cSrcweir        String 2 // Name of Parameter 1
5044cdf0e10cSrcweir        {
5045cdf0e10cSrcweir            Text [ en-US ] = "value " ;
5046cdf0e10cSrcweir        };
5047cdf0e10cSrcweir        String 3 // Description of Parameter 1
5048cdf0e10cSrcweir        {
5049cdf0e10cSrcweir            Text [ en-US ] = "Value 1; value 2;... are 1 to 30 arguments representing a population." ;
5050cdf0e10cSrcweir        };
5051cdf0e10cSrcweir    };
5052cdf0e10cSrcweir    // -=*# Resource for function STABW #*=-
5053cdf0e10cSrcweir    Resource SC_OPCODE_ST_DEV
5054cdf0e10cSrcweir    {
5055cdf0e10cSrcweir        String 1 // Description
5056cdf0e10cSrcweir        {
5057cdf0e10cSrcweir            Text [ en-US ] = "Calculates the standard deviation based on a sample." ;
5058cdf0e10cSrcweir        };
5059cdf0e10cSrcweir        ExtraData =
5060cdf0e10cSrcweir        {
5061cdf0e10cSrcweir            0;
5062cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5063cdf0e10cSrcweir            U2S( HID_FUNC_STABW );
5064cdf0e10cSrcweir            VAR_ARGS;   0;
5065cdf0e10cSrcweir            0;
5066cdf0e10cSrcweir        };
5067cdf0e10cSrcweir        String 2 // Name of Parameter 1
5068cdf0e10cSrcweir        {
5069cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5070cdf0e10cSrcweir        };
5071cdf0e10cSrcweir        String 3 // Description of Parameter 1
5072cdf0e10cSrcweir        {
5073cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ;
5074cdf0e10cSrcweir        };
5075cdf0e10cSrcweir    };
5076cdf0e10cSrcweir    // -=*# Resource for function STABWA #*=-
5077cdf0e10cSrcweir    Resource SC_OPCODE_ST_DEV_A
5078cdf0e10cSrcweir    {
5079cdf0e10cSrcweir        String 1 // Description
5080cdf0e10cSrcweir        {
5081cdf0e10cSrcweir            Text [ en-US ] = "Returns the standard deviation based on a sample. Text is evaluated as zero." ;
5082cdf0e10cSrcweir        };
5083cdf0e10cSrcweir        ExtraData =
5084cdf0e10cSrcweir        {
5085cdf0e10cSrcweir            0;
5086cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5087cdf0e10cSrcweir            U2S( HID_FUNC_STABWA );
5088cdf0e10cSrcweir            VAR_ARGS;   0;
5089cdf0e10cSrcweir            0;
5090cdf0e10cSrcweir        };
5091cdf0e10cSrcweir        String 2 // Name of Parameter 1
5092cdf0e10cSrcweir        {
5093cdf0e10cSrcweir            Text [ en-US ] = "value " ;
5094cdf0e10cSrcweir        };
5095cdf0e10cSrcweir        String 3 // Description of Parameter 1
5096cdf0e10cSrcweir        {
5097cdf0e10cSrcweir            Text [ en-US ] = "Value 1; value 2; ... are 1 to 30 arguments representing a sample taken from a basic total population." ;
5098cdf0e10cSrcweir        };
5099cdf0e10cSrcweir    };
5100cdf0e10cSrcweir    // -=*# Resource for function STABWN #*=-
5101cdf0e10cSrcweir    Resource SC_OPCODE_ST_DEV_P
5102cdf0e10cSrcweir    {
5103cdf0e10cSrcweir        String 1 // Description
5104cdf0e10cSrcweir        {
5105cdf0e10cSrcweir            Text [ en-US ] = "Calculates the standard deviation based on the entire population." ;
5106cdf0e10cSrcweir        };
5107cdf0e10cSrcweir        ExtraData =
5108cdf0e10cSrcweir        {
5109cdf0e10cSrcweir            0;
5110cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5111cdf0e10cSrcweir            U2S( HID_FUNC_STABWN );
5112cdf0e10cSrcweir            VAR_ARGS;   0;
5113cdf0e10cSrcweir            0;
5114cdf0e10cSrcweir        };
5115cdf0e10cSrcweir        String 2 // Name of Parameter 1
5116cdf0e10cSrcweir        {
5117cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5118cdf0e10cSrcweir        };
5119cdf0e10cSrcweir        String 3 // Description of Parameter 1
5120cdf0e10cSrcweir        {
5121cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ;
5122cdf0e10cSrcweir        };
5123cdf0e10cSrcweir    };
5124cdf0e10cSrcweir    // -=*# Resource for function STABWNA #*=-
5125cdf0e10cSrcweir    Resource SC_OPCODE_ST_DEV_P_A
5126cdf0e10cSrcweir    {
5127cdf0e10cSrcweir        String 1 // Description
5128cdf0e10cSrcweir        {
5129cdf0e10cSrcweir            Text [ en-US ] = "Returns the standard deviation based on the entire population. Text is evaluated as zero." ;
5130cdf0e10cSrcweir        };
5131cdf0e10cSrcweir        ExtraData =
5132cdf0e10cSrcweir        {
5133cdf0e10cSrcweir            0;
5134cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5135cdf0e10cSrcweir            U2S( HID_FUNC_STABWNA );
5136cdf0e10cSrcweir            VAR_ARGS;   0;
5137cdf0e10cSrcweir            0;
5138cdf0e10cSrcweir        };
5139cdf0e10cSrcweir        String 2 // Name of Parameter 1
5140cdf0e10cSrcweir        {
5141cdf0e10cSrcweir            Text [ en-US ] = "value " ;
5142cdf0e10cSrcweir        };
5143cdf0e10cSrcweir        String 3 // Description of Parameter 1
5144cdf0e10cSrcweir        {
5145cdf0e10cSrcweir            Text [ en-US ] = "Value 1; value 2;... are 1 to 30 arguments corresponding to a population." ;
5146cdf0e10cSrcweir        };
5147cdf0e10cSrcweir    };
5148cdf0e10cSrcweir    // -=*# Resource for function MITTELWERT #*=-
5149cdf0e10cSrcweir    Resource SC_OPCODE_AVERAGE
5150cdf0e10cSrcweir    {
5151cdf0e10cSrcweir        String 1 // Description
5152cdf0e10cSrcweir        {
5153cdf0e10cSrcweir            Text [ en-US ] = "Returns the average of a sample." ;
5154cdf0e10cSrcweir        };
5155cdf0e10cSrcweir        ExtraData =
5156cdf0e10cSrcweir        {
5157cdf0e10cSrcweir            0;
5158cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5159cdf0e10cSrcweir            U2S( HID_FUNC_MITTELWERT );
5160cdf0e10cSrcweir            VAR_ARGS;   0;
5161cdf0e10cSrcweir            0;
5162cdf0e10cSrcweir        };
5163cdf0e10cSrcweir        String 2 // Name of Parameter 1
5164cdf0e10cSrcweir        {
5165cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5166cdf0e10cSrcweir        };
5167cdf0e10cSrcweir        String 3 // Description of Parameter 1
5168cdf0e10cSrcweir        {
5169cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2;...are 1 to 30 numeric arguments representing a population sample." ;
5170cdf0e10cSrcweir        };
5171cdf0e10cSrcweir    };
5172cdf0e10cSrcweir    // -=*# Resource for function MITTELWERTA #*=-
5173cdf0e10cSrcweir    Resource SC_OPCODE_AVERAGE_A
5174cdf0e10cSrcweir    {
5175cdf0e10cSrcweir        String 1 // Description
5176cdf0e10cSrcweir        {
5177cdf0e10cSrcweir            Text [ en-US ] = "Returns the average value for a sample. Text is evaluated as zero." ;
5178cdf0e10cSrcweir        };
5179cdf0e10cSrcweir        ExtraData =
5180cdf0e10cSrcweir        {
5181cdf0e10cSrcweir            0;
5182cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5183cdf0e10cSrcweir            U2S( HID_FUNC_MITTELWERTA );
5184cdf0e10cSrcweir            VAR_ARGS;   0;
5185cdf0e10cSrcweir            0;
5186cdf0e10cSrcweir        };
5187cdf0e10cSrcweir        String 2 // Name of Parameter 1
5188cdf0e10cSrcweir        {
5189cdf0e10cSrcweir            Text [ en-US ] = "value " ;
5190cdf0e10cSrcweir        };
5191cdf0e10cSrcweir        String 3 // Description of Parameter 1
5192cdf0e10cSrcweir        {
5193cdf0e10cSrcweir            Text [ en-US ] = "Value 1; value 2; ... are 1 to 30 arguments representing a sample taken from a basic total population." ;
5194cdf0e10cSrcweir        };
5195cdf0e10cSrcweir    };
5196cdf0e10cSrcweir    // -=*# Resource for function SUMQUADABW #*=-
5197cdf0e10cSrcweir    Resource SC_OPCODE_DEV_SQ
5198cdf0e10cSrcweir    {
5199cdf0e10cSrcweir        String 1 // Description
5200cdf0e10cSrcweir        {
5201cdf0e10cSrcweir            Text [ en-US ] = "Returns the sum of squares of deviations from the sample mean value" ;
5202cdf0e10cSrcweir        };
5203cdf0e10cSrcweir        ExtraData =
5204cdf0e10cSrcweir        {
5205cdf0e10cSrcweir            0;
5206cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5207cdf0e10cSrcweir            U2S( HID_FUNC_SUMQUADABW );
5208cdf0e10cSrcweir            VAR_ARGS;   0;
5209cdf0e10cSrcweir            0;
5210cdf0e10cSrcweir        };
5211cdf0e10cSrcweir        String 2 // Name of Parameter 1
5212cdf0e10cSrcweir        {
5213cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5214cdf0e10cSrcweir        };
5215cdf0e10cSrcweir        String 3 // Description of Parameter 1
5216cdf0e10cSrcweir        {
5217cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample." ;
5218cdf0e10cSrcweir        };
5219cdf0e10cSrcweir    };
5220cdf0e10cSrcweir    // -=*# Resource for function MITTELABW #*=-
5221cdf0e10cSrcweir    Resource SC_OPCODE_AVE_DEV
5222cdf0e10cSrcweir    {
5223cdf0e10cSrcweir        String 1 // Description
5224cdf0e10cSrcweir        {
5225cdf0e10cSrcweir            Text [ en-US ] = "Returns the average of the absolute deviations of a sample from the mean." ;
5226cdf0e10cSrcweir        };
5227cdf0e10cSrcweir        ExtraData =
5228cdf0e10cSrcweir        {
5229cdf0e10cSrcweir            0;
5230cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5231cdf0e10cSrcweir            U2S( HID_FUNC_MITTELABW );
5232cdf0e10cSrcweir            VAR_ARGS;   0;
5233cdf0e10cSrcweir            0;
5234cdf0e10cSrcweir        };
5235cdf0e10cSrcweir        String 2 // Name of Parameter 1
5236cdf0e10cSrcweir        {
5237cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5238cdf0e10cSrcweir        };
5239cdf0e10cSrcweir        String 3 // Description of Parameter 1
5240cdf0e10cSrcweir        {
5241cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2;...are 1 to 30 numerical arguments representing a sample." ;
5242cdf0e10cSrcweir        };
5243cdf0e10cSrcweir    };
5244cdf0e10cSrcweir    // -=*# Resource for function SCHIEFE #*=-
5245cdf0e10cSrcweir    Resource SC_OPCODE_SCHIEFE
5246cdf0e10cSrcweir    {
5247cdf0e10cSrcweir        String 1 // Description
5248cdf0e10cSrcweir        {
5249cdf0e10cSrcweir            Text [ en-US ] = "Returns the skewness of a distribution." ;
5250cdf0e10cSrcweir        };
5251cdf0e10cSrcweir        ExtraData =
5252cdf0e10cSrcweir        {
5253cdf0e10cSrcweir            0;
5254cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5255cdf0e10cSrcweir            U2S( HID_FUNC_SCHIEFE );
5256cdf0e10cSrcweir            VAR_ARGS;   0;
5257cdf0e10cSrcweir            0;
5258cdf0e10cSrcweir        };
5259cdf0e10cSrcweir        String 2 // Name of Parameter 1
5260cdf0e10cSrcweir        {
5261cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5262cdf0e10cSrcweir        };
5263cdf0e10cSrcweir        String 3 // Description of Parameter 1
5264cdf0e10cSrcweir        {
5265cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments portraying a sample of the distribution." ;
5266cdf0e10cSrcweir        };
5267cdf0e10cSrcweir    };
5268cdf0e10cSrcweir    // -=*# Resource for function KURT #*=-
5269cdf0e10cSrcweir    Resource SC_OPCODE_KURT
5270cdf0e10cSrcweir    {
5271cdf0e10cSrcweir        String 1 // Description
5272cdf0e10cSrcweir        {
5273cdf0e10cSrcweir            Text [ en-US ] = "Returns the kurtosis of a distribution." ;
5274cdf0e10cSrcweir        };
5275cdf0e10cSrcweir        ExtraData =
5276cdf0e10cSrcweir        {
5277cdf0e10cSrcweir            0;
5278cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5279cdf0e10cSrcweir            U2S( HID_FUNC_KURT );
5280cdf0e10cSrcweir            VAR_ARGS;   0;
5281cdf0e10cSrcweir            0;
5282cdf0e10cSrcweir        };
5283cdf0e10cSrcweir        String 2 // Name of Parameter 1
5284cdf0e10cSrcweir        {
5285cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5286cdf0e10cSrcweir        };
5287cdf0e10cSrcweir        String 3 // Description of Parameter 1
5288cdf0e10cSrcweir        {
5289cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments, representing a sample of the distribution." ;
5290cdf0e10cSrcweir        };
5291cdf0e10cSrcweir    };
5292cdf0e10cSrcweir    // -=*# Resource for function GEOMITTEL #*=-
5293cdf0e10cSrcweir    Resource SC_OPCODE_GEO_MEAN
5294cdf0e10cSrcweir    {
5295cdf0e10cSrcweir        String 1 // Description
5296cdf0e10cSrcweir        {
5297cdf0e10cSrcweir            Text [ en-US ] = "Returns the geometric mean of a sample." ;
5298cdf0e10cSrcweir        };
5299cdf0e10cSrcweir        ExtraData =
5300cdf0e10cSrcweir        {
5301cdf0e10cSrcweir            0;
5302cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5303cdf0e10cSrcweir            U2S( HID_FUNC_GEOMITTEL );
5304cdf0e10cSrcweir            VAR_ARGS;   0;
5305cdf0e10cSrcweir            0;
5306cdf0e10cSrcweir        };
5307cdf0e10cSrcweir        String 2 // Name of Parameter 1
5308cdf0e10cSrcweir        {
5309cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5310cdf0e10cSrcweir        };
5311cdf0e10cSrcweir        String 3 // Description of Parameter 1
5312cdf0e10cSrcweir        {
5313cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample." ;
5314cdf0e10cSrcweir        };
5315cdf0e10cSrcweir    };
5316cdf0e10cSrcweir    // -=*# Resource for function HARMITTEL #*=-
5317cdf0e10cSrcweir    Resource SC_OPCODE_HAR_MEAN
5318cdf0e10cSrcweir    {
5319cdf0e10cSrcweir        String 1 // Description
5320cdf0e10cSrcweir        {
5321cdf0e10cSrcweir            Text [ en-US ] = "Returns the harmonic mean of a sample." ;
5322cdf0e10cSrcweir        };
5323cdf0e10cSrcweir        ExtraData =
5324cdf0e10cSrcweir        {
5325cdf0e10cSrcweir            0;
5326cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5327cdf0e10cSrcweir            U2S( HID_FUNC_HARMITTEL );
5328cdf0e10cSrcweir            VAR_ARGS;   0;
5329cdf0e10cSrcweir            0;
5330cdf0e10cSrcweir        };
5331cdf0e10cSrcweir        String 2 // Name of Parameter 1
5332cdf0e10cSrcweir        {
5333cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5334cdf0e10cSrcweir        };
5335cdf0e10cSrcweir        String 3 // Description of Parameter 1
5336cdf0e10cSrcweir        {
5337cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample." ;
5338cdf0e10cSrcweir        };
5339cdf0e10cSrcweir    };
5340cdf0e10cSrcweir    // -=*# Resource for function MODALWERT #*=-
5341cdf0e10cSrcweir    Resource SC_OPCODE_MODAL_VALUE
5342cdf0e10cSrcweir    {
5343cdf0e10cSrcweir        String 1 // Description
5344cdf0e10cSrcweir        {
5345cdf0e10cSrcweir            Text [ en-US ] = "Returns the most common value in a sample." ;
5346cdf0e10cSrcweir        };
5347cdf0e10cSrcweir        ExtraData =
5348cdf0e10cSrcweir        {
5349cdf0e10cSrcweir            0;
5350cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5351cdf0e10cSrcweir            U2S( HID_FUNC_MODALWERT );
5352cdf0e10cSrcweir            VAR_ARGS;   0;
5353cdf0e10cSrcweir            0;
5354cdf0e10cSrcweir        };
5355cdf0e10cSrcweir        String 2 // Name of Parameter 1
5356cdf0e10cSrcweir        {
5357cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5358cdf0e10cSrcweir        };
5359cdf0e10cSrcweir        String 3 // Description of Parameter 1
5360cdf0e10cSrcweir        {
5361cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample." ;
5362cdf0e10cSrcweir        };
5363cdf0e10cSrcweir    };
5364cdf0e10cSrcweir    // -=*# Resource for function MEDIAN #*=-
5365cdf0e10cSrcweir    Resource SC_OPCODE_MEDIAN
5366cdf0e10cSrcweir    {
5367cdf0e10cSrcweir        String 1 // Description
5368cdf0e10cSrcweir        {
5369cdf0e10cSrcweir            Text [ en-US ] = "Returns the median of a given sample." ;
5370cdf0e10cSrcweir        };
5371cdf0e10cSrcweir        ExtraData =
5372cdf0e10cSrcweir        {
5373cdf0e10cSrcweir            0;
5374cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5375cdf0e10cSrcweir            U2S( HID_FUNC_MEDIAN );
5376cdf0e10cSrcweir            VAR_ARGS;   0;
5377cdf0e10cSrcweir            0;
5378cdf0e10cSrcweir        };
5379cdf0e10cSrcweir        String 2 // Name of Parameter 1
5380cdf0e10cSrcweir        {
5381cdf0e10cSrcweir            Text [ en-US ] = "number " ;
5382cdf0e10cSrcweir        };
5383cdf0e10cSrcweir        String 3 // Description of Parameter 1
5384cdf0e10cSrcweir        {
5385cdf0e10cSrcweir            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample." ;
5386cdf0e10cSrcweir        };
5387cdf0e10cSrcweir    };
5388cdf0e10cSrcweir    // -=*# Resource for function QUANTIL #*=-
5389cdf0e10cSrcweir    Resource SC_OPCODE_PERCENTILE
5390cdf0e10cSrcweir    {
5391cdf0e10cSrcweir        String 1 // Description
5392cdf0e10cSrcweir        {
5393cdf0e10cSrcweir            Text [ en-US ] = "Returns the alpha quantile of a sample." ;
5394cdf0e10cSrcweir        };
5395cdf0e10cSrcweir        ExtraData =
5396cdf0e10cSrcweir        {
5397cdf0e10cSrcweir            0;
5398cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5399cdf0e10cSrcweir            U2S( HID_FUNC_QUANTIL );
5400cdf0e10cSrcweir            2;  0;  0;
5401cdf0e10cSrcweir            0;
5402cdf0e10cSrcweir        };
5403cdf0e10cSrcweir        String 2 // Name of Parameter 1
5404cdf0e10cSrcweir        {
5405cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5406cdf0e10cSrcweir        };
5407cdf0e10cSrcweir        String 3 // Description of Parameter 1
5408cdf0e10cSrcweir        {
5409cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5410cdf0e10cSrcweir        };
5411cdf0e10cSrcweir        String 4 // Name of Parameter 2
5412cdf0e10cSrcweir        {
5413cdf0e10cSrcweir            Text [ en-US ] = "Alpha" ;
5414cdf0e10cSrcweir        };
5415cdf0e10cSrcweir        String 5 // Description of Parameter 2
5416cdf0e10cSrcweir        {
5417cdf0e10cSrcweir            Text [ en-US ] = "The percentage rate of the quantile between 0 and 1." ;
5418cdf0e10cSrcweir        };
5419cdf0e10cSrcweir    };
5420cdf0e10cSrcweir    // -=*# Resource for function QUARTILE #*=-
5421cdf0e10cSrcweir    Resource SC_OPCODE_QUARTILE
5422cdf0e10cSrcweir    {
5423cdf0e10cSrcweir        String 1 // Description
5424cdf0e10cSrcweir        {
5425cdf0e10cSrcweir            Text [ en-US ] = "Returns the quartile of a sample." ;
5426cdf0e10cSrcweir        };
5427cdf0e10cSrcweir        ExtraData =
5428cdf0e10cSrcweir        {
5429cdf0e10cSrcweir            0;
5430cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5431cdf0e10cSrcweir            U2S( HID_FUNC_QUARTILE );
5432cdf0e10cSrcweir            2;  0;  0;
5433cdf0e10cSrcweir            0;
5434cdf0e10cSrcweir        };
5435cdf0e10cSrcweir        String 2 // Name of Parameter 1
5436cdf0e10cSrcweir        {
5437cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5438cdf0e10cSrcweir        };
5439cdf0e10cSrcweir        String 3 // Description of Parameter 1
5440cdf0e10cSrcweir        {
5441cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5442cdf0e10cSrcweir        };
5443cdf0e10cSrcweir        String 4 // Name of Parameter 2
5444cdf0e10cSrcweir        {
5445cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
5446cdf0e10cSrcweir        };
5447cdf0e10cSrcweir        String 5 // Description of Parameter 2
5448cdf0e10cSrcweir        {
5449cdf0e10cSrcweir            Text [ en-US ] = "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)." ;
5450cdf0e10cSrcweir        };
5451cdf0e10cSrcweir    };
5452cdf0e10cSrcweir    // -=*# Resource for function KGRÖSSTE #*=-
5453cdf0e10cSrcweir    Resource SC_OPCODE_LARGE
5454cdf0e10cSrcweir    {
5455cdf0e10cSrcweir        String 1 // Description
5456cdf0e10cSrcweir        {
5457cdf0e10cSrcweir            Text [ en-US ] = "Returns the k-th largest value of a sample." ;
5458cdf0e10cSrcweir        };
5459cdf0e10cSrcweir        ExtraData =
5460cdf0e10cSrcweir        {
5461cdf0e10cSrcweir            0;
5462cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5463cdf0e10cSrcweir            U2S( HID_FUNC_KGROESSTE );
5464cdf0e10cSrcweir            2;  0;  0;
5465cdf0e10cSrcweir            0;
5466cdf0e10cSrcweir        };
5467cdf0e10cSrcweir        String 2 // Name of Parameter 1
5468cdf0e10cSrcweir        {
5469cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5470cdf0e10cSrcweir        };
5471cdf0e10cSrcweir        String 3 // Description of Parameter 1
5472cdf0e10cSrcweir        {
5473cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5474cdf0e10cSrcweir        };
5475cdf0e10cSrcweir        String 4 // Name of Parameter 2
5476cdf0e10cSrcweir        {
5477cdf0e10cSrcweir            Text [ en-US ] = "Rank_c" ;
5478cdf0e10cSrcweir        };
5479cdf0e10cSrcweir        String 5 // Description of Parameter 2
5480cdf0e10cSrcweir        {
5481cdf0e10cSrcweir            Text [ en-US ] = "The ranking of the value." ;
5482cdf0e10cSrcweir        };
5483cdf0e10cSrcweir    };
5484cdf0e10cSrcweir    // -=*# Resource for function KKLEINSTE #*=-
5485cdf0e10cSrcweir    Resource SC_OPCODE_SMALL
5486cdf0e10cSrcweir    {
5487cdf0e10cSrcweir        String 1 // Description
5488cdf0e10cSrcweir        {
5489cdf0e10cSrcweir            Text [ en-US ] = "Returns the k-th smallest value of a sample." ;
5490cdf0e10cSrcweir        };
5491cdf0e10cSrcweir        ExtraData =
5492cdf0e10cSrcweir        {
5493cdf0e10cSrcweir            0;
5494cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5495cdf0e10cSrcweir            U2S( HID_FUNC_KKLEINSTE );
5496cdf0e10cSrcweir            2;  0;  0;
5497cdf0e10cSrcweir            0;
5498cdf0e10cSrcweir        };
5499cdf0e10cSrcweir        String 2 // Name of Parameter 1
5500cdf0e10cSrcweir        {
5501cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5502cdf0e10cSrcweir        };
5503cdf0e10cSrcweir        String 3 // Description of Parameter 1
5504cdf0e10cSrcweir        {
5505cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5506cdf0e10cSrcweir        };
5507cdf0e10cSrcweir        String 4 // Name of Parameter 2
5508cdf0e10cSrcweir        {
5509cdf0e10cSrcweir            Text [ en-US ] = "Rank_c" ;
5510cdf0e10cSrcweir        };
5511cdf0e10cSrcweir        String 5 // Description of Parameter 2
5512cdf0e10cSrcweir        {
5513cdf0e10cSrcweir            Text [ en-US ] = "The ranking of the value." ;
5514cdf0e10cSrcweir        };
5515cdf0e10cSrcweir    };
5516cdf0e10cSrcweir    // -=*# Resource for function QUANTILSRANG #*=-
5517cdf0e10cSrcweir    Resource SC_OPCODE_PERCENT_RANK
5518cdf0e10cSrcweir    {
5519cdf0e10cSrcweir        String 1 // Description
5520cdf0e10cSrcweir        {
5521cdf0e10cSrcweir            Text [ en-US ] = "Returns the percentage rank of a value in a sample." ;
5522cdf0e10cSrcweir        };
5523cdf0e10cSrcweir        ExtraData =
5524cdf0e10cSrcweir        {
5525cdf0e10cSrcweir            0;
5526cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5527cdf0e10cSrcweir            U2S( HID_FUNC_QUANTILSRANG );
5528cdf0e10cSrcweir            2;  0;  0;
5529cdf0e10cSrcweir            0;
5530cdf0e10cSrcweir        };
5531cdf0e10cSrcweir        String 2 // Name of Parameter 1
5532cdf0e10cSrcweir        {
5533cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5534cdf0e10cSrcweir        };
5535cdf0e10cSrcweir        String 3 // Description of Parameter 1
5536cdf0e10cSrcweir        {
5537cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5538cdf0e10cSrcweir        };
5539cdf0e10cSrcweir        String 4 // Name of Parameter 2
5540cdf0e10cSrcweir        {
5541cdf0e10cSrcweir            Text [ en-US ] = "value" ;
5542cdf0e10cSrcweir        };
5543cdf0e10cSrcweir        String 5 // Description of Parameter 2
5544cdf0e10cSrcweir        {
5545cdf0e10cSrcweir            Text [ en-US ] = "The value for which percentage ranking is to be determined." ;
5546cdf0e10cSrcweir        };
5547cdf0e10cSrcweir    };
5548cdf0e10cSrcweir    // -=*# Resource for function RANG #*=-
5549cdf0e10cSrcweir    Resource SC_OPCODE_RANK
5550cdf0e10cSrcweir    {
5551cdf0e10cSrcweir        String 1 // Description
5552cdf0e10cSrcweir        {
5553cdf0e10cSrcweir            Text [ en-US ] = "Returns the ranking of a value in a sample." ;
5554cdf0e10cSrcweir        };
5555cdf0e10cSrcweir        ExtraData =
5556cdf0e10cSrcweir        {
5557cdf0e10cSrcweir            0;
5558cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5559cdf0e10cSrcweir            U2S( HID_FUNC_RANG );
5560cdf0e10cSrcweir            3;  0;  0;  1;
5561cdf0e10cSrcweir            0;
5562cdf0e10cSrcweir        };
5563cdf0e10cSrcweir        String 2 // Name of Parameter 1
5564cdf0e10cSrcweir        {
5565cdf0e10cSrcweir            Text [ en-US ] = "value" ;
5566cdf0e10cSrcweir        };
5567cdf0e10cSrcweir        String 3 // Description of Parameter 1
5568cdf0e10cSrcweir        {
5569cdf0e10cSrcweir            Text [ en-US ] = "The value for which the rank is to be determined." ;
5570cdf0e10cSrcweir        };
5571cdf0e10cSrcweir        String 4 // Name of Parameter 2
5572cdf0e10cSrcweir        {
5573cdf0e10cSrcweir            Text [ en-US ] = "Data" ;
5574cdf0e10cSrcweir        };
5575cdf0e10cSrcweir        String 5 // Description of Parameter 2
5576cdf0e10cSrcweir        {
5577cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5578cdf0e10cSrcweir        };
5579cdf0e10cSrcweir        String 6 // Name of Parameter 3
5580cdf0e10cSrcweir        {
5581cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
5582cdf0e10cSrcweir        };
5583cdf0e10cSrcweir        String 7 // Description of Parameter 3
5584cdf0e10cSrcweir        {
5585cdf0e10cSrcweir            Text [ en-US ] = "Sequence order: 0 or omitted means descending, any other value than 0 means ascending." ;
5586cdf0e10cSrcweir        };
5587cdf0e10cSrcweir    };
5588cdf0e10cSrcweir    // -=*# Resource for function GESTUTZTMITTEL #*=-
5589cdf0e10cSrcweir    Resource SC_OPCODE_TRIM_MEAN
5590cdf0e10cSrcweir    {
5591cdf0e10cSrcweir        String 1 // Description
5592cdf0e10cSrcweir        {
5593cdf0e10cSrcweir            Text [ en-US ] = "Returns the mean of a sample without including the marginal values." ;
5594cdf0e10cSrcweir        };
5595cdf0e10cSrcweir        ExtraData =
5596cdf0e10cSrcweir        {
5597cdf0e10cSrcweir            0;
5598cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5599cdf0e10cSrcweir            U2S( HID_FUNC_GESTUTZTMITTEL );
5600cdf0e10cSrcweir            2;  0;  0;
5601cdf0e10cSrcweir            0;
5602cdf0e10cSrcweir        };
5603cdf0e10cSrcweir        String 2 // Name of Parameter 1
5604cdf0e10cSrcweir        {
5605cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5606cdf0e10cSrcweir        };
5607cdf0e10cSrcweir        String 3 // Description of Parameter 1
5608cdf0e10cSrcweir        {
5609cdf0e10cSrcweir            Text [ en-US ] = "The array of the data in the sample." ;
5610cdf0e10cSrcweir        };
5611cdf0e10cSrcweir        String 4 // Name of Parameter 2
5612cdf0e10cSrcweir        {
5613cdf0e10cSrcweir            Text [ en-US ] = "Alpha" ;
5614cdf0e10cSrcweir        };
5615cdf0e10cSrcweir        String 5 // Description of Parameter 2
5616cdf0e10cSrcweir        {
5617cdf0e10cSrcweir            Text [ en-US ] = "The percentage of marginal data that is not to be taken into account." ;
5618cdf0e10cSrcweir        };
5619cdf0e10cSrcweir    };
5620cdf0e10cSrcweir    // -=*# Resource for function WAHRSCHBEREICH #*=-
5621cdf0e10cSrcweir    Resource SC_OPCODE_PROB
5622cdf0e10cSrcweir    {
5623cdf0e10cSrcweir        String 1 // Description
5624cdf0e10cSrcweir        {
56254e5ac204SMechtilde Stehmann            Text [ en-US ] = "Returns the discrete probability of an interval." ;
5626cdf0e10cSrcweir        };
5627cdf0e10cSrcweir        ExtraData =
5628cdf0e10cSrcweir        {
5629cdf0e10cSrcweir            0;
5630cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5631cdf0e10cSrcweir            U2S( HID_FUNC_WAHRSCHBEREICH );
5632cdf0e10cSrcweir            4;  0;  0;  0;  1;
5633cdf0e10cSrcweir            0;
5634cdf0e10cSrcweir        };
5635cdf0e10cSrcweir        String 2 // Name of Parameter 1
5636cdf0e10cSrcweir        {
5637cdf0e10cSrcweir            Text [ en-US ] = "data" ;
5638cdf0e10cSrcweir        };
5639cdf0e10cSrcweir        String 3 // Description of Parameter 1
5640cdf0e10cSrcweir        {
5641cdf0e10cSrcweir            Text [ en-US ] = "The sample data array." ;
5642cdf0e10cSrcweir        };
5643cdf0e10cSrcweir        String 4 // Name of Parameter 2
5644cdf0e10cSrcweir        {
5645cdf0e10cSrcweir            Text [ en-US ] = "probability" ;
5646cdf0e10cSrcweir        };
5647cdf0e10cSrcweir        String 5 // Description of Parameter 2
5648cdf0e10cSrcweir        {
5649cdf0e10cSrcweir            Text [ en-US ] = "The array of the associated probabilities." ;
5650cdf0e10cSrcweir        };
5651cdf0e10cSrcweir        String 6 // Name of Parameter 3
5652cdf0e10cSrcweir        {
5653cdf0e10cSrcweir            Text [ en-US ] = "Start" ;
5654cdf0e10cSrcweir        };
5655cdf0e10cSrcweir        String 7 // Description of Parameter 3
5656cdf0e10cSrcweir        {
5657cdf0e10cSrcweir            Text [ en-US ] = "The start of the value interval whose probabilities is to be totalled." ;
5658cdf0e10cSrcweir        };
5659cdf0e10cSrcweir        String 8 // Name of Parameter 4
5660cdf0e10cSrcweir        {
5661cdf0e10cSrcweir            Text [ en-US ] = "End" ;
5662cdf0e10cSrcweir        };
5663cdf0e10cSrcweir        String 9 // Description of Parameter 4
5664cdf0e10cSrcweir        {
5665cdf0e10cSrcweir            Text [ en-US ] = "The end of the value interval where the probabilities are to be totalled." ;
5666cdf0e10cSrcweir        };
5667cdf0e10cSrcweir    };
5668cdf0e10cSrcweir    // -=*# Resource for function B #*=-
5669cdf0e10cSrcweir    Resource SC_OPCODE_B
5670cdf0e10cSrcweir    {
5671cdf0e10cSrcweir        String 1 // Description
5672cdf0e10cSrcweir        {
5673cdf0e10cSrcweir            Text [ en-US ] = "Returns the probability of a trial result using binomial distribution." ;
5674cdf0e10cSrcweir        };
5675cdf0e10cSrcweir        ExtraData =
5676cdf0e10cSrcweir        {
5677cdf0e10cSrcweir            0;
5678cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5679cdf0e10cSrcweir            U2S( HID_FUNC_B );
5680cdf0e10cSrcweir            4;  0;  0;  0;  1;
5681cdf0e10cSrcweir            0;
5682cdf0e10cSrcweir        };
5683cdf0e10cSrcweir        String 2 // Name of Parameter 1
5684cdf0e10cSrcweir        {
5685cdf0e10cSrcweir            Text [ en-US ] = "trials" ;
5686cdf0e10cSrcweir        };
5687cdf0e10cSrcweir        String 3 // Description of Parameter 1
5688cdf0e10cSrcweir        {
5689cdf0e10cSrcweir            Text [ en-US ] = "The number of trials." ;
5690cdf0e10cSrcweir        };
5691cdf0e10cSrcweir        String 4 // Name of Parameter 2
5692cdf0e10cSrcweir        {
5693cdf0e10cSrcweir            Text [ en-US ] = "SP" ;
5694cdf0e10cSrcweir        };
5695cdf0e10cSrcweir        String 5 // Description of Parameter 2
5696cdf0e10cSrcweir        {
5697cdf0e10cSrcweir            Text [ en-US ] = "The individual probability of a trial result." ;
5698cdf0e10cSrcweir        };
5699cdf0e10cSrcweir        String 6 // Name of Parameter 3
5700cdf0e10cSrcweir        {
5701cdf0e10cSrcweir            Text [ en-US ] = "T_1" ;
5702cdf0e10cSrcweir        };
5703cdf0e10cSrcweir        String 7 // Description of Parameter 3
5704cdf0e10cSrcweir        {
5705cdf0e10cSrcweir            Text [ en-US ] = "Lower limit for the number of trials." ;
5706cdf0e10cSrcweir        };
5707cdf0e10cSrcweir        String 8 // Name of Parameter 4
5708cdf0e10cSrcweir        {
5709cdf0e10cSrcweir            Text [ en-US ] = "T_2" ;
5710cdf0e10cSrcweir        };
5711cdf0e10cSrcweir        String 9 // Description of Parameter 4
5712cdf0e10cSrcweir        {
5713cdf0e10cSrcweir            Text [ en-US ] = "Upper limit for the number of trials." ;
5714cdf0e10cSrcweir        };
5715cdf0e10cSrcweir    };
5716cdf0e10cSrcweir    // -=*# Resource for function PHI #*=-
5717cdf0e10cSrcweir    Resource SC_OPCODE_PHI
5718cdf0e10cSrcweir    {
5719cdf0e10cSrcweir        String 1 // Description
5720cdf0e10cSrcweir        {
5721cdf0e10cSrcweir            Text [ en-US ] = "Values of the distribution function for a standard normal distribution." ;
5722cdf0e10cSrcweir        };
5723cdf0e10cSrcweir        ExtraData =
5724cdf0e10cSrcweir        {
5725cdf0e10cSrcweir            0;
5726cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5727cdf0e10cSrcweir            U2S( HID_FUNC_PHI );
5728cdf0e10cSrcweir            1;  0;
5729cdf0e10cSrcweir            0;
5730cdf0e10cSrcweir        };
5731cdf0e10cSrcweir        String 2 // Name of Parameter 1
5732cdf0e10cSrcweir        {
5733cdf0e10cSrcweir            Text [ en-US ] = "number" ;
5734cdf0e10cSrcweir        };
5735cdf0e10cSrcweir        String 3 // Description of Parameter 1
5736cdf0e10cSrcweir        {
5737cdf0e10cSrcweir            Text [ en-US ] = "The value for which the standard normal distribution is to be calculated." ;
5738cdf0e10cSrcweir        };
5739cdf0e10cSrcweir    };
5740cdf0e10cSrcweir    // -=*# Resource for function GAUSS #*=-
5741cdf0e10cSrcweir    Resource SC_OPCODE_GAUSS
5742cdf0e10cSrcweir    {
5743cdf0e10cSrcweir        String 1 // Description
5744cdf0e10cSrcweir        {
5745cdf0e10cSrcweir            Text [ en-US ] = "Returns the integral values of the standard normal cumulative distribution." ;
5746cdf0e10cSrcweir        };
5747cdf0e10cSrcweir        ExtraData =
5748cdf0e10cSrcweir        {
5749cdf0e10cSrcweir            0;
5750cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5751cdf0e10cSrcweir            U2S( HID_FUNC_GAUSS );
5752cdf0e10cSrcweir            1;  0;
5753cdf0e10cSrcweir            0;
5754cdf0e10cSrcweir        };
5755cdf0e10cSrcweir        String 2 // Name of Parameter 1
5756cdf0e10cSrcweir        {
5757cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
5758cdf0e10cSrcweir        };
5759cdf0e10cSrcweir        String 3 // Description of Parameter 1
5760cdf0e10cSrcweir        {
5761cdf0e10cSrcweir            Text [ en-US ] = "The value for which the integral value of the standard normal distribution is to be calculated." ;
5762cdf0e10cSrcweir        };
5763cdf0e10cSrcweir    };
5764cdf0e10cSrcweir    // -=*# Resource for function FISHER #*=-
5765cdf0e10cSrcweir    Resource SC_OPCODE_FISHER
5766cdf0e10cSrcweir    {
5767cdf0e10cSrcweir        String 1 // Description
5768cdf0e10cSrcweir        {
5769cdf0e10cSrcweir            Text [ en-US ] = "Returns the Fisher transformation." ;
5770cdf0e10cSrcweir        };
5771cdf0e10cSrcweir        ExtraData =
5772cdf0e10cSrcweir        {
5773cdf0e10cSrcweir            0;
5774cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5775cdf0e10cSrcweir            U2S( HID_FUNC_FISHER );
5776cdf0e10cSrcweir            1;  0;
5777cdf0e10cSrcweir            0;
5778cdf0e10cSrcweir        };
5779cdf0e10cSrcweir        String 2 // Name of Parameter 1
5780cdf0e10cSrcweir        {
5781cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
5782cdf0e10cSrcweir        };
5783cdf0e10cSrcweir        String 3 // Description of Parameter 1
5784cdf0e10cSrcweir        {
5785cdf0e10cSrcweir            Text [ en-US ] = "The value to be transformed (-1 < VALUE < 1)." ;
5786cdf0e10cSrcweir        };
5787cdf0e10cSrcweir    };
5788cdf0e10cSrcweir    // -=*# Resource for function FISHERINV #*=-
5789cdf0e10cSrcweir    Resource SC_OPCODE_FISHER_INV
5790cdf0e10cSrcweir    {
5791cdf0e10cSrcweir        String 1 // Description
5792cdf0e10cSrcweir        {
5793cdf0e10cSrcweir            Text [ en-US ] = "Returns the inverse of the Fisher transformation." ;
5794cdf0e10cSrcweir        };
5795cdf0e10cSrcweir        ExtraData =
5796cdf0e10cSrcweir        {
5797cdf0e10cSrcweir            0;
5798cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5799cdf0e10cSrcweir            U2S( HID_FUNC_FISHERINV );
5800cdf0e10cSrcweir            1;  0;
5801cdf0e10cSrcweir            0;
5802cdf0e10cSrcweir        };
5803cdf0e10cSrcweir        String 2 // Name of Parameter 1
5804cdf0e10cSrcweir        {
5805cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
5806cdf0e10cSrcweir        };
5807cdf0e10cSrcweir        String 3 // Description of Parameter 1
5808cdf0e10cSrcweir        {
5809cdf0e10cSrcweir            Text [ en-US ] = "The value that is to be transformed back." ;
5810cdf0e10cSrcweir        };
5811cdf0e10cSrcweir    };
5812cdf0e10cSrcweir    // -=*# Resource for function BINOMVERT #*=-
5813cdf0e10cSrcweir    Resource SC_OPCODE_BINOM_DIST
5814cdf0e10cSrcweir    {
5815cdf0e10cSrcweir        String 1 // Description
5816cdf0e10cSrcweir        {
5817cdf0e10cSrcweir            Text [ en-US ] = "Values of the binomial distribution." ;
5818cdf0e10cSrcweir        };
5819cdf0e10cSrcweir        ExtraData =
5820cdf0e10cSrcweir        {
5821cdf0e10cSrcweir            0;
5822cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5823cdf0e10cSrcweir            U2S( HID_FUNC_BINOMVERT );
5824cdf0e10cSrcweir            4;  0;  0;  0;  0;
5825cdf0e10cSrcweir            0;
5826cdf0e10cSrcweir        };
5827cdf0e10cSrcweir        String 2 // Name of Parameter 1
5828cdf0e10cSrcweir        {
5829cdf0e10cSrcweir            Text [ en-US ] = "X" ;
5830cdf0e10cSrcweir        };
5831cdf0e10cSrcweir        String 3 // Description of Parameter 1
5832cdf0e10cSrcweir        {
5833cdf0e10cSrcweir            Text [ en-US ] = "The number of successes in a series of trials." ;
5834cdf0e10cSrcweir        };
5835cdf0e10cSrcweir        String 4 // Name of Parameter 2
5836cdf0e10cSrcweir        {
5837cdf0e10cSrcweir            Text [ en-US ] = "trials" ;
5838cdf0e10cSrcweir        };
5839cdf0e10cSrcweir        String 5 // Description of Parameter 2
5840cdf0e10cSrcweir        {
5841cdf0e10cSrcweir            Text [ en-US ] = "The total number of trials." ;
5842cdf0e10cSrcweir        };
5843cdf0e10cSrcweir        String 6 // Name of Parameter 3
5844cdf0e10cSrcweir        {
5845cdf0e10cSrcweir            Text [ en-US ] = "SP" ;
5846cdf0e10cSrcweir        };
5847cdf0e10cSrcweir        String 7 // Description of Parameter 3
5848cdf0e10cSrcweir        {
5849cdf0e10cSrcweir            Text [ en-US ] = "The success probability of a trial." ;
5850cdf0e10cSrcweir        };
5851cdf0e10cSrcweir        String 8 // Name of Parameter 4
5852cdf0e10cSrcweir        {
5853cdf0e10cSrcweir            Text [ en-US ] = "C" ;
5854cdf0e10cSrcweir        };
5855cdf0e10cSrcweir        String 9 // Description of Parameter 4
5856cdf0e10cSrcweir        {
5857cdf0e10cSrcweir            Text [ en-US ] = "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability." ;
5858cdf0e10cSrcweir        };
5859cdf0e10cSrcweir    };
5860cdf0e10cSrcweir    // -=*# Resource for function NEGBINOMVERT #*=-
5861cdf0e10cSrcweir    Resource SC_OPCODE_NEG_BINOM_VERT
5862cdf0e10cSrcweir    {
5863cdf0e10cSrcweir        String 1 // Description
5864cdf0e10cSrcweir        {
5865cdf0e10cSrcweir            Text [ en-US ] = "Values of the negative binomial distribution." ;
5866cdf0e10cSrcweir        };
5867cdf0e10cSrcweir        ExtraData =
5868cdf0e10cSrcweir        {
5869cdf0e10cSrcweir            0;
5870cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5871cdf0e10cSrcweir            U2S( HID_FUNC_NEGBINOMVERT );
5872cdf0e10cSrcweir            3;  0;  0;  0;
5873cdf0e10cSrcweir            0;
5874cdf0e10cSrcweir        };
5875cdf0e10cSrcweir        String 2 // Name of Parameter 1
5876cdf0e10cSrcweir        {
5877cdf0e10cSrcweir            Text [ en-US ] = "X" ;
5878cdf0e10cSrcweir        };
5879cdf0e10cSrcweir        String 3 // Description of Parameter 1
5880cdf0e10cSrcweir        {
5881cdf0e10cSrcweir            Text [ en-US ] = "The number of failures in the trial range." ;
5882cdf0e10cSrcweir        };
5883cdf0e10cSrcweir        String 4 // Name of Parameter 2
5884cdf0e10cSrcweir        {
5885cdf0e10cSrcweir            Text [ en-US ] = "R" ;
5886cdf0e10cSrcweir        };
5887cdf0e10cSrcweir        String 5 // Description of Parameter 2
5888cdf0e10cSrcweir        {
5889cdf0e10cSrcweir            Text [ en-US ] = "The number of successes in the trial sequence." ;
5890cdf0e10cSrcweir        };
5891cdf0e10cSrcweir        String 6 // Name of Parameter 3
5892cdf0e10cSrcweir        {
5893cdf0e10cSrcweir            Text [ en-US ] = "SP" ;
5894cdf0e10cSrcweir        };
5895cdf0e10cSrcweir        String 7 // Description of Parameter 3
5896cdf0e10cSrcweir        {
5897cdf0e10cSrcweir            Text [ en-US ] = "The success probability of a trial." ;
5898cdf0e10cSrcweir        };
5899cdf0e10cSrcweir    };
5900cdf0e10cSrcweir    // -=*# Resource for function KRITBINOM #*=-
5901cdf0e10cSrcweir    Resource SC_OPCODE_KRIT_BINOM
5902cdf0e10cSrcweir    {
5903cdf0e10cSrcweir        String 1 // Description
5904cdf0e10cSrcweir        {
5905cdf0e10cSrcweir            Text [ en-US ] = "Border arguments of the binomial distribution." ;
5906cdf0e10cSrcweir        };
5907cdf0e10cSrcweir        ExtraData =
5908cdf0e10cSrcweir        {
5909cdf0e10cSrcweir            0;
5910cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5911cdf0e10cSrcweir            U2S( HID_FUNC_KRITBINOM );
5912cdf0e10cSrcweir            3;  0;  0;  0;
5913cdf0e10cSrcweir            0;
5914cdf0e10cSrcweir        };
5915cdf0e10cSrcweir        String 2 // Name of Parameter 1
5916cdf0e10cSrcweir        {
5917cdf0e10cSrcweir            Text [ en-US ] = "trials" ;
5918cdf0e10cSrcweir        };
5919cdf0e10cSrcweir        String 3 // Description of Parameter 1
5920cdf0e10cSrcweir        {
5921cdf0e10cSrcweir            Text [ en-US ] = "The total number of trials." ;
5922cdf0e10cSrcweir        };
5923cdf0e10cSrcweir        String 4 // Name of Parameter 2
5924cdf0e10cSrcweir        {
5925cdf0e10cSrcweir            Text [ en-US ] = "SP" ;
5926cdf0e10cSrcweir        };
5927cdf0e10cSrcweir        String 5 // Description of Parameter 2
5928cdf0e10cSrcweir        {
5929cdf0e10cSrcweir            Text [ en-US ] = "The success probability of a trial." ;
5930cdf0e10cSrcweir        };
5931cdf0e10cSrcweir        String 6 // Name of Parameter 3
5932cdf0e10cSrcweir        {
5933cdf0e10cSrcweir            Text [ en-US ] = "alpha" ;
5934cdf0e10cSrcweir        };
5935cdf0e10cSrcweir        String 7 // Description of Parameter 3
5936cdf0e10cSrcweir        {
5937cdf0e10cSrcweir            Text [ en-US ] = "The border probability that is attained or exceeded." ;
5938cdf0e10cSrcweir        };
5939cdf0e10cSrcweir    };
5940cdf0e10cSrcweir    // -=*# Resource for function POISSON #*=-
5941cdf0e10cSrcweir    Resource SC_OPCODE_POISSON_DIST
5942cdf0e10cSrcweir    {
5943cdf0e10cSrcweir        String 1 // Description
5944cdf0e10cSrcweir        {
5945cdf0e10cSrcweir            Text [ en-US ] = "Returns the Poisson distribution." ;
5946cdf0e10cSrcweir        };
5947cdf0e10cSrcweir        ExtraData =
5948cdf0e10cSrcweir        {
5949cdf0e10cSrcweir            0;
5950cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5951cdf0e10cSrcweir            U2S( HID_FUNC_POISSON );
5952cdf0e10cSrcweir            3;  0;  0;  1;
5953cdf0e10cSrcweir            0;
5954cdf0e10cSrcweir        };
5955cdf0e10cSrcweir        String 2 // Name of Parameter 1
5956cdf0e10cSrcweir        {
5957cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
5958cdf0e10cSrcweir        };
5959cdf0e10cSrcweir        String 3 // Description of Parameter 1
5960cdf0e10cSrcweir        {
5961cdf0e10cSrcweir            Text [ en-US ] = "The value for which the Poisson distribution is to be calculated." ;
5962cdf0e10cSrcweir        };
5963cdf0e10cSrcweir        String 4 // Name of Parameter 2
5964cdf0e10cSrcweir        {
5965cdf0e10cSrcweir            Text [ en-US ] = "mean" ;
5966cdf0e10cSrcweir        };
5967cdf0e10cSrcweir        String 5 // Description of Parameter 2
5968cdf0e10cSrcweir        {
5969cdf0e10cSrcweir            Text [ en-US ] = "Mean. The mean value of the Poisson distribution." ;
5970cdf0e10cSrcweir        };
5971cdf0e10cSrcweir        String 6 // Name of Parameter 3
5972cdf0e10cSrcweir        {
5973cdf0e10cSrcweir            Text [ en-US ] = "Cumulative" ;
5974cdf0e10cSrcweir        };
5975cdf0e10cSrcweir        String 7 // Description of Parameter 3
5976cdf0e10cSrcweir        {
5977cdf0e10cSrcweir            Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
5978cdf0e10cSrcweir        };
5979cdf0e10cSrcweir    };
5980cdf0e10cSrcweir    // -=*# Resource for function NORMVERT #*=-
5981cdf0e10cSrcweir    Resource SC_OPCODE_NORM_DIST
5982cdf0e10cSrcweir    {
5983cdf0e10cSrcweir        String 1 // Description
5984cdf0e10cSrcweir        {
5985cdf0e10cSrcweir            Text [ en-US ] = "Values of the normal distribution." ;
5986cdf0e10cSrcweir        };
5987cdf0e10cSrcweir        ExtraData =
5988cdf0e10cSrcweir        {
5989cdf0e10cSrcweir            0;
5990cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
5991cdf0e10cSrcweir            U2S( HID_FUNC_NORMVERT );
5992cdf0e10cSrcweir            4;  0;  0;  0;  1;
5993cdf0e10cSrcweir            0;
5994cdf0e10cSrcweir        };
5995cdf0e10cSrcweir        String 2 // Name of Parameter 1
5996cdf0e10cSrcweir        {
5997cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
5998cdf0e10cSrcweir        };
5999cdf0e10cSrcweir        String 3 // Description of Parameter 1
6000cdf0e10cSrcweir        {
6001cdf0e10cSrcweir            Text [ en-US ] = "The value for which the normal distribution is to be calculated." ;
6002cdf0e10cSrcweir        };
6003cdf0e10cSrcweir        String 4 // Name of Parameter 2
6004cdf0e10cSrcweir        {
6005cdf0e10cSrcweir            Text [ en-US ] = "Mean" ;
6006cdf0e10cSrcweir        };
6007cdf0e10cSrcweir        String 5 // Description of Parameter 2
6008cdf0e10cSrcweir        {
6009cdf0e10cSrcweir            Text [ en-US ] = "The mean value. The mean value of the normal distribution." ;
6010cdf0e10cSrcweir        };
6011cdf0e10cSrcweir        String 6 // Name of Parameter 3
6012cdf0e10cSrcweir        {
6013cdf0e10cSrcweir            Text [ en-US ] = "STDEV" ;
6014cdf0e10cSrcweir        };
6015cdf0e10cSrcweir        String 7 // Description of Parameter 3
6016cdf0e10cSrcweir        {
6017cdf0e10cSrcweir            Text [ en-US ] = "Standard deviation. The standard deviation of the normal distribution." ;
6018cdf0e10cSrcweir        };
6019cdf0e10cSrcweir        String 8 // Name of Parameter 4
6020cdf0e10cSrcweir        {
6021cdf0e10cSrcweir            Text [ en-US ] = "C" ;
6022cdf0e10cSrcweir        };
6023cdf0e10cSrcweir        String 9 // Description of Parameter 4
6024cdf0e10cSrcweir        {
6025cdf0e10cSrcweir            Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
6026cdf0e10cSrcweir        };
6027cdf0e10cSrcweir    };
6028cdf0e10cSrcweir    // -=*# Resource for function NORMINV #*=-
6029cdf0e10cSrcweir    Resource SC_OPCODE_NORM_INV
6030cdf0e10cSrcweir    {
6031cdf0e10cSrcweir        String 1 // Description
6032cdf0e10cSrcweir        {
6033cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse normal distribution." ;
6034cdf0e10cSrcweir        };
6035cdf0e10cSrcweir        ExtraData =
6036cdf0e10cSrcweir        {
6037cdf0e10cSrcweir            0;
6038cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6039cdf0e10cSrcweir            U2S( HID_FUNC_NORMINV );
6040cdf0e10cSrcweir            3;  0;  0;  0;
6041cdf0e10cSrcweir            0;
6042cdf0e10cSrcweir        };
6043cdf0e10cSrcweir        String 2 // Name of Parameter 1
6044cdf0e10cSrcweir        {
6045cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6046cdf0e10cSrcweir        };
6047cdf0e10cSrcweir        String 3 // Description of Parameter 1
6048cdf0e10cSrcweir        {
6049cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse normal distribution is to be calculated." ;
6050cdf0e10cSrcweir        };
6051cdf0e10cSrcweir        String 4 // Name of Parameter 2
6052cdf0e10cSrcweir        {
6053cdf0e10cSrcweir            Text [ en-US ] = "mean" ;
6054cdf0e10cSrcweir        };
6055cdf0e10cSrcweir        String 5 // Description of Parameter 2
6056cdf0e10cSrcweir        {
6057cdf0e10cSrcweir            Text [ en-US ] = "The mean value. The mean value of the normal distribution." ;
6058cdf0e10cSrcweir        };
6059cdf0e10cSrcweir        String 6 // Name of Parameter 3
6060cdf0e10cSrcweir        {
6061cdf0e10cSrcweir            Text [ en-US ] = "STDEV" ;
6062cdf0e10cSrcweir        };
6063cdf0e10cSrcweir        String 7 // Description of Parameter 3
6064cdf0e10cSrcweir        {
6065cdf0e10cSrcweir            Text [ en-US ] = "Standard deviation. The standard deviation of the normal distribution." ;
6066cdf0e10cSrcweir        };
6067cdf0e10cSrcweir    };
6068cdf0e10cSrcweir    // -=*# Resource for function STANDNORMVERT #*=-
6069cdf0e10cSrcweir    Resource SC_OPCODE_STD_NORM_DIST
6070cdf0e10cSrcweir    {
6071cdf0e10cSrcweir        String 1 // Description
6072cdf0e10cSrcweir        {
6073cdf0e10cSrcweir            Text [ en-US ] = "The values of the standard normal cumulative distribution." ;
6074cdf0e10cSrcweir        };
6075cdf0e10cSrcweir        ExtraData =
6076cdf0e10cSrcweir        {
6077cdf0e10cSrcweir            0;
6078cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6079cdf0e10cSrcweir            U2S( HID_FUNC_STANDNORMVERT );
6080cdf0e10cSrcweir            1;  0;
6081cdf0e10cSrcweir            0;
6082cdf0e10cSrcweir        };
6083cdf0e10cSrcweir        String 2 // Name of Parameter 1
6084cdf0e10cSrcweir        {
6085cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6086cdf0e10cSrcweir        };
6087cdf0e10cSrcweir        String 3 // Description of Parameter 1
6088cdf0e10cSrcweir        {
6089cdf0e10cSrcweir            Text [ en-US ] = "The value for which the standard normal distribution is to be calculated." ;
6090cdf0e10cSrcweir        };
6091cdf0e10cSrcweir    };
6092cdf0e10cSrcweir    // -=*# Resource for function STANDNORMINV #*=-
6093cdf0e10cSrcweir    Resource SC_OPCODE_S_NORM_INV
6094cdf0e10cSrcweir    {
6095cdf0e10cSrcweir        String 1 // Description
6096cdf0e10cSrcweir        {
6097cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse standard normal distribution." ;
6098cdf0e10cSrcweir        };
6099cdf0e10cSrcweir        ExtraData =
6100cdf0e10cSrcweir        {
6101cdf0e10cSrcweir            0;
6102cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6103cdf0e10cSrcweir            U2S( HID_FUNC_STANDNORMINV );
6104cdf0e10cSrcweir            1;  0;
6105cdf0e10cSrcweir            0;
6106cdf0e10cSrcweir        };
6107cdf0e10cSrcweir        String 2 // Name of Parameter 1
6108cdf0e10cSrcweir        {
6109cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6110cdf0e10cSrcweir        };
6111cdf0e10cSrcweir        String 3 // Description of Parameter 1
6112cdf0e10cSrcweir        {
6113cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse standard normal distribution is to be calculated." ;
6114cdf0e10cSrcweir        };
6115cdf0e10cSrcweir    };
6116cdf0e10cSrcweir    // -=*# Resource for function LOGNORMVERT #*=-
6117cdf0e10cSrcweir    Resource SC_OPCODE_LOG_NORM_DIST
6118cdf0e10cSrcweir    {
6119cdf0e10cSrcweir        String 1 // Description
6120cdf0e10cSrcweir        {
6121cdf0e10cSrcweir            Text [ en-US ] = "Values of the log normal distribution." ;
6122cdf0e10cSrcweir        };
6123cdf0e10cSrcweir        ExtraData =
6124cdf0e10cSrcweir        {
6125cdf0e10cSrcweir            0;
6126cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6127cdf0e10cSrcweir            U2S( HID_FUNC_LOGNORMVERT );
6128cdf0e10cSrcweir            4;  0;  1;  1;  1;
6129cdf0e10cSrcweir            0;
6130cdf0e10cSrcweir        };
6131cdf0e10cSrcweir        String 2 // Name of Parameter 1
6132cdf0e10cSrcweir        {
6133cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6134cdf0e10cSrcweir        };
6135cdf0e10cSrcweir        String 3 // Description of Parameter 1
6136cdf0e10cSrcweir        {
6137cdf0e10cSrcweir            Text [ en-US ] = "The value for which the log normal distribution is to be calculated." ;
6138cdf0e10cSrcweir        };
6139cdf0e10cSrcweir        String 4 // Name of Parameter 2
6140cdf0e10cSrcweir        {
6141cdf0e10cSrcweir            Text [ en-US ] = "mean" ;
6142cdf0e10cSrcweir        };
6143cdf0e10cSrcweir        String 5 // Description of Parameter 2
6144cdf0e10cSrcweir        {
6145cdf0e10cSrcweir            Text [ en-US ] = "The mean value of the log normal distribution. It is set to 0 if omitted." ;
6146cdf0e10cSrcweir        };
6147cdf0e10cSrcweir        String 6 // Name of Parameter 3
6148cdf0e10cSrcweir        {
6149cdf0e10cSrcweir            Text [ en-US ] = "STDEV" ;
6150cdf0e10cSrcweir        };
6151cdf0e10cSrcweir        String 7 // Description of Parameter 3
6152cdf0e10cSrcweir        {
6153cdf0e10cSrcweir            Text [ en-US ] = "The standard deviation of the log normal distribution. It is set to 1 if omitted." ;
6154cdf0e10cSrcweir        };
6155cdf0e10cSrcweir        String 8 // Name of Parameter 4
6156cdf0e10cSrcweir        {
6157cdf0e10cSrcweir            Text [ en-US] = "Cumulative" ;
6158cdf0e10cSrcweir        };
6159cdf0e10cSrcweir        String 9 // Description of Parameter 4
6160cdf0e10cSrcweir        {
6161cdf0e10cSrcweir            Text [ en-US] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
6162cdf0e10cSrcweir        };
6163cdf0e10cSrcweir    };
6164cdf0e10cSrcweir    // -=*# Resource for function LOGINV #*=-
6165cdf0e10cSrcweir    Resource SC_OPCODE_LOG_INV
6166cdf0e10cSrcweir    {
6167cdf0e10cSrcweir        String 1 // Description
6168cdf0e10cSrcweir        {
6169cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse of the lognormal distribution." ;
6170cdf0e10cSrcweir        };
6171cdf0e10cSrcweir        ExtraData =
6172cdf0e10cSrcweir        {
6173cdf0e10cSrcweir            0;
6174cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6175cdf0e10cSrcweir            U2S( HID_FUNC_LOGINV );
6176cdf0e10cSrcweir            3;  0;  0;  0;
6177cdf0e10cSrcweir            0;
6178cdf0e10cSrcweir        };
6179cdf0e10cSrcweir        String 2 // Name of Parameter 1
6180cdf0e10cSrcweir        {
6181cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6182cdf0e10cSrcweir        };
6183cdf0e10cSrcweir        String 3 // Description of Parameter 1
6184cdf0e10cSrcweir        {
6185cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse log normal distribution is to be calculated." ;
6186cdf0e10cSrcweir        };
6187cdf0e10cSrcweir        String 4 // Name of Parameter 2
6188cdf0e10cSrcweir        {
6189cdf0e10cSrcweir            Text [ en-US ] = "mean" ;
6190cdf0e10cSrcweir        };
6191cdf0e10cSrcweir        String 5 // Description of Parameter 2
6192cdf0e10cSrcweir        {
6193cdf0e10cSrcweir            Text [ en-US ] = "Mean value. The mean value of the log normal distribution." ;
6194cdf0e10cSrcweir        };
6195cdf0e10cSrcweir        String 6 // Name of Parameter 3
6196cdf0e10cSrcweir        {
6197cdf0e10cSrcweir            Text [ en-US ] = "STDEV" ;
6198cdf0e10cSrcweir        };
6199cdf0e10cSrcweir        String 7 // Description of Parameter 3
6200cdf0e10cSrcweir        {
6201cdf0e10cSrcweir            Text [ en-US ] = "Standard deviation. The standard deviation of the log normal distribution." ;
6202cdf0e10cSrcweir        };
6203cdf0e10cSrcweir    };
6204cdf0e10cSrcweir    // -=*# Resource for function EXPONVERT #*=-
6205cdf0e10cSrcweir    Resource SC_OPCODE_EXP_DIST
6206cdf0e10cSrcweir    {
6207cdf0e10cSrcweir        String 1 // Description
6208cdf0e10cSrcweir        {
6209cdf0e10cSrcweir            Text [ en-US ] = "Values of the exponential distribution." ;
6210cdf0e10cSrcweir        };
6211cdf0e10cSrcweir        ExtraData =
6212cdf0e10cSrcweir        {
6213cdf0e10cSrcweir            0;
6214cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6215cdf0e10cSrcweir            U2S( HID_FUNC_EXPONVERT );
6216cdf0e10cSrcweir            3;  0;  0;  0;
6217cdf0e10cSrcweir            0;
6218cdf0e10cSrcweir        };
6219cdf0e10cSrcweir        String 2 // Name of Parameter 1
6220cdf0e10cSrcweir        {
6221cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6222cdf0e10cSrcweir        };
6223cdf0e10cSrcweir        String 3 // Description of Parameter 1
6224cdf0e10cSrcweir        {
6225cdf0e10cSrcweir            Text [ en-US ] = "The value to which the exponential distribution is to be calculated." ;
6226cdf0e10cSrcweir        };
6227cdf0e10cSrcweir        String 4 // Name of Parameter 2
6228cdf0e10cSrcweir        {
6229cdf0e10cSrcweir            Text [ en-US ] = "lambda" ;
6230cdf0e10cSrcweir        };
6231cdf0e10cSrcweir        String 5 // Description of Parameter 2
6232cdf0e10cSrcweir        {
6233cdf0e10cSrcweir            Text [ en-US ] = "The parameters of the exponential distribution." ;
6234cdf0e10cSrcweir        };
6235cdf0e10cSrcweir        String 6 // Name of Parameter 3
6236cdf0e10cSrcweir        {
6237cdf0e10cSrcweir            Text [ en-US ] = "C" ;
6238cdf0e10cSrcweir        };
6239cdf0e10cSrcweir        String 7 // Description of Parameter 3
6240cdf0e10cSrcweir        {
6241cdf0e10cSrcweir            Text [ en-US ] = "Cumulated. C=0 calculates the density function, C=1 the distribution." ;
6242cdf0e10cSrcweir        };
6243cdf0e10cSrcweir    };
6244cdf0e10cSrcweir    // -=*# Resource for function GAMMAVERT #*=-
6245cdf0e10cSrcweir    Resource SC_OPCODE_GAMMA_DIST
6246cdf0e10cSrcweir    {
6247cdf0e10cSrcweir        String 1 // Description
6248cdf0e10cSrcweir        {
6249cdf0e10cSrcweir            Text [ en-US ] = "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution." ;
6250cdf0e10cSrcweir        };
6251cdf0e10cSrcweir        ExtraData =
6252cdf0e10cSrcweir        {
6253cdf0e10cSrcweir            0;
6254cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6255cdf0e10cSrcweir            U2S( HID_FUNC_GAMMAVERT );
6256cdf0e10cSrcweir            4;  0;  0;  0;  1;
6257cdf0e10cSrcweir            0;
6258cdf0e10cSrcweir        };
6259cdf0e10cSrcweir        String 2 // Name of Parameter 1
6260cdf0e10cSrcweir        {
6261cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6262cdf0e10cSrcweir        };
6263cdf0e10cSrcweir        String 3 // Description of Parameter 1
6264cdf0e10cSrcweir        {
6265cdf0e10cSrcweir            Text [ en-US ] = "The value for which the gamma distribution is to be calculated." ;
6266cdf0e10cSrcweir        };
6267cdf0e10cSrcweir        String 4 // Name of Parameter 2
6268cdf0e10cSrcweir        {
6269cdf0e10cSrcweir            Text [ en-US ] = "alpha" ;
6270cdf0e10cSrcweir        };
6271cdf0e10cSrcweir        String 5 // Description of Parameter 2
6272cdf0e10cSrcweir        {
6273cdf0e10cSrcweir            Text [ en-US ] = "The Alpha parameter of the Gamma distribution." ;
6274cdf0e10cSrcweir        };
6275cdf0e10cSrcweir        String 6 // Name of Parameter 3
6276cdf0e10cSrcweir        {
6277cdf0e10cSrcweir            Text [ en-US ] = "beta" ;
6278cdf0e10cSrcweir        };
6279cdf0e10cSrcweir        String 7 // Description of Parameter 3
6280cdf0e10cSrcweir        {
6281cdf0e10cSrcweir            Text [ en-US ] = "The Beta parameter of the Gamma distribution." ;
6282cdf0e10cSrcweir        };
6283cdf0e10cSrcweir        String 8 // Name of Parameter 4
6284cdf0e10cSrcweir        {
6285cdf0e10cSrcweir            Text [ en-US ] = "Cumulative" ;
6286cdf0e10cSrcweir        };
6287cdf0e10cSrcweir        String 9 // Description of Parameter 4
6288cdf0e10cSrcweir        {
6289cdf0e10cSrcweir            Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
6290cdf0e10cSrcweir        };
6291cdf0e10cSrcweir    };
6292cdf0e10cSrcweir    // -=*# Resource for function GAMMAINV #*=-
6293cdf0e10cSrcweir    Resource SC_OPCODE_GAMMA_INV
6294cdf0e10cSrcweir    {
6295cdf0e10cSrcweir        String 1 // Description
6296cdf0e10cSrcweir        {
6297cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse gamma distribution." ;
6298cdf0e10cSrcweir        };
6299cdf0e10cSrcweir        ExtraData =
6300cdf0e10cSrcweir        {
6301cdf0e10cSrcweir            0;
6302cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6303cdf0e10cSrcweir            U2S( HID_FUNC_GAMMAINV );
6304cdf0e10cSrcweir            3;  0;  0;  0;
6305cdf0e10cSrcweir            0;
6306cdf0e10cSrcweir        };
6307cdf0e10cSrcweir        String 2 // Name of Parameter 1
6308cdf0e10cSrcweir        {
6309cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6310cdf0e10cSrcweir        };
6311cdf0e10cSrcweir        String 3 // Description of Parameter 1
6312cdf0e10cSrcweir        {
6313cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse gamma distribution is to be calculated." ;
6314cdf0e10cSrcweir        };
6315cdf0e10cSrcweir        String 4 // Name of Parameter 2
6316cdf0e10cSrcweir        {
6317cdf0e10cSrcweir            Text [ en-US ] = "alpha" ;
6318cdf0e10cSrcweir        };
6319cdf0e10cSrcweir        String 5 // Description of Parameter 2
6320cdf0e10cSrcweir        {
6321cdf0e10cSrcweir            Text [ en-US ] = "The Alpha (shape) parameter of the Gamma distribution." ;
6322cdf0e10cSrcweir        };
6323cdf0e10cSrcweir        String 6 // Name of Parameter 3
6324cdf0e10cSrcweir        {
6325cdf0e10cSrcweir            Text [ en-US ] = "beta" ;
6326cdf0e10cSrcweir        };
6327cdf0e10cSrcweir        String 7 // Description of Parameter 3
6328cdf0e10cSrcweir        {
6329cdf0e10cSrcweir            Text [ en-US ] = "The Beta (scale) parameter of the Gamma distribution." ;
6330cdf0e10cSrcweir        };
6331cdf0e10cSrcweir    };
6332cdf0e10cSrcweir    // -=*# Resource for function GAMMALN #*=-
6333cdf0e10cSrcweir    Resource SC_OPCODE_GAMMA_LN
6334cdf0e10cSrcweir    {
6335cdf0e10cSrcweir        String 1 // Description
6336cdf0e10cSrcweir        {
6337cdf0e10cSrcweir            Text [ en-US ] = "Returns the natural logarithm of the gamma function." ;
6338cdf0e10cSrcweir        };
6339cdf0e10cSrcweir        ExtraData =
6340cdf0e10cSrcweir        {
6341cdf0e10cSrcweir            0;
6342cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6343cdf0e10cSrcweir            U2S( HID_FUNC_GAMMALN );
6344cdf0e10cSrcweir            1;  0;
6345cdf0e10cSrcweir            0;
6346cdf0e10cSrcweir        };
6347cdf0e10cSrcweir        String 2 // Name of Parameter 1
6348cdf0e10cSrcweir        {
6349cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6350cdf0e10cSrcweir        };
6351cdf0e10cSrcweir        String 3 // Description of Parameter 1
6352cdf0e10cSrcweir        {
6353cdf0e10cSrcweir            Text [ en-US ] = "The value for which the natural logarithm of the gamma function is to be calculated." ;
6354cdf0e10cSrcweir        };
6355cdf0e10cSrcweir    };
6356cdf0e10cSrcweir
6357cdf0e10cSrcweir    // -=*# Resource for function GAMMA #*=-
6358cdf0e10cSrcweir    Resource SC_OPCODE_GAMMA
6359cdf0e10cSrcweir    {
6360cdf0e10cSrcweir        String 1 // Description
6361cdf0e10cSrcweir        {
6362cdf0e10cSrcweir            Text [ en-US ] = "Returns the value of the Gamma function." ;
6363cdf0e10cSrcweir        };
6364cdf0e10cSrcweir        ExtraData =
6365cdf0e10cSrcweir        {
6366cdf0e10cSrcweir            0;
6367cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6368cdf0e10cSrcweir            U2S( HID_FUNC_GAMMA );
6369cdf0e10cSrcweir            1;  0;
6370cdf0e10cSrcweir            0;
6371cdf0e10cSrcweir        };
6372cdf0e10cSrcweir        String 2 // Name of Parameter 1
6373cdf0e10cSrcweir        {
6374cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6375cdf0e10cSrcweir        };
6376cdf0e10cSrcweir        String 3 // Description of Parameter 1
6377cdf0e10cSrcweir        {
6378cdf0e10cSrcweir            Text [ en-US ] = "The value for which the Gamma function is to be calculated." ;
6379cdf0e10cSrcweir        };
6380cdf0e10cSrcweir    };
6381cdf0e10cSrcweir
6382cdf0e10cSrcweir    // -=*# Resource for function BETAVERT #*=-
6383cdf0e10cSrcweir    Resource SC_OPCODE_BETA_DIST
6384cdf0e10cSrcweir    {
6385cdf0e10cSrcweir        String 1 // Description
6386cdf0e10cSrcweir        {
6387cdf0e10cSrcweir            Text [ en-US ] = "Values of the beta distribution." ;
6388cdf0e10cSrcweir        };
6389cdf0e10cSrcweir        ExtraData =
6390cdf0e10cSrcweir        {
6391cdf0e10cSrcweir            0;
6392cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6393cdf0e10cSrcweir            U2S( HID_FUNC_BETAVERT );
6394cdf0e10cSrcweir            6;  0;  0;  0;  1;  1;  1;
6395cdf0e10cSrcweir            0;
6396cdf0e10cSrcweir        };
6397cdf0e10cSrcweir        String 2 // Name of Parameter 1
6398cdf0e10cSrcweir        {
6399cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6400cdf0e10cSrcweir        };
6401cdf0e10cSrcweir        String 3 // Description of Parameter 1
6402cdf0e10cSrcweir        {
6403cdf0e10cSrcweir            Text [ en-US ] = "The value for which the beta distribution is to be calculated." ;
6404cdf0e10cSrcweir        };
6405cdf0e10cSrcweir        String 4 // Name of Parameter 2
6406cdf0e10cSrcweir        {
6407cdf0e10cSrcweir            Text [ en-US ] = "alpha" ;
6408cdf0e10cSrcweir        };
6409cdf0e10cSrcweir        String 5 // Description of Parameter 2
6410cdf0e10cSrcweir        {
6411cdf0e10cSrcweir            Text [ en-US ] = "The Alpha parameter of the Beta distribution." ;
6412cdf0e10cSrcweir        };
6413cdf0e10cSrcweir        String 6 // Name of Parameter 3
6414cdf0e10cSrcweir        {
6415cdf0e10cSrcweir            Text [ en-US ] = "beta" ;
6416cdf0e10cSrcweir        };
6417cdf0e10cSrcweir        String 7 // Description of Parameter 3
6418cdf0e10cSrcweir        {
6419cdf0e10cSrcweir            Text [ en-US ] = "The Beta parameter of the Beta distribution." ;
6420cdf0e10cSrcweir        };
6421cdf0e10cSrcweir        String 8 // Name of Parameter 4
6422cdf0e10cSrcweir        {
6423cdf0e10cSrcweir            Text [ en-US ] = "Start" ;
6424cdf0e10cSrcweir        };
6425cdf0e10cSrcweir        String 9 // Description of Parameter 4
6426cdf0e10cSrcweir        {
6427cdf0e10cSrcweir            Text [ en-US ] = "The starting value for the value interval of the distribution." ;
6428cdf0e10cSrcweir        };
6429cdf0e10cSrcweir        String 10 // Name of Parameter 5
6430cdf0e10cSrcweir        {
6431cdf0e10cSrcweir            Text [ en-US ] = "End" ;
6432cdf0e10cSrcweir        };
6433cdf0e10cSrcweir        String 11 // Description of Parameter 5
6434cdf0e10cSrcweir        {
6435cdf0e10cSrcweir            Text [ en-US ] = "The final value for the value interval of the distribution." ;
6436cdf0e10cSrcweir        };
6437cdf0e10cSrcweir        String 12 // Name of Parameter 6
6438cdf0e10cSrcweir        {
6439cdf0e10cSrcweir            Text [en-US ] = "Cumulative" ;
6440cdf0e10cSrcweir        };
6441cdf0e10cSrcweir        String 13 // Description of Parameter 6
6442cdf0e10cSrcweir        {
6443cdf0e10cSrcweir            Text [ en-US ] = "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function." ;
6444cdf0e10cSrcweir        };
6445cdf0e10cSrcweir    };
6446cdf0e10cSrcweir    // -=*# Resource for function BETAINV #*=-
6447cdf0e10cSrcweir    Resource SC_OPCODE_BETA_INV
6448cdf0e10cSrcweir    {
6449cdf0e10cSrcweir        String 1 // Description
6450cdf0e10cSrcweir        {
6451cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse beta distribution." ;
6452cdf0e10cSrcweir        };
6453cdf0e10cSrcweir        ExtraData =
6454cdf0e10cSrcweir        {
6455cdf0e10cSrcweir            0;
6456cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6457cdf0e10cSrcweir            U2S( HID_FUNC_BETAINV );
6458cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
6459cdf0e10cSrcweir            0;
6460cdf0e10cSrcweir        };
6461cdf0e10cSrcweir        String 2 // Name of Parameter 1
6462cdf0e10cSrcweir        {
6463cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6464cdf0e10cSrcweir        };
6465cdf0e10cSrcweir        String 3 // Description of Parameter 1
6466cdf0e10cSrcweir        {
6467cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse beta distribution is to be calculated." ;
6468cdf0e10cSrcweir        };
6469cdf0e10cSrcweir        String 4 // Name of Parameter 2
6470cdf0e10cSrcweir        {
6471cdf0e10cSrcweir            Text [ en-US ] = "alpha" ;
6472cdf0e10cSrcweir        };
6473cdf0e10cSrcweir        String 5 // Description of Parameter 2
6474cdf0e10cSrcweir        {
6475cdf0e10cSrcweir            Text [ en-US ] = "The Alpha parameter of the Beta distribution." ;
6476cdf0e10cSrcweir        };
6477cdf0e10cSrcweir        String 6 // Name of Parameter 3
6478cdf0e10cSrcweir        {
6479cdf0e10cSrcweir            Text [ en-US ] = "beta" ;
6480cdf0e10cSrcweir        };
6481cdf0e10cSrcweir        String 7 // Description of Parameter 3
6482cdf0e10cSrcweir        {
6483cdf0e10cSrcweir            Text [ en-US ] = "The Beta parameter of the Beta distribution." ;
6484cdf0e10cSrcweir        };
6485cdf0e10cSrcweir        String 8 // Name of Parameter 4
6486cdf0e10cSrcweir        {
6487cdf0e10cSrcweir            Text [ en-US ] = "Start" ;
6488cdf0e10cSrcweir        };
6489cdf0e10cSrcweir        String 9 // Description of Parameter 4
6490cdf0e10cSrcweir        {
6491cdf0e10cSrcweir            Text [ en-US ] = "The starting value for the value interval of the distribution." ;
6492cdf0e10cSrcweir        };
6493cdf0e10cSrcweir        String 10 // Name of Parameter 5
6494cdf0e10cSrcweir        {
6495cdf0e10cSrcweir            Text [ en-US ] = "End" ;
6496cdf0e10cSrcweir        };
6497cdf0e10cSrcweir        String 11 // Description of Parameter 5
6498cdf0e10cSrcweir        {
6499cdf0e10cSrcweir            Text [ en-US ] = "The final value for the value interval of the distribution." ;
6500cdf0e10cSrcweir        };
6501cdf0e10cSrcweir    };
6502cdf0e10cSrcweir    // -=*# Resource for function WEIBULL #*=-
6503cdf0e10cSrcweir    Resource SC_OPCODE_WEIBULL
6504cdf0e10cSrcweir    {
6505cdf0e10cSrcweir        String 1 // Description
6506cdf0e10cSrcweir        {
6507cdf0e10cSrcweir            Text [ en-US ] = "Returns the values of the Weibull distribution." ;
6508cdf0e10cSrcweir        };
6509cdf0e10cSrcweir        ExtraData =
6510cdf0e10cSrcweir        {
6511cdf0e10cSrcweir            0;
6512cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6513cdf0e10cSrcweir            U2S( HID_FUNC_WEIBULL );
6514cdf0e10cSrcweir            4;  0;  0;  0;  0;
6515cdf0e10cSrcweir            0;
6516cdf0e10cSrcweir        };
6517cdf0e10cSrcweir        String 2 // Name of Parameter 1
6518cdf0e10cSrcweir        {
6519cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6520cdf0e10cSrcweir        };
6521cdf0e10cSrcweir        String 3 // Description of Parameter 1
6522cdf0e10cSrcweir        {
6523cdf0e10cSrcweir            Text [ en-US ] = "The value for which the Weibull distribution is to be calculated." ;
6524cdf0e10cSrcweir        };
6525cdf0e10cSrcweir        String 4 // Name of Parameter 2
6526cdf0e10cSrcweir        {
6527cdf0e10cSrcweir            Text [ en-US ] = "Alpha" ;
6528cdf0e10cSrcweir        };
6529cdf0e10cSrcweir        String 5 // Description of Parameter 2
6530cdf0e10cSrcweir        {
6531cdf0e10cSrcweir            Text [ en-US ] = "The Alpha parameter of the Weibull distribution." ;
6532cdf0e10cSrcweir        };
6533cdf0e10cSrcweir        String 6 // Name of Parameter 3
6534cdf0e10cSrcweir        {
6535cdf0e10cSrcweir            Text [ en-US ] = "beta" ;
6536cdf0e10cSrcweir        };
6537cdf0e10cSrcweir        String 7 // Description of Parameter 3
6538cdf0e10cSrcweir        {
6539cdf0e10cSrcweir            Text [ en-US ] = "The Beta parameter of the Weibull distribution." ;
6540cdf0e10cSrcweir        };
6541cdf0e10cSrcweir        String 8 // Name of Parameter 4
6542cdf0e10cSrcweir        {
6543cdf0e10cSrcweir            Text [ en-US ] = "C" ;
6544cdf0e10cSrcweir        };
6545cdf0e10cSrcweir        String 9 // Description of Parameter 4
6546cdf0e10cSrcweir        {
6547cdf0e10cSrcweir            Text [ en-US ] = "Cumulated. C=0 calculates the density function, C=1 the distribution." ;
6548cdf0e10cSrcweir        };
6549cdf0e10cSrcweir    };
6550cdf0e10cSrcweir    // -=*# Resource for function HYPGEOMVERT #*=-
6551cdf0e10cSrcweir    Resource SC_OPCODE_HYP_GEOM_DIST
6552cdf0e10cSrcweir    {
6553cdf0e10cSrcweir        String 1 // Description
6554cdf0e10cSrcweir        {
6555cdf0e10cSrcweir            Text [ en-US ] = "Values of the hypergeometric distribution." ;
6556cdf0e10cSrcweir        };
6557cdf0e10cSrcweir        ExtraData =
6558cdf0e10cSrcweir        {
6559cdf0e10cSrcweir            0;
6560cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6561cdf0e10cSrcweir            U2S( HID_FUNC_HYPGEOMVERT );
6562cdf0e10cSrcweir            4;  0;  0;  0;  0;
6563cdf0e10cSrcweir            0;
6564cdf0e10cSrcweir        };
6565cdf0e10cSrcweir        String 2 // Name of Parameter 1
6566cdf0e10cSrcweir        {
6567cdf0e10cSrcweir            Text [ en-US ] = "X" ;
6568cdf0e10cSrcweir        };
6569cdf0e10cSrcweir        String 3 // Description of Parameter 1
6570cdf0e10cSrcweir        {
6571cdf0e10cSrcweir            Text [ en-US ] = "The number of successes in the sample." ;
6572cdf0e10cSrcweir        };
6573cdf0e10cSrcweir        String 4 // Name of Parameter 2
6574cdf0e10cSrcweir        {
6575cdf0e10cSrcweir            Text [ en-US ] = "n_sample" ;
6576cdf0e10cSrcweir        };
6577cdf0e10cSrcweir        String 5 // Description of Parameter 2
6578cdf0e10cSrcweir        {
6579cdf0e10cSrcweir            Text [ en-US ] = "The size of the sample." ;
6580cdf0e10cSrcweir        };
6581cdf0e10cSrcweir        String 6 // Name of Parameter 3
6582cdf0e10cSrcweir        {
6583cdf0e10cSrcweir            Text [ en-US ] = "successes" ;
6584cdf0e10cSrcweir        };
6585cdf0e10cSrcweir        String 7 // Description of Parameter 3
6586cdf0e10cSrcweir        {
6587cdf0e10cSrcweir            Text [ en-US ] = "The number of successes in the population." ;
6588cdf0e10cSrcweir        };
6589cdf0e10cSrcweir        String 8 // Name of Parameter 4
6590cdf0e10cSrcweir        {
6591cdf0e10cSrcweir            Text [ en-US ] = "n_population" ;
6592cdf0e10cSrcweir        };
6593cdf0e10cSrcweir        String 9 // Description of Parameter 4
6594cdf0e10cSrcweir        {
6595cdf0e10cSrcweir            Text [ en-US ] = "The population size." ;
6596cdf0e10cSrcweir        };
6597cdf0e10cSrcweir    };
6598cdf0e10cSrcweir    // -=*# Resource for function TVERT #*=-
6599cdf0e10cSrcweir    Resource SC_OPCODE_T_DIST
6600cdf0e10cSrcweir    {
6601cdf0e10cSrcweir        String 1 // Description
6602cdf0e10cSrcweir        {
6603cdf0e10cSrcweir            Text [ en-US ] = "Returns the t-distribution." ;
6604cdf0e10cSrcweir        };
6605cdf0e10cSrcweir        ExtraData =
6606cdf0e10cSrcweir        {
6607cdf0e10cSrcweir            0;
6608cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6609cdf0e10cSrcweir            U2S( HID_FUNC_TVERT );
6610cdf0e10cSrcweir            3;  0;  0;  0;
6611cdf0e10cSrcweir            0;
6612cdf0e10cSrcweir        };
6613cdf0e10cSrcweir        String 2 // Name of Parameter 1
6614cdf0e10cSrcweir        {
6615cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6616cdf0e10cSrcweir        };
6617cdf0e10cSrcweir        String 3 // Description of Parameter 1
6618cdf0e10cSrcweir        {
6619cdf0e10cSrcweir            Text [ en-US ] = "The value for which the T distribution is to be calculated." ;
6620cdf0e10cSrcweir        };
6621cdf0e10cSrcweir        String 4 // Name of Parameter 2
6622cdf0e10cSrcweir        {
6623cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom" ;
6624cdf0e10cSrcweir        };
6625cdf0e10cSrcweir        String 5 // Description of Parameter 2
6626cdf0e10cSrcweir        {
6627cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom of the T distribution." ;
6628cdf0e10cSrcweir        };
6629cdf0e10cSrcweir        String 6 // Name of Parameter 3
6630cdf0e10cSrcweir        {
6631cdf0e10cSrcweir            Text [ en-US ] = "mode" ;
6632cdf0e10cSrcweir        };
6633cdf0e10cSrcweir        String 7 // Description of Parameter 3
6634cdf0e10cSrcweir        {
6635cdf0e10cSrcweir            Text [ en-US ] = "Mode = 1 calculates the one-tailed test, 2 = two-tailed distribution." ;
6636cdf0e10cSrcweir        };
6637cdf0e10cSrcweir    };
6638cdf0e10cSrcweir    // -=*# Resource for function TINV #*=-
6639cdf0e10cSrcweir    Resource SC_OPCODE_T_INV
6640cdf0e10cSrcweir    {
6641cdf0e10cSrcweir        String 1 // Description
6642cdf0e10cSrcweir        {
6643cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse t-distribution." ;
6644cdf0e10cSrcweir        };
6645cdf0e10cSrcweir        ExtraData =
6646cdf0e10cSrcweir        {
6647cdf0e10cSrcweir            0;
6648cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6649cdf0e10cSrcweir            U2S( HID_FUNC_TINV );
6650cdf0e10cSrcweir            2;  0;  0;
6651cdf0e10cSrcweir            0;
6652cdf0e10cSrcweir        };
6653cdf0e10cSrcweir        String 2 // Name of Parameter 1
6654cdf0e10cSrcweir        {
6655cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6656cdf0e10cSrcweir        };
6657cdf0e10cSrcweir        String 3 // Description of Parameter 1
6658cdf0e10cSrcweir        {
6659cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse T distribution is to be calculated." ;
6660cdf0e10cSrcweir        };
6661cdf0e10cSrcweir        String 4 // Name of Parameter 2
6662cdf0e10cSrcweir        {
6663cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom" ;
6664cdf0e10cSrcweir        };
6665cdf0e10cSrcweir        String 5 // Description of Parameter 2
6666cdf0e10cSrcweir        {
6667cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom of the T distribution." ;
6668cdf0e10cSrcweir        };
6669cdf0e10cSrcweir    };
6670cdf0e10cSrcweir    // -=*# Resource for function FVERT #*=-
6671cdf0e10cSrcweir    Resource SC_OPCODE_F_DIST
6672cdf0e10cSrcweir    {
6673cdf0e10cSrcweir        String 1 // Description
6674cdf0e10cSrcweir        {
6675cdf0e10cSrcweir            Text [ en-US ] = "Values of the F probability distribution." ;
6676cdf0e10cSrcweir        };
6677cdf0e10cSrcweir        ExtraData =
6678cdf0e10cSrcweir        {
6679cdf0e10cSrcweir            0;
6680cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6681cdf0e10cSrcweir            U2S( HID_FUNC_FVERT );
6682cdf0e10cSrcweir            3;  0;  0;  0;
6683cdf0e10cSrcweir            0;
6684cdf0e10cSrcweir        };
6685cdf0e10cSrcweir        String 2 // Name of Parameter 1
6686cdf0e10cSrcweir        {
6687cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6688cdf0e10cSrcweir        };
6689cdf0e10cSrcweir        String 3 // Description of Parameter 1
6690cdf0e10cSrcweir        {
6691cdf0e10cSrcweir            Text [ en-US ] = "The value for which the F distribution is to be calculated." ;
6692cdf0e10cSrcweir        };
6693cdf0e10cSrcweir        String 4 // Name of Parameter 2
6694cdf0e10cSrcweir        {
6695cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom_1" ;
6696cdf0e10cSrcweir        };
6697cdf0e10cSrcweir        String 5 // Description of Parameter 2
6698cdf0e10cSrcweir        {
6699cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom in the numerator of the F distribution." ;
6700cdf0e10cSrcweir        };
6701cdf0e10cSrcweir        String 6 // Name of Parameter 3
6702cdf0e10cSrcweir        {
6703cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom_2" ;
6704cdf0e10cSrcweir        };
6705cdf0e10cSrcweir        String 7 // Description of Parameter 3
6706cdf0e10cSrcweir        {
6707cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom in the denominator of the F distribution." ;
6708cdf0e10cSrcweir        };
6709cdf0e10cSrcweir    };
6710cdf0e10cSrcweir    // -=*# Resource for function FINV #*=-
6711cdf0e10cSrcweir    Resource SC_OPCODE_F_INV
6712cdf0e10cSrcweir    {
6713cdf0e10cSrcweir        String 1 // Description
6714cdf0e10cSrcweir        {
6715cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse F distribution." ;
6716cdf0e10cSrcweir        };
6717cdf0e10cSrcweir        ExtraData =
6718cdf0e10cSrcweir        {
6719cdf0e10cSrcweir            0;
6720cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6721cdf0e10cSrcweir            U2S( HID_FUNC_FINV );
6722cdf0e10cSrcweir            3;  0;  0;  0;
6723cdf0e10cSrcweir            0;
6724cdf0e10cSrcweir        };
6725cdf0e10cSrcweir        String 2 // Name of Parameter 1
6726cdf0e10cSrcweir        {
6727cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6728cdf0e10cSrcweir        };
6729cdf0e10cSrcweir        String 3 // Description of Parameter 1
6730cdf0e10cSrcweir        {
6731cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse F distribution is to be calculated." ;
6732cdf0e10cSrcweir        };
6733cdf0e10cSrcweir        String 4 // Name of Parameter 2
6734cdf0e10cSrcweir        {
6735cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom_1" ;
6736cdf0e10cSrcweir        };
6737cdf0e10cSrcweir        String 5 // Description of Parameter 2
6738cdf0e10cSrcweir        {
6739cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom in the numerator of the F distribution." ;
6740cdf0e10cSrcweir        };
6741cdf0e10cSrcweir        String 6 // Name of Parameter 3
6742cdf0e10cSrcweir        {
6743cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom_2" ;
6744cdf0e10cSrcweir        };
6745cdf0e10cSrcweir        String 7 // Description of Parameter 3
6746cdf0e10cSrcweir        {
6747cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom in the denominator of the F distribution." ;
6748cdf0e10cSrcweir        };
6749cdf0e10cSrcweir    };
6750cdf0e10cSrcweir    // -=*# Resource for function CHIVERT #*=-
6751cdf0e10cSrcweir    Resource SC_OPCODE_CHI_DIST
6752cdf0e10cSrcweir    {
6753cdf0e10cSrcweir        String 1 // Description
6754cdf0e10cSrcweir        {
6755cdf0e10cSrcweir            Text [ en-US ] = "Returns the right-tail probability of the chi-square distribution." ;
6756cdf0e10cSrcweir        };
6757cdf0e10cSrcweir        ExtraData =
6758cdf0e10cSrcweir        {
6759cdf0e10cSrcweir            0;
6760cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6761cdf0e10cSrcweir            U2S( HID_FUNC_CHIVERT );
6762cdf0e10cSrcweir            2;  0;  0;
6763cdf0e10cSrcweir            0;
6764cdf0e10cSrcweir        };
6765cdf0e10cSrcweir        String 2 // Name of Parameter 1
6766cdf0e10cSrcweir        {
6767cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6768cdf0e10cSrcweir        };
6769cdf0e10cSrcweir        String 3 // Description of Parameter 1
6770cdf0e10cSrcweir        {
6771cdf0e10cSrcweir            Text [ en-US ] = "The value for which the chi square distribution is to be calculated." ;
6772cdf0e10cSrcweir        };
6773cdf0e10cSrcweir        String 4 // Name of Parameter 2
6774cdf0e10cSrcweir        {
6775cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom" ;
6776cdf0e10cSrcweir        };
6777cdf0e10cSrcweir        String 5 // Description of Parameter 2
6778cdf0e10cSrcweir        {
6779cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom of the chi square distribution." ;
6780cdf0e10cSrcweir        };
6781cdf0e10cSrcweir    };
6782cdf0e10cSrcweir
6783cdf0e10cSrcweir    // -=*# Resource for function CHISQDIST #*=-
6784cdf0e10cSrcweir    Resource SC_OPCODE_CHISQ_DIST
6785cdf0e10cSrcweir    {
6786cdf0e10cSrcweir        String 1 // Description
6787cdf0e10cSrcweir        {
6788cdf0e10cSrcweir            Text [ en-US ] = "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution." ;
6789cdf0e10cSrcweir        };
6790cdf0e10cSrcweir        ExtraData =
6791cdf0e10cSrcweir        {
6792cdf0e10cSrcweir            0;
6793cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6794cdf0e10cSrcweir            U2S( HID_FUNC_CHISQDIST );
6795cdf0e10cSrcweir            3;  0;  0;  1;
6796cdf0e10cSrcweir            0;
6797cdf0e10cSrcweir        };
6798cdf0e10cSrcweir        String 2 // Name of Parameter 1
6799cdf0e10cSrcweir        {
6800cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6801cdf0e10cSrcweir        };
6802cdf0e10cSrcweir        String 3 // Description of Parameter 1
6803cdf0e10cSrcweir        {
6804cdf0e10cSrcweir            Text [ en-US ] = "The value for which the probability density function or cumulative distribution function is to be calculated." ;
6805cdf0e10cSrcweir        };
6806cdf0e10cSrcweir        String 4 // Name of Parameter 2
6807cdf0e10cSrcweir        {
6808cdf0e10cSrcweir            Text [ en-US ] = "Degrees of Freedom" ;
6809cdf0e10cSrcweir        };
6810cdf0e10cSrcweir        String 5 // Description of Parameter 2
6811cdf0e10cSrcweir        {
6812cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom of the chi-square distribution." ;
6813cdf0e10cSrcweir        };
6814cdf0e10cSrcweir        String 6 // Name of Parameter 3
6815cdf0e10cSrcweir        {
6816cdf0e10cSrcweir            Text [ en-US ] = "Cumulative" ;
6817cdf0e10cSrcweir        };
6818cdf0e10cSrcweir        String 7 // Description of Parameter 3
6819cdf0e10cSrcweir        {
6820cdf0e10cSrcweir            Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
6821cdf0e10cSrcweir        };
6822cdf0e10cSrcweir    };
6823cdf0e10cSrcweir
6824cdf0e10cSrcweir
6825cdf0e10cSrcweir    // -=*# Resource for function CHIINV #*=-
6826cdf0e10cSrcweir    Resource SC_OPCODE_CHI_INV
6827cdf0e10cSrcweir    {
6828cdf0e10cSrcweir        String 1 // Description
6829cdf0e10cSrcweir        {
6830cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse of CHIDIST(x; DegreesOfFreedom)." ;
6831cdf0e10cSrcweir        };
6832cdf0e10cSrcweir        ExtraData =
6833cdf0e10cSrcweir        {
6834cdf0e10cSrcweir            0;
6835cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6836cdf0e10cSrcweir            U2S( HID_FUNC_CHIINV );
6837cdf0e10cSrcweir            2;  0;  0;
6838cdf0e10cSrcweir            0;
6839cdf0e10cSrcweir        };
6840cdf0e10cSrcweir        String 2 // Name of Parameter 1
6841cdf0e10cSrcweir        {
6842cdf0e10cSrcweir            Text [ en-US ] = "number" ;
6843cdf0e10cSrcweir        };
6844cdf0e10cSrcweir        String 3 // Description of Parameter 1
6845cdf0e10cSrcweir        {
6846cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse chi square distribution is to be calculated." ;
6847cdf0e10cSrcweir        };
6848cdf0e10cSrcweir        String 4 // Name of Parameter 2
6849cdf0e10cSrcweir        {
6850cdf0e10cSrcweir            Text [ en-US ] = "degrees_freedom" ;
6851cdf0e10cSrcweir        };
6852cdf0e10cSrcweir        String 5 // Description of Parameter 2
6853cdf0e10cSrcweir        {
6854cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom of the chi square distribution." ;
6855cdf0e10cSrcweir        };
6856cdf0e10cSrcweir    };
6857cdf0e10cSrcweir
6858cdf0e10cSrcweir    // -=*# Resource for function CHISQINV #*=-
6859cdf0e10cSrcweir    Resource SC_OPCODE_CHISQ_INV
6860cdf0e10cSrcweir    {
6861cdf0e10cSrcweir        String 1 // Description
6862cdf0e10cSrcweir        {
6863cdf0e10cSrcweir            Text [ en-US ] = "Values of the inverse of CHISQDIST(x;DegreesOfFreedom;TRUE())." ;
6864cdf0e10cSrcweir        };
6865cdf0e10cSrcweir        ExtraData =
6866cdf0e10cSrcweir        {
6867cdf0e10cSrcweir            0;
6868cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6869cdf0e10cSrcweir            U2S( HID_FUNC_CHISQINV );
6870cdf0e10cSrcweir            2;  0;  0;
6871cdf0e10cSrcweir            0;
6872cdf0e10cSrcweir        };
6873cdf0e10cSrcweir        String 2 // Name of Parameter 1
6874cdf0e10cSrcweir        {
6875cdf0e10cSrcweir            Text [ en-US ] = "Probability" ;
6876cdf0e10cSrcweir        };
6877cdf0e10cSrcweir        String 3 // Description of Parameter 1
6878cdf0e10cSrcweir        {
6879cdf0e10cSrcweir            Text [ en-US ] = "The probability value for which the inverse of the chi square distribution is to be calculated." ;
6880cdf0e10cSrcweir        };
6881cdf0e10cSrcweir        String 4 // Name of Parameter 2
6882cdf0e10cSrcweir        {
6883cdf0e10cSrcweir            Text [ en-US ] = "Degrees of Freedom" ;
6884cdf0e10cSrcweir        };
6885cdf0e10cSrcweir        String 5 // Description of Parameter 2
6886cdf0e10cSrcweir        {
6887cdf0e10cSrcweir            Text [ en-US ] = "The degrees of freedom of the chi square distribution." ;
6888cdf0e10cSrcweir        };
6889cdf0e10cSrcweir    };
6890cdf0e10cSrcweir
6891cdf0e10cSrcweir    // -=*# Resource for function STANDARDISIERUNG #*=-
6892cdf0e10cSrcweir    Resource SC_OPCODE_STANDARD
6893cdf0e10cSrcweir    {
6894cdf0e10cSrcweir        String 1 // Description
6895cdf0e10cSrcweir        {
6896cdf0e10cSrcweir            Text [ en-US ] = "Converts a random variable to a normalized value." ;
6897cdf0e10cSrcweir        };
6898cdf0e10cSrcweir        ExtraData =
6899cdf0e10cSrcweir        {
6900cdf0e10cSrcweir            0;
6901cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6902cdf0e10cSrcweir            U2S( HID_FUNC_STANDARDISIERUNG );
6903cdf0e10cSrcweir            3;  0;  0;  0;
6904cdf0e10cSrcweir            0;
6905cdf0e10cSrcweir        };
6906cdf0e10cSrcweir        String 2 // Name of Parameter 1
6907cdf0e10cSrcweir        {
6908cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
6909cdf0e10cSrcweir        };
6910cdf0e10cSrcweir        String 3 // Description of Parameter 1
6911cdf0e10cSrcweir        {
6912cdf0e10cSrcweir            Text [ en-US ] = "The value to be standardized." ;
6913cdf0e10cSrcweir        };
6914cdf0e10cSrcweir        String 4 // Name of Parameter 2
6915cdf0e10cSrcweir        {
6916cdf0e10cSrcweir            Text [ en-US ] = "mean" ;
6917cdf0e10cSrcweir        };
6918cdf0e10cSrcweir        String 5 // Description of Parameter 2
6919cdf0e10cSrcweir        {
6920cdf0e10cSrcweir            Text [ en-US ] = "The mean value used for moving." ;
6921cdf0e10cSrcweir        };
6922cdf0e10cSrcweir        String 6 // Name of Parameter 3
6923cdf0e10cSrcweir        {
6924cdf0e10cSrcweir            Text [ en-US ] = "STDEV" ;
6925cdf0e10cSrcweir        };
6926cdf0e10cSrcweir        String 7 // Description of Parameter 3
6927cdf0e10cSrcweir        {
6928cdf0e10cSrcweir            Text [ en-US ] = "The standard deviation used for scaling." ;
6929cdf0e10cSrcweir        };
6930cdf0e10cSrcweir    };
6931cdf0e10cSrcweir    // -=*# Resource for function VARIATIONEN #*=-
6932cdf0e10cSrcweir    Resource SC_OPCODE_VARIATIONEN
6933cdf0e10cSrcweir    {
6934cdf0e10cSrcweir        String 1 // Description
6935cdf0e10cSrcweir        {
6936cdf0e10cSrcweir            Text [ en-US ] = "Returns the number of permutations for a given number of elements without repetition." ;
6937cdf0e10cSrcweir        };
6938cdf0e10cSrcweir        ExtraData =
6939cdf0e10cSrcweir        {
6940cdf0e10cSrcweir            0;
6941cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6942cdf0e10cSrcweir            U2S( HID_FUNC_VARIATIONEN );
6943cdf0e10cSrcweir            2;  0;  0;
6944cdf0e10cSrcweir            0;
6945cdf0e10cSrcweir        };
6946cdf0e10cSrcweir        String 2 // Name of Parameter 1
6947cdf0e10cSrcweir        {
6948cdf0e10cSrcweir            Text [ en-US ] = "Count_1" ;
6949cdf0e10cSrcweir        };
6950cdf0e10cSrcweir        String 3 // Description of Parameter 1
6951cdf0e10cSrcweir        {
6952cdf0e10cSrcweir            Text [ en-US ] = "The total number of elements." ;
6953cdf0e10cSrcweir        };
6954cdf0e10cSrcweir        String 4 // Name of Parameter 2
6955cdf0e10cSrcweir        {
6956cdf0e10cSrcweir            Text [ en-US ] = "Count_2" ;
6957cdf0e10cSrcweir        };
6958cdf0e10cSrcweir        String 5 // Description of Parameter 2
6959cdf0e10cSrcweir        {
6960cdf0e10cSrcweir            Text [ en-US ] = "The selection number taken from the elements." ;
6961cdf0e10cSrcweir        };
6962cdf0e10cSrcweir    };
6963cdf0e10cSrcweir    // -=*# Resource for function VARIATIONEN2 #*=-
6964cdf0e10cSrcweir    Resource SC_OPCODE_VARIATIONEN_2
6965cdf0e10cSrcweir    {
6966cdf0e10cSrcweir        String 1 // Description
6967cdf0e10cSrcweir        {
6968cdf0e10cSrcweir            Text [ en-US ] = "Returns the number of permutations for a given number of objects (repetition allowed)." ;
6969cdf0e10cSrcweir        };
6970cdf0e10cSrcweir        ExtraData =
6971cdf0e10cSrcweir        {
6972cdf0e10cSrcweir            0;
6973cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
6974cdf0e10cSrcweir            U2S( HID_FUNC_VARIATIONEN2 );
6975cdf0e10cSrcweir            2;  0;  0;
6976cdf0e10cSrcweir            0;
6977cdf0e10cSrcweir        };
6978cdf0e10cSrcweir        String 2 // Name of Parameter 1
6979cdf0e10cSrcweir        {
6980cdf0e10cSrcweir            Text [ en-US ] = "Count_1" ;
6981cdf0e10cSrcweir        };
6982cdf0e10cSrcweir        String 3 // Description of Parameter 1
6983cdf0e10cSrcweir        {
6984cdf0e10cSrcweir            Text [ en-US ] = "The total number of elements." ;
6985cdf0e10cSrcweir        };
6986cdf0e10cSrcweir        String 4 // Name of Parameter 2
6987cdf0e10cSrcweir        {
6988cdf0e10cSrcweir            Text [ en-US ] = "Count_2" ;
6989cdf0e10cSrcweir        };
6990cdf0e10cSrcweir        String 5 // Description of Parameter 2
6991cdf0e10cSrcweir        {
6992cdf0e10cSrcweir            Text [ en-US ] = "The selection number taken from the elements." ;
6993cdf0e10cSrcweir        };
6994cdf0e10cSrcweir    };
6995cdf0e10cSrcweir    // -=*# Resource for function KONFIDENZ #*=-
6996cdf0e10cSrcweir    Resource SC_OPCODE_CONFIDENCE
6997cdf0e10cSrcweir    {
6998cdf0e10cSrcweir        String 1 // Description
6999cdf0e10cSrcweir        {
7000cdf0e10cSrcweir            Text [ en-US ] = "Returns a (1 alpha) confidence interval for a normal distribution." ;
7001cdf0e10cSrcweir        };
7002cdf0e10cSrcweir        ExtraData =
7003cdf0e10cSrcweir        {
7004cdf0e10cSrcweir            0;
7005cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7006cdf0e10cSrcweir            U2S( HID_FUNC_KONFIDENZ );
7007cdf0e10cSrcweir            3;  0;  0;  0;
7008cdf0e10cSrcweir            0;
7009cdf0e10cSrcweir        };
7010cdf0e10cSrcweir        String 2 // Name of Parameter 1
7011cdf0e10cSrcweir        {
7012cdf0e10cSrcweir            Text [ en-US ] = "alpha" ;
7013cdf0e10cSrcweir        };
7014cdf0e10cSrcweir        String 3 // Description of Parameter 1
7015cdf0e10cSrcweir        {
7016cdf0e10cSrcweir            Text [ en-US ] = "The level of the confidence interval." ;
7017cdf0e10cSrcweir        };
7018cdf0e10cSrcweir        String 4 // Name of Parameter 2
7019cdf0e10cSrcweir        {
7020cdf0e10cSrcweir            Text [ en-US ] = "STDEV" ;
7021cdf0e10cSrcweir        };
7022cdf0e10cSrcweir        String 5 // Description of Parameter 2
7023cdf0e10cSrcweir        {
7024cdf0e10cSrcweir            Text [ en-US ] = "The standard deviation of the population." ;
7025cdf0e10cSrcweir        };
7026cdf0e10cSrcweir        String 6 // Name of Parameter 3
7027cdf0e10cSrcweir        {
7028cdf0e10cSrcweir            Text [ en-US ] = "size" ;
7029cdf0e10cSrcweir        };
7030cdf0e10cSrcweir        String 7 // Description of Parameter 3
7031cdf0e10cSrcweir        {
7032cdf0e10cSrcweir            Text [ en-US ] = "The size of the population." ;
7033cdf0e10cSrcweir        };
7034cdf0e10cSrcweir    };
7035cdf0e10cSrcweir    // -=*# Resource for function GTEST #*=-
7036cdf0e10cSrcweir    Resource SC_OPCODE_Z_TEST
7037cdf0e10cSrcweir    {
7038cdf0e10cSrcweir        String 1 // Description
7039cdf0e10cSrcweir        {
7040cdf0e10cSrcweir            Text [ en-US ] = "Calculates the probability of observing a z-statistic greater than the one computed based on a sample." ;
7041cdf0e10cSrcweir        };
7042cdf0e10cSrcweir        ExtraData =
7043cdf0e10cSrcweir        {
7044cdf0e10cSrcweir            0;
7045cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7046cdf0e10cSrcweir            U2S( HID_FUNC_GTEST );
7047cdf0e10cSrcweir            3;  0;  0;  1;
7048cdf0e10cSrcweir            0;
7049cdf0e10cSrcweir        };
7050cdf0e10cSrcweir        String 2 // Name of Parameter 1
7051cdf0e10cSrcweir        {
7052cdf0e10cSrcweir            Text [ en-US ] = "data" ;
7053cdf0e10cSrcweir        };
7054cdf0e10cSrcweir        String 3 // Description of Parameter 1
7055cdf0e10cSrcweir        {
7056cdf0e10cSrcweir            Text [ en-US ] = "The given sample, drawn from a normally distributed population." ;
7057cdf0e10cSrcweir        };
7058cdf0e10cSrcweir        String 4 // Name of Parameter 2
7059cdf0e10cSrcweir        {
7060cdf0e10cSrcweir            Text [ en-US ] = "mu" ;
7061cdf0e10cSrcweir        };
7062cdf0e10cSrcweir        String 5 // Description of Parameter 2
7063cdf0e10cSrcweir        {
7064cdf0e10cSrcweir            Text [ en-US ] = "The known mean of the population." ;
7065cdf0e10cSrcweir        };
7066cdf0e10cSrcweir        String 6 // Name of Parameter 3
7067cdf0e10cSrcweir        {
7068cdf0e10cSrcweir            Text [ en-US ] = "sigma" ;
7069cdf0e10cSrcweir        };
7070cdf0e10cSrcweir        String 7 // Description of Parameter 3
7071cdf0e10cSrcweir        {
7072cdf0e10cSrcweir            Text [ en-US ] = "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used." ;
7073cdf0e10cSrcweir        };
7074cdf0e10cSrcweir    };
7075cdf0e10cSrcweir    // -=*# Resource for function CHITEST #*=-
7076cdf0e10cSrcweir    Resource SC_OPCODE_CHI_TEST
7077cdf0e10cSrcweir    {
7078cdf0e10cSrcweir        String 1 // Description
7079cdf0e10cSrcweir        {
7080cdf0e10cSrcweir            Text [ en-US ] = "Returns the chi square independence test." ;
7081cdf0e10cSrcweir        };
7082cdf0e10cSrcweir        ExtraData =
7083cdf0e10cSrcweir        {
7084cdf0e10cSrcweir            0;
7085cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7086cdf0e10cSrcweir            U2S( HID_FUNC_CHITEST );
7087cdf0e10cSrcweir            2;  0;  0;
7088cdf0e10cSrcweir            0;
7089cdf0e10cSrcweir        };
7090cdf0e10cSrcweir        String 2 // Name of Parameter 1
7091cdf0e10cSrcweir        {
7092cdf0e10cSrcweir            Text [ en-US ] = "Data_B" ;
7093cdf0e10cSrcweir        };
7094cdf0e10cSrcweir        String 3 // Description of Parameter 1
7095cdf0e10cSrcweir        {
7096cdf0e10cSrcweir            Text [ en-US ] = "The observed data array." ;
7097cdf0e10cSrcweir        };
7098cdf0e10cSrcweir        String 4 // Name of Parameter 2
7099cdf0e10cSrcweir        {
7100cdf0e10cSrcweir            Text [ en-US ] = "data_E" ;
7101cdf0e10cSrcweir        };
7102cdf0e10cSrcweir        String 5 // Description of Parameter 2
7103cdf0e10cSrcweir        {
7104cdf0e10cSrcweir            Text [ en-US ] = "The expected data array." ;
7105cdf0e10cSrcweir        };
7106cdf0e10cSrcweir    };
7107cdf0e10cSrcweir    // -=*# Resource for function FTEST #*=-
7108cdf0e10cSrcweir    Resource SC_OPCODE_F_TEST
7109cdf0e10cSrcweir    {
7110cdf0e10cSrcweir        String 1 // Description
7111cdf0e10cSrcweir        {
7112cdf0e10cSrcweir            Text [ en-US ] = "Calculates the F test." ;
7113cdf0e10cSrcweir        };
7114cdf0e10cSrcweir        ExtraData =
7115cdf0e10cSrcweir        {
7116cdf0e10cSrcweir            0;
7117cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7118cdf0e10cSrcweir            U2S( HID_FUNC_FTEST );
7119cdf0e10cSrcweir            2;  0;  0;
7120cdf0e10cSrcweir            0;
7121cdf0e10cSrcweir        };
7122cdf0e10cSrcweir        String 2 // Name of Parameter 1
7123cdf0e10cSrcweir        {
7124cdf0e10cSrcweir            Text [ en-US ] = "data_1" ;
7125cdf0e10cSrcweir        };
7126cdf0e10cSrcweir        String 3 // Description of Parameter 1
7127cdf0e10cSrcweir        {
7128cdf0e10cSrcweir            Text [ en-US ] = "The first record array." ;
7129cdf0e10cSrcweir        };
7130cdf0e10cSrcweir        String 4 // Name of Parameter 2
7131cdf0e10cSrcweir        {
7132cdf0e10cSrcweir            Text [ en-US ] = "data_2" ;
7133cdf0e10cSrcweir        };
7134cdf0e10cSrcweir        String 5 // Description of Parameter 2
7135cdf0e10cSrcweir        {
7136cdf0e10cSrcweir            Text [ en-US ] = "The second record array." ;
7137cdf0e10cSrcweir        };
7138cdf0e10cSrcweir    };
7139cdf0e10cSrcweir    // -=*# Resource for function TTEST #*=-
7140cdf0e10cSrcweir    Resource SC_OPCODE_T_TEST
7141cdf0e10cSrcweir    {
7142cdf0e10cSrcweir        String 1 // Description
7143cdf0e10cSrcweir        {
7144cdf0e10cSrcweir            Text [ en-US ] = "Calculates the T test." ;
7145cdf0e10cSrcweir        };
7146cdf0e10cSrcweir        ExtraData =
7147cdf0e10cSrcweir        {
7148cdf0e10cSrcweir            0;
7149cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7150cdf0e10cSrcweir            U2S( HID_FUNC_TTEST );
7151cdf0e10cSrcweir            4;  0;  0;  0;  0;
7152cdf0e10cSrcweir            0;
7153cdf0e10cSrcweir        };
7154cdf0e10cSrcweir        String 2 // Name of Parameter 1
7155cdf0e10cSrcweir        {
7156cdf0e10cSrcweir            Text [ en-US ] = "data_1" ;
7157cdf0e10cSrcweir        };
7158cdf0e10cSrcweir        String 3 // Description of Parameter 1
7159cdf0e10cSrcweir        {
7160cdf0e10cSrcweir            Text [ en-US ] = "The first record array." ;
7161cdf0e10cSrcweir        };
7162cdf0e10cSrcweir        String 4 // Name of Parameter 2
7163cdf0e10cSrcweir        {
7164cdf0e10cSrcweir            Text [ en-US ] = "data_2" ;
7165cdf0e10cSrcweir        };
7166cdf0e10cSrcweir        String 5 // Description of Parameter 2
7167cdf0e10cSrcweir        {
7168cdf0e10cSrcweir            Text [ en-US ] = "The second record array." ;
7169cdf0e10cSrcweir        };
7170cdf0e10cSrcweir        String 6 // Name of Parameter 3
7171cdf0e10cSrcweir        {
7172cdf0e10cSrcweir            Text [ en-US ] = "mode" ;
7173cdf0e10cSrcweir        };
7174cdf0e10cSrcweir        String 7 // Description of Parameter 3
7175cdf0e10cSrcweir        {
7176cdf0e10cSrcweir            Text [ en-US ] = "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution" ;
7177cdf0e10cSrcweir        };
7178cdf0e10cSrcweir        String 8 // Name of Parameter 4
7179cdf0e10cSrcweir        {
7180cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
7181cdf0e10cSrcweir        };
7182cdf0e10cSrcweir        String 9 // Description of Parameter 4
7183cdf0e10cSrcweir        {
7184cdf0e10cSrcweir            Text [ en-US ] = "The type of the T test." ;
7185cdf0e10cSrcweir        };
7186cdf0e10cSrcweir    };
7187cdf0e10cSrcweir    // -=*# Resource for function BESTIMMTHEITSMASS #*=-
7188cdf0e10cSrcweir    Resource SC_OPCODE_RSQ
7189cdf0e10cSrcweir    {
7190cdf0e10cSrcweir        String 1 // Description
7191cdf0e10cSrcweir        {
7192cdf0e10cSrcweir            Text [ en-US ] = "Returns the square of the Pearson product moment correlation coefficient." ;
7193cdf0e10cSrcweir        };
7194cdf0e10cSrcweir        ExtraData =
7195cdf0e10cSrcweir        {
7196cdf0e10cSrcweir            0;
7197cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7198cdf0e10cSrcweir            U2S( HID_FUNC_BESTIMMTHEITSMASS );
7199cdf0e10cSrcweir            2;  0;  0;
7200cdf0e10cSrcweir            0;
7201cdf0e10cSrcweir        };
7202cdf0e10cSrcweir        String 2 // Name of Parameter 1
7203cdf0e10cSrcweir        {
7204cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
7205cdf0e10cSrcweir        };
7206cdf0e10cSrcweir        String 3 // Description of Parameter 1
7207cdf0e10cSrcweir        {
7208cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
7209cdf0e10cSrcweir        };
7210cdf0e10cSrcweir        String 4 // Name of Parameter 2
7211cdf0e10cSrcweir        {
7212cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
7213cdf0e10cSrcweir        };
7214cdf0e10cSrcweir        String 5 // Description of Parameter 2
7215cdf0e10cSrcweir        {
7216cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
7217cdf0e10cSrcweir        };
7218cdf0e10cSrcweir    };
7219cdf0e10cSrcweir    // -=*# Resource for function ACHSENABSCHNITT #*=-
7220cdf0e10cSrcweir    Resource SC_OPCODE_INTERCEPT
7221cdf0e10cSrcweir    {
7222cdf0e10cSrcweir        String 1 // Description
7223cdf0e10cSrcweir        {
7224cdf0e10cSrcweir            Text [ en-US ] = "Returns the intercept of the linear regression line and the Y axis." ;
7225cdf0e10cSrcweir        };
7226cdf0e10cSrcweir        ExtraData =
7227cdf0e10cSrcweir        {
7228cdf0e10cSrcweir            0;
7229cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7230cdf0e10cSrcweir            U2S( HID_FUNC_ACHSENABSCHNITT );
7231cdf0e10cSrcweir            2;  0;  0;
7232cdf0e10cSrcweir            0;
7233cdf0e10cSrcweir        };
7234cdf0e10cSrcweir        String 2 // Name of Parameter 1
7235cdf0e10cSrcweir        {
7236cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
7237cdf0e10cSrcweir        };
7238cdf0e10cSrcweir        String 3 // Description of Parameter 1
7239cdf0e10cSrcweir        {
7240cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
7241cdf0e10cSrcweir        };
7242cdf0e10cSrcweir        String 4 // Name of Parameter 2
7243cdf0e10cSrcweir        {
7244cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
7245cdf0e10cSrcweir        };
7246cdf0e10cSrcweir        String 5 // Description of Parameter 2
7247cdf0e10cSrcweir        {
7248cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
7249cdf0e10cSrcweir        };
7250cdf0e10cSrcweir    };
7251cdf0e10cSrcweir    // -=*# Resource for function STEIGUNG #*=-
7252cdf0e10cSrcweir    Resource SC_OPCODE_SLOPE
7253cdf0e10cSrcweir    {
7254cdf0e10cSrcweir        String 1 // Description
7255cdf0e10cSrcweir        {
7256cdf0e10cSrcweir            Text [ en-US ] = "Returns the slope of the linear regression line." ;
7257cdf0e10cSrcweir        };
7258cdf0e10cSrcweir        ExtraData =
7259cdf0e10cSrcweir        {
7260cdf0e10cSrcweir            0;
7261cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7262cdf0e10cSrcweir            U2S( HID_FUNC_STEIGUNG );
7263cdf0e10cSrcweir            2;  0;  0;
7264cdf0e10cSrcweir            0;
7265cdf0e10cSrcweir        };
7266cdf0e10cSrcweir        String 2 // Name of Parameter 1
7267cdf0e10cSrcweir        {
7268cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
7269cdf0e10cSrcweir        };
7270cdf0e10cSrcweir        String 3 // Description of Parameter 1
7271cdf0e10cSrcweir        {
7272cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
7273cdf0e10cSrcweir        };
7274cdf0e10cSrcweir        String 4 // Name of Parameter 2
7275cdf0e10cSrcweir        {
7276cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
7277cdf0e10cSrcweir        };
7278cdf0e10cSrcweir        String 5 // Description of Parameter 2
7279cdf0e10cSrcweir        {
7280cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
7281cdf0e10cSrcweir        };
7282cdf0e10cSrcweir    };
7283cdf0e10cSrcweir    // -=*# Resource for function STFEHLERYX #*=-
7284cdf0e10cSrcweir    Resource SC_OPCODE_STEYX
7285cdf0e10cSrcweir    {
7286cdf0e10cSrcweir        String 1 // Description
7287cdf0e10cSrcweir        {
7288cdf0e10cSrcweir            Text [ en-US ] = "Returns the standard error of the linear regression." ;
7289cdf0e10cSrcweir        };
7290cdf0e10cSrcweir        ExtraData =
7291cdf0e10cSrcweir        {
7292cdf0e10cSrcweir            0;
7293cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7294cdf0e10cSrcweir            U2S( HID_FUNC_STFEHLERYX );
7295cdf0e10cSrcweir            2;  0;  0;
7296cdf0e10cSrcweir            0;
7297cdf0e10cSrcweir        };
7298cdf0e10cSrcweir        String 2 // Name of Parameter 1
7299cdf0e10cSrcweir        {
7300cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
7301cdf0e10cSrcweir        };
7302cdf0e10cSrcweir        String 3 // Description of Parameter 1
7303cdf0e10cSrcweir        {
7304cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
7305cdf0e10cSrcweir        };
7306cdf0e10cSrcweir        String 4 // Name of Parameter 2
7307cdf0e10cSrcweir        {
7308cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
7309cdf0e10cSrcweir        };
7310cdf0e10cSrcweir        String 5 // Description of Parameter 2
7311cdf0e10cSrcweir        {
7312cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
7313cdf0e10cSrcweir        };
7314cdf0e10cSrcweir    };
7315cdf0e10cSrcweir    // -=*# Resource for function PEARSON #*=-
7316cdf0e10cSrcweir    Resource SC_OPCODE_PEARSON
7317cdf0e10cSrcweir    {
7318cdf0e10cSrcweir        String 1 // Description
7319cdf0e10cSrcweir        {
7320cdf0e10cSrcweir            Text [ en-US ] = "Returns the Pearson product moment correlation coefficient." ;
7321cdf0e10cSrcweir        };
7322cdf0e10cSrcweir        ExtraData =
7323cdf0e10cSrcweir        {
7324cdf0e10cSrcweir            0;
7325cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7326cdf0e10cSrcweir            U2S( HID_FUNC_PEARSON );
7327cdf0e10cSrcweir            2;  0;  0;
7328cdf0e10cSrcweir            0;
7329cdf0e10cSrcweir        };
7330cdf0e10cSrcweir        String 2 // Name of Parameter 1
7331cdf0e10cSrcweir        {
7332cdf0e10cSrcweir            Text [ en-US ] = "Data_1" ;
7333cdf0e10cSrcweir        };
7334cdf0e10cSrcweir        String 3 // Description of Parameter 1
7335cdf0e10cSrcweir        {
7336cdf0e10cSrcweir            Text [ en-US ] = "The first record array." ;
7337cdf0e10cSrcweir        };
7338cdf0e10cSrcweir        String 4 // Name of Parameter 2
7339cdf0e10cSrcweir        {
7340cdf0e10cSrcweir            Text [ en-US ] = "Data_2" ;
7341cdf0e10cSrcweir        };
7342cdf0e10cSrcweir        String 5 // Description of Parameter 2
7343cdf0e10cSrcweir        {
7344cdf0e10cSrcweir            Text [ en-US ] = "The second record array." ;
7345cdf0e10cSrcweir        };
7346cdf0e10cSrcweir    };
7347cdf0e10cSrcweir    // -=*# Resource for function KORREL #*=-
7348cdf0e10cSrcweir    Resource SC_OPCODE_CORREL
7349cdf0e10cSrcweir    {
7350cdf0e10cSrcweir        String 1 // Description
7351cdf0e10cSrcweir        {
7352cdf0e10cSrcweir            Text [ en-US ] = "Returns the correlation coefficient." ;
7353cdf0e10cSrcweir        };
7354cdf0e10cSrcweir        ExtraData =
7355cdf0e10cSrcweir        {
7356cdf0e10cSrcweir            0;
7357cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7358cdf0e10cSrcweir            U2S( HID_FUNC_KORREL );
7359cdf0e10cSrcweir            2;  0;  0;
7360cdf0e10cSrcweir            0;
7361cdf0e10cSrcweir        };
7362cdf0e10cSrcweir        String 2 // Name of Parameter 1
7363cdf0e10cSrcweir        {
7364cdf0e10cSrcweir            Text [ en-US ] = "Data_1" ;
7365cdf0e10cSrcweir        };
7366cdf0e10cSrcweir        String 3 // Description of Parameter 1
7367cdf0e10cSrcweir        {
7368cdf0e10cSrcweir            Text [ en-US ] = "The first record array." ;
7369cdf0e10cSrcweir        };
7370cdf0e10cSrcweir        String 4 // Name of Parameter 2
7371cdf0e10cSrcweir        {
7372cdf0e10cSrcweir            Text [ en-US ] = "Data_2" ;
7373cdf0e10cSrcweir        };
7374cdf0e10cSrcweir        String 5 // Description of Parameter 2
7375cdf0e10cSrcweir        {
7376cdf0e10cSrcweir            Text [ en-US ] = "The second record array." ;
7377cdf0e10cSrcweir        };
7378cdf0e10cSrcweir    };
7379cdf0e10cSrcweir    // -=*# Resource for function KOVAR #*=-
7380cdf0e10cSrcweir    Resource SC_OPCODE_COVAR
7381cdf0e10cSrcweir    {
7382cdf0e10cSrcweir        String 1 // Description
7383cdf0e10cSrcweir        {
7384cdf0e10cSrcweir            Text [ en-US ] = "Calculates the covariance." ;
7385cdf0e10cSrcweir        };
7386cdf0e10cSrcweir        ExtraData =
7387cdf0e10cSrcweir        {
7388cdf0e10cSrcweir            0;
7389cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7390cdf0e10cSrcweir            U2S( HID_FUNC_KOVAR );
7391cdf0e10cSrcweir            2;  0;  0;
7392cdf0e10cSrcweir            0;
7393cdf0e10cSrcweir        };
7394cdf0e10cSrcweir        String 2 // Name of Parameter 1
7395cdf0e10cSrcweir        {
7396cdf0e10cSrcweir            Text [ en-US ] = "Data_1" ;
7397cdf0e10cSrcweir        };
7398cdf0e10cSrcweir        String 3 // Description of Parameter 1
7399cdf0e10cSrcweir        {
7400cdf0e10cSrcweir            Text [ en-US ] = "The first record array." ;
7401cdf0e10cSrcweir        };
7402cdf0e10cSrcweir        String 4 // Name of Parameter 2
7403cdf0e10cSrcweir        {
7404cdf0e10cSrcweir            Text [ en-US ] = "Data_2" ;
7405cdf0e10cSrcweir        };
7406cdf0e10cSrcweir        String 5 // Description of Parameter 2
7407cdf0e10cSrcweir        {
7408cdf0e10cSrcweir            Text [ en-US ] = "The second record array." ;
7409cdf0e10cSrcweir        };
7410cdf0e10cSrcweir    };
7411cdf0e10cSrcweir    // -=*# Resource for function SCHÄTZER #*=-
7412cdf0e10cSrcweir    Resource SC_OPCODE_FORECAST
7413cdf0e10cSrcweir    {
7414cdf0e10cSrcweir        String 1 // Description
7415cdf0e10cSrcweir        {
7416cdf0e10cSrcweir            Text [ en-US ] = "Returns a value along a linear regression" ;
7417cdf0e10cSrcweir        };
7418cdf0e10cSrcweir        ExtraData =
7419cdf0e10cSrcweir        {
7420cdf0e10cSrcweir            0;
7421cdf0e10cSrcweir            ID_FUNCTION_GRP_STATISTIC;
7422cdf0e10cSrcweir            U2S( HID_FUNC_SCHAETZER );
7423cdf0e10cSrcweir            3;  0;  0;  0;
7424cdf0e10cSrcweir            0;
7425cdf0e10cSrcweir        };
7426cdf0e10cSrcweir        String 2 // Name of Parameter 1
7427cdf0e10cSrcweir        {
7428cdf0e10cSrcweir            Text [ en-US ] = "value" ;
7429cdf0e10cSrcweir        };
7430cdf0e10cSrcweir        String 3 // Description of Parameter 1
7431cdf0e10cSrcweir        {
7432cdf0e10cSrcweir            Text [ en-US ] = "The X value for which the Y value on the regression linear is to be calculated." ;
7433cdf0e10cSrcweir        };
7434cdf0e10cSrcweir        String 4 // Name of Parameter 2
7435cdf0e10cSrcweir        {
7436cdf0e10cSrcweir            Text [ en-US ] = "data_Y" ;
7437cdf0e10cSrcweir        };
7438cdf0e10cSrcweir        String 5 // Description of Parameter 2
7439cdf0e10cSrcweir        {
7440cdf0e10cSrcweir            Text [ en-US ] = "The Y data array." ;
7441cdf0e10cSrcweir        };
7442cdf0e10cSrcweir        String 6 // Name of Parameter 3
7443cdf0e10cSrcweir        {
7444cdf0e10cSrcweir            Text [ en-US ] = "data_X" ;
7445cdf0e10cSrcweir        };
7446cdf0e10cSrcweir        String 7 // Description of Parameter 3
7447cdf0e10cSrcweir        {
7448cdf0e10cSrcweir            Text [ en-US ] = "The X data array." ;
7449cdf0e10cSrcweir        };
7450cdf0e10cSrcweir    };
7451cdf0e10cSrcweir    // -=*# Resource for function ADRESSE #*=-
7452cdf0e10cSrcweir    Resource SC_OPCODE_ADDRESS
7453cdf0e10cSrcweir    {
7454cdf0e10cSrcweir        String 1 // Description
7455cdf0e10cSrcweir        {
7456cdf0e10cSrcweir            Text [ en-US ] = "Returns the reference to a cell as text." ;
7457cdf0e10cSrcweir        };
7458cdf0e10cSrcweir        ExtraData =
7459cdf0e10cSrcweir        {
7460cdf0e10cSrcweir            0;
7461cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7462cdf0e10cSrcweir            U2S( HID_FUNC_ADRESSE );
7463cdf0e10cSrcweir            5;  0;  0;  1;  1;  1;
7464cdf0e10cSrcweir            0;
7465cdf0e10cSrcweir        };
7466cdf0e10cSrcweir        String 2 // Name of Parameter 1
7467cdf0e10cSrcweir        {
7468cdf0e10cSrcweir            Text [ en-US ] = "row" ;
7469cdf0e10cSrcweir        };
7470cdf0e10cSrcweir        String 3 // Description of Parameter 1
7471cdf0e10cSrcweir        {
7472cdf0e10cSrcweir            Text [ en-US ] = "The row number of the cell." ;
7473cdf0e10cSrcweir        };
7474cdf0e10cSrcweir        String 4 // Name of Parameter 2
7475cdf0e10cSrcweir        {
7476cdf0e10cSrcweir            Text [ en-US ] = "column" ;
7477cdf0e10cSrcweir        };
7478cdf0e10cSrcweir        String 5 // Description of Parameter 2
7479cdf0e10cSrcweir        {
7480cdf0e10cSrcweir            Text [ en-US ] = "The column number of the cell." ;
7481cdf0e10cSrcweir        };
7482cdf0e10cSrcweir        String 6 // Name of Parameter 3
7483cdf0e10cSrcweir        {
7484cdf0e10cSrcweir            Text [ en-US ] = "ABS" ;
7485cdf0e10cSrcweir        };
7486cdf0e10cSrcweir        String 7 // Description of Parameter 3
7487cdf0e10cSrcweir        {
7488cdf0e10cSrcweir            Text [ en-US ] = "Specifies whether absolute or relative referencing is to be used." ;
7489cdf0e10cSrcweir        };
7490cdf0e10cSrcweir        String 8 // Name of Parameter 4
7491cdf0e10cSrcweir        {
7492cdf0e10cSrcweir            Text [ en-US ] = "A1" ;
7493cdf0e10cSrcweir        };
7494cdf0e10cSrcweir        String 9 // Description of Parameter 4
7495cdf0e10cSrcweir        {
7496cdf0e10cSrcweir            Text [ en-US ] = "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style." ;
7497cdf0e10cSrcweir        };
7498cdf0e10cSrcweir        String 10 // Name of Parameter 5
7499cdf0e10cSrcweir        {
7500cdf0e10cSrcweir            Text [ en-US ] = "sheet" ;
7501cdf0e10cSrcweir        };
7502cdf0e10cSrcweir        String 11 // Description of Parameter 5
7503cdf0e10cSrcweir        {
7504cdf0e10cSrcweir            Text [ en-US ] = "The spreadsheet name of the cell reference." ;
7505cdf0e10cSrcweir        };
7506cdf0e10cSrcweir    };
7507cdf0e10cSrcweir    // -=*# Resource for function BEREICHE #*=-
7508cdf0e10cSrcweir    Resource SC_OPCODE_AREAS
7509cdf0e10cSrcweir    {
7510cdf0e10cSrcweir        String 1 // Description
7511cdf0e10cSrcweir        {
7512cdf0e10cSrcweir            Text [ en-US ] = "Returns the number of individual ranges that belong to a (multiple) range." ;
7513cdf0e10cSrcweir        };
7514cdf0e10cSrcweir        ExtraData =
7515cdf0e10cSrcweir        {
7516cdf0e10cSrcweir            0;
7517cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7518cdf0e10cSrcweir            U2S( HID_FUNC_BEREICHE );
7519cdf0e10cSrcweir            1;  0;
7520cdf0e10cSrcweir            0;
7521cdf0e10cSrcweir        };
7522cdf0e10cSrcweir        String 2 // Name of Parameter 1
7523cdf0e10cSrcweir        {
7524cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7525cdf0e10cSrcweir        };
7526cdf0e10cSrcweir        String 3 // Description of Parameter 1
7527cdf0e10cSrcweir        {
7528cdf0e10cSrcweir            Text [ en-US ] = "The reference to a (multiple) range." ;
7529cdf0e10cSrcweir        };
7530cdf0e10cSrcweir    };
7531cdf0e10cSrcweir    // -=*# Resource for function WAHL #*=-
7532cdf0e10cSrcweir    Resource SC_OPCODE_CHOSE
7533cdf0e10cSrcweir    {
7534cdf0e10cSrcweir        String 1 // Description
7535cdf0e10cSrcweir        {
7536cdf0e10cSrcweir            Text [ en-US ] = "Selects a value from a list of up to 30 value arguments." ;
7537cdf0e10cSrcweir        };
7538cdf0e10cSrcweir        ExtraData =
7539cdf0e10cSrcweir        {
7540cdf0e10cSrcweir            0;
7541cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7542cdf0e10cSrcweir            U2S( HID_FUNC_WAHL );
7543cdf0e10cSrcweir            VAR_ARGS+1; 0;  0;
7544cdf0e10cSrcweir            0;
7545cdf0e10cSrcweir        };
7546cdf0e10cSrcweir        String 2 // Name of Parameter 1
7547cdf0e10cSrcweir        {
7548cdf0e10cSrcweir            Text [ en-US ] = "Index" ;
7549cdf0e10cSrcweir        };
7550cdf0e10cSrcweir        String 3 // Description of Parameter 1
7551cdf0e10cSrcweir        {
7552cdf0e10cSrcweir            Text [ en-US ] = "The index of the value (1..30) selected." ;
7553cdf0e10cSrcweir        };
7554cdf0e10cSrcweir        String 4 // Name of Parameter 2
7555cdf0e10cSrcweir        {
7556cdf0e10cSrcweir            Text [ en-US ] = "value " ;
7557cdf0e10cSrcweir        };
7558cdf0e10cSrcweir        String 5 // Description of Parameter 2
7559cdf0e10cSrcweir        {
7560cdf0e10cSrcweir            Text [ en-US ] = "Value 1, value 2,... The list of arguments from which a value is chosen." ;
7561cdf0e10cSrcweir        };
7562cdf0e10cSrcweir    };
7563cdf0e10cSrcweir    // -=*# Resource for function SPALTE #*=-
7564cdf0e10cSrcweir    Resource SC_OPCODE_COLUMN
7565cdf0e10cSrcweir    {
7566cdf0e10cSrcweir        String 1 // Description
7567cdf0e10cSrcweir        {
7568cdf0e10cSrcweir            Text [ en-US ] = "Returns the internal column number of a reference." ;
7569cdf0e10cSrcweir        };
7570cdf0e10cSrcweir        ExtraData =
7571cdf0e10cSrcweir        {
7572cdf0e10cSrcweir            0;
7573cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7574cdf0e10cSrcweir            U2S( HID_FUNC_SPALTE );
7575cdf0e10cSrcweir            1;  1;
7576cdf0e10cSrcweir            0;
7577cdf0e10cSrcweir        };
7578cdf0e10cSrcweir        String 2 // Name of Parameter 1
7579cdf0e10cSrcweir        {
7580cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7581cdf0e10cSrcweir        };
7582cdf0e10cSrcweir        String 3 // Description of Parameter 1
7583cdf0e10cSrcweir        {
7584cdf0e10cSrcweir            Text [ en-US ] = "The reference to a cell or a range." ;
7585cdf0e10cSrcweir        };
7586cdf0e10cSrcweir    };
7587cdf0e10cSrcweir    // -=*# Resource for function ZEILE #*=-
7588cdf0e10cSrcweir    Resource SC_OPCODE_ROW
7589cdf0e10cSrcweir    {
7590cdf0e10cSrcweir        String 1 // Description
7591cdf0e10cSrcweir        {
7592cdf0e10cSrcweir            Text [ en-US ] = "Defines the internal row number of a reference." ;
7593cdf0e10cSrcweir        };
7594cdf0e10cSrcweir        ExtraData =
7595cdf0e10cSrcweir        {
7596cdf0e10cSrcweir            0;
7597cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7598cdf0e10cSrcweir            U2S( HID_FUNC_ZEILE );
7599cdf0e10cSrcweir            1;  1;
7600cdf0e10cSrcweir            0;
7601cdf0e10cSrcweir        };
7602cdf0e10cSrcweir        String 2 // Name of Parameter 1
7603cdf0e10cSrcweir        {
7604cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7605cdf0e10cSrcweir        };
7606cdf0e10cSrcweir        String 3 // Description of Parameter 1
7607cdf0e10cSrcweir        {
7608cdf0e10cSrcweir            Text [ en-US ] = "The reference to a cell or a range." ;
7609cdf0e10cSrcweir        };
7610cdf0e10cSrcweir    };
7611cdf0e10cSrcweir    // -=*# Resource for function TABELLE #*=-
7612cdf0e10cSrcweir    Resource SC_OPCODE_TABLE
7613cdf0e10cSrcweir    {
7614cdf0e10cSrcweir        String 1 // Description
7615cdf0e10cSrcweir        {
7616cdf0e10cSrcweir            Text [ en-US ] = "Returns the internal sheet number of a reference or a string." ;
7617cdf0e10cSrcweir        };
7618cdf0e10cSrcweir        ExtraData =
7619cdf0e10cSrcweir        {
7620cdf0e10cSrcweir            0;
7621cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7622cdf0e10cSrcweir            U2S( HID_FUNC_TABELLE );
7623cdf0e10cSrcweir            1;  1;
7624cdf0e10cSrcweir            0;
7625cdf0e10cSrcweir        };
7626cdf0e10cSrcweir        String 2 // Name of Parameter 1
7627cdf0e10cSrcweir        {
7628cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7629cdf0e10cSrcweir        };
7630cdf0e10cSrcweir        String 3 // Description of Parameter 1
7631cdf0e10cSrcweir        {
7632cdf0e10cSrcweir            Text [ en-US ] = "The reference to a cell or a range or the character string of a sheet name." ;
7633cdf0e10cSrcweir        };
7634cdf0e10cSrcweir    };
7635cdf0e10cSrcweir    // -=*# Resource for function SPALTEN #*=-
7636cdf0e10cSrcweir    Resource SC_OPCODE_COLUMNS
7637cdf0e10cSrcweir    {
7638cdf0e10cSrcweir        String 1 // Description
7639cdf0e10cSrcweir        {
7640cdf0e10cSrcweir            Text [ en-US ] = "Returns the number of columns in an array or reference." ;
7641cdf0e10cSrcweir        };
7642cdf0e10cSrcweir        ExtraData =
7643cdf0e10cSrcweir        {
7644cdf0e10cSrcweir            0;
7645cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7646cdf0e10cSrcweir            U2S( HID_FUNC_SPALTEN );
7647cdf0e10cSrcweir            1;  0;
7648cdf0e10cSrcweir            0;
7649cdf0e10cSrcweir        };
7650cdf0e10cSrcweir        String 2 // Name of Parameter 1
7651cdf0e10cSrcweir        {
7652cdf0e10cSrcweir            Text [ en-US ] = "array" ;
7653cdf0e10cSrcweir        };
7654cdf0e10cSrcweir        String 3 // Description of Parameter 1
7655cdf0e10cSrcweir        {
7656cdf0e10cSrcweir            Text [ en-US ] = "The array (reference) for which the number of columns is to be determined." ;
7657cdf0e10cSrcweir        };
7658cdf0e10cSrcweir    };
7659cdf0e10cSrcweir    // -=*# Resource for function ZEILEN #*=-
7660cdf0e10cSrcweir    Resource SC_OPCODE_ROWS
7661cdf0e10cSrcweir    {
7662cdf0e10cSrcweir        String 1 // Description
7663cdf0e10cSrcweir        {
7664cdf0e10cSrcweir            Text [ en-US ] = "Returns the number of rows in a reference or array." ;
7665cdf0e10cSrcweir        };
7666cdf0e10cSrcweir        ExtraData =
7667cdf0e10cSrcweir        {
7668cdf0e10cSrcweir            0;
7669cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7670cdf0e10cSrcweir            U2S( HID_FUNC_ZEILEN );
7671cdf0e10cSrcweir            1;  0;
7672cdf0e10cSrcweir            0;
7673cdf0e10cSrcweir        };
7674cdf0e10cSrcweir        String 2 // Name of Parameter 1
7675cdf0e10cSrcweir        {
7676cdf0e10cSrcweir            Text [ en-US ] = "array" ;
7677cdf0e10cSrcweir        };
7678cdf0e10cSrcweir        String 3 // Description of Parameter 1
7679cdf0e10cSrcweir        {
7680cdf0e10cSrcweir            Text [ en-US ] = "The array (reference) for which the number of rows is to be determined." ;
7681cdf0e10cSrcweir        };
7682cdf0e10cSrcweir    };
7683cdf0e10cSrcweir    // -=*# Resource for function TABELLEN #*=-
7684cdf0e10cSrcweir    Resource SC_OPCODE_TABLES
7685cdf0e10cSrcweir    {
7686cdf0e10cSrcweir        String 1 // Description
7687cdf0e10cSrcweir        {
7688cdf0e10cSrcweir            Text [ en-US ] = "Returns the number of sheets of a given reference. If no parameter has been entered, the total number of sheets in the document is returned." ;
7689cdf0e10cSrcweir        };
7690cdf0e10cSrcweir        ExtraData =
7691cdf0e10cSrcweir        {
7692cdf0e10cSrcweir            0;
7693cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7694cdf0e10cSrcweir            U2S( HID_FUNC_TABELLEN );
7695cdf0e10cSrcweir            1;  1;
7696cdf0e10cSrcweir            0;
7697cdf0e10cSrcweir        };
7698cdf0e10cSrcweir        String 2 // Name of Parameter 1
7699cdf0e10cSrcweir        {
7700cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7701cdf0e10cSrcweir        };
7702cdf0e10cSrcweir        String 3 // Description of Parameter 1
7703cdf0e10cSrcweir        {
7704cdf0e10cSrcweir            Text [ en-US ] = "The reference to a cell or a range." ;
7705cdf0e10cSrcweir        };
7706cdf0e10cSrcweir    };
7707cdf0e10cSrcweir    // -=*# Resource for function WVERWEIS #*=-
7708cdf0e10cSrcweir    Resource SC_OPCODE_H_LOOKUP
7709cdf0e10cSrcweir    {
7710cdf0e10cSrcweir        String 1 // Description
7711cdf0e10cSrcweir        {
7712cdf0e10cSrcweir            Text [ en-US ] = "Horizontal search and reference to the cells located below." ;
7713cdf0e10cSrcweir        };
7714cdf0e10cSrcweir        ExtraData =
7715cdf0e10cSrcweir        {
7716cdf0e10cSrcweir            0;
7717cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7718cdf0e10cSrcweir            U2S( HID_FUNC_WVERWEIS );
7719cdf0e10cSrcweir            4;  0;  0;  0;  1;
7720cdf0e10cSrcweir            0;
7721cdf0e10cSrcweir        };
7722cdf0e10cSrcweir        String 2 // Name of Parameter 1
7723cdf0e10cSrcweir        {
7724cdf0e10cSrcweir            Text [ en-US ] = "search_criteria" ;
7725cdf0e10cSrcweir        };
7726cdf0e10cSrcweir        String 3 // Description of Parameter 1
7727cdf0e10cSrcweir        {
7728cdf0e10cSrcweir            Text [ en-US ] = "The value to be found in the first row." ;
7729cdf0e10cSrcweir        };
7730cdf0e10cSrcweir        String 4 // Name of Parameter 2
7731cdf0e10cSrcweir        {
7732cdf0e10cSrcweir            Text [ en-US ] = "array" ;
7733cdf0e10cSrcweir        };
7734cdf0e10cSrcweir        String 5 // Description of Parameter 2
7735cdf0e10cSrcweir        {
7736cdf0e10cSrcweir            Text [ en-US ] = "The array or the range for the reference." ;
7737cdf0e10cSrcweir        };
7738cdf0e10cSrcweir        String 6 // Name of Parameter 3
7739cdf0e10cSrcweir        {
7740cdf0e10cSrcweir            Text [ en-US ] = "Index" ;
7741cdf0e10cSrcweir        };
7742cdf0e10cSrcweir        String 7 // Description of Parameter 3
7743cdf0e10cSrcweir        {
7744cdf0e10cSrcweir            Text [ en-US ] = "The row index in the array." ;
7745cdf0e10cSrcweir        };
7746cdf0e10cSrcweir        String 8 // Name of Parameter 4
7747cdf0e10cSrcweir        {
7748cdf0e10cSrcweir            Text [ en-US ] = "sorted" ;
7749cdf0e10cSrcweir        };
7750cdf0e10cSrcweir        String 9 // Description of Parameter 4
7751cdf0e10cSrcweir        {
7752cdf0e10cSrcweir            Text [ en-US ] = "If the value is TRUE or not given, the search row of the array must be sorted in ascending order." ;
7753cdf0e10cSrcweir        };
7754cdf0e10cSrcweir    };
7755cdf0e10cSrcweir    // -=*# Resource for function SVERWEIS #*=-
7756cdf0e10cSrcweir    Resource SC_OPCODE_V_LOOKUP
7757cdf0e10cSrcweir    {
7758cdf0e10cSrcweir        String 1 // Description
7759cdf0e10cSrcweir        {
7760cdf0e10cSrcweir            Text [ en-US ] = "Vertical search and reference to indicated cells." ;
7761cdf0e10cSrcweir        };
7762cdf0e10cSrcweir        ExtraData =
7763cdf0e10cSrcweir        {
7764cdf0e10cSrcweir            0;
7765cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7766cdf0e10cSrcweir            U2S( HID_FUNC_SVERWEIS );
7767cdf0e10cSrcweir            4;  0;  0;  0;  1;
7768cdf0e10cSrcweir            0;
7769cdf0e10cSrcweir        };
7770cdf0e10cSrcweir        String 2 // Name of Parameter 1
7771cdf0e10cSrcweir        {
7772cdf0e10cSrcweir            Text [ en-US ] = "Search criterion" ;
7773cdf0e10cSrcweir        };
7774cdf0e10cSrcweir        String 3 // Description of Parameter 1
7775cdf0e10cSrcweir        {
7776cdf0e10cSrcweir            Text [ en-US ] = "The value to be found in the first column." ;
7777cdf0e10cSrcweir        };
7778cdf0e10cSrcweir        String 4 // Name of Parameter 2
7779cdf0e10cSrcweir        {
7780cdf0e10cSrcweir            Text [ en-US ] = "array" ;
7781cdf0e10cSrcweir        };
7782cdf0e10cSrcweir        String 5 // Description of Parameter 2
7783cdf0e10cSrcweir        {
7784cdf0e10cSrcweir            Text [ en-US ] = "The array or range for referencing." ;
7785cdf0e10cSrcweir        };
7786cdf0e10cSrcweir        String 6 // Name of Parameter 3
7787cdf0e10cSrcweir        {
7788cdf0e10cSrcweir            Text [ en-US ] = "Index" ;
7789cdf0e10cSrcweir        };
7790cdf0e10cSrcweir        String 7 // Description of Parameter 3
7791cdf0e10cSrcweir        {
7792cdf0e10cSrcweir            Text [ en-US ] = "Column index number in the array." ;
7793cdf0e10cSrcweir        };
7794cdf0e10cSrcweir        String 8 // Name of Parameter 4
7795cdf0e10cSrcweir        {
7796cdf0e10cSrcweir            Text [ en-US ] = "sort order" ;
7797cdf0e10cSrcweir        };
7798cdf0e10cSrcweir        String 9 // Description of Parameter 4
7799cdf0e10cSrcweir        {
7800cdf0e10cSrcweir            Text [ en-US ] = "If the value is TRUE or not given, the search column of the array must be sorted in ascending order." ;
7801cdf0e10cSrcweir        };
7802cdf0e10cSrcweir    };
7803cdf0e10cSrcweir    // -=*# Resource for function INDEX #*=-
7804cdf0e10cSrcweir    Resource SC_OPCODE_INDEX
7805cdf0e10cSrcweir    {
7806cdf0e10cSrcweir        String 1 // Description
7807cdf0e10cSrcweir        {
7808cdf0e10cSrcweir            Text [ en-US ] = "Returns a reference to a cell from a defined range." ;
7809cdf0e10cSrcweir        };
7810cdf0e10cSrcweir        ExtraData =
7811cdf0e10cSrcweir        {
7812cdf0e10cSrcweir            0;
7813cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7814cdf0e10cSrcweir            U2S( HID_FUNC_INDEX );
7815cdf0e10cSrcweir            4;  0;  1;  1;  1;
7816cdf0e10cSrcweir            0;
7817cdf0e10cSrcweir        };
7818cdf0e10cSrcweir        String 2 // Name of Parameter 1
7819cdf0e10cSrcweir        {
7820cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7821cdf0e10cSrcweir        };
7822cdf0e10cSrcweir        String 3 // Description of Parameter 1
7823cdf0e10cSrcweir        {
7824cdf0e10cSrcweir            Text [ en-US ] = "The reference to a (multiple) range." ;
7825cdf0e10cSrcweir        };
7826cdf0e10cSrcweir        String 4 // Name of Parameter 2
7827cdf0e10cSrcweir        {
7828cdf0e10cSrcweir            Text [ en-US ] = "row" ;
7829cdf0e10cSrcweir        };
7830cdf0e10cSrcweir        String 5 // Description of Parameter 2
7831cdf0e10cSrcweir        {
7832cdf0e10cSrcweir            Text [ en-US ] = "The row in the range." ;
7833cdf0e10cSrcweir        };
7834cdf0e10cSrcweir        String 6 // Name of Parameter 3
7835cdf0e10cSrcweir        {
7836cdf0e10cSrcweir            Text [ en-US ] = "column" ;
7837cdf0e10cSrcweir        };
7838cdf0e10cSrcweir        String 7 // Description of Parameter 3
7839cdf0e10cSrcweir        {
7840cdf0e10cSrcweir            Text [ en-US ] = "The column in the range." ;
7841cdf0e10cSrcweir        };
7842cdf0e10cSrcweir        String 8 // Name of Parameter 4
7843cdf0e10cSrcweir        {
7844cdf0e10cSrcweir            Text [ en-US ] = "range" ;
7845cdf0e10cSrcweir        };
7846cdf0e10cSrcweir        String 9 // Description of Parameter 4
7847cdf0e10cSrcweir        {
7848cdf0e10cSrcweir            Text [ en-US ] = "The index of the subrange if referring to a multiple range." ;
7849cdf0e10cSrcweir        };
7850cdf0e10cSrcweir    };
7851cdf0e10cSrcweir    // -=*# Resource for function INDIREKT #*=-
7852cdf0e10cSrcweir    Resource SC_OPCODE_INDIRECT
7853cdf0e10cSrcweir    {
7854cdf0e10cSrcweir        String 1 // Description
7855cdf0e10cSrcweir        {
7856cdf0e10cSrcweir            Text [ en-US ] = "Returns the contents of a cell that is referenced in text form." ;
7857cdf0e10cSrcweir        };
7858cdf0e10cSrcweir        ExtraData =
7859cdf0e10cSrcweir        {
7860cdf0e10cSrcweir            0;
7861cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7862cdf0e10cSrcweir            U2S( HID_FUNC_INDIREKT );
7863cdf0e10cSrcweir            2;  0;  1;
7864cdf0e10cSrcweir            0;
7865cdf0e10cSrcweir        };
7866cdf0e10cSrcweir        String 2 // Name of Parameter 1
7867cdf0e10cSrcweir        {
7868cdf0e10cSrcweir            Text [ en-US ] = "ref " ;
7869cdf0e10cSrcweir        };
7870cdf0e10cSrcweir        String 3 // Description of Parameter 1
7871cdf0e10cSrcweir        {
7872cdf0e10cSrcweir            Text [ en-US ] = "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")." ;
7873cdf0e10cSrcweir        };
7874cdf0e10cSrcweir        String 4 // Name of Parameter 2
7875cdf0e10cSrcweir        {
7876cdf0e10cSrcweir            Text [ en-US ] = "A1" ;
7877cdf0e10cSrcweir        };
7878cdf0e10cSrcweir        String 5 // Description of Parameter 2
7879cdf0e10cSrcweir        {
7880cdf0e10cSrcweir            Text [ en-US ] = "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style." ;
7881cdf0e10cSrcweir        };
7882cdf0e10cSrcweir    };
7883cdf0e10cSrcweir    // -=*# Resource for function VERWEIS #*=-
7884cdf0e10cSrcweir    Resource SC_OPCODE_LOOKUP
7885cdf0e10cSrcweir    {
7886cdf0e10cSrcweir        String 1 // Description
7887cdf0e10cSrcweir        {
7888cdf0e10cSrcweir            Text [ en-US ] = "Determines a value in a vector by comparison to values in another vector." ;
7889cdf0e10cSrcweir        };
7890cdf0e10cSrcweir        ExtraData =
7891cdf0e10cSrcweir        {
7892cdf0e10cSrcweir            0;
7893cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7894cdf0e10cSrcweir            U2S( HID_FUNC_VERWEIS );
7895cdf0e10cSrcweir            3;  0;  0;  1;
7896cdf0e10cSrcweir            0;
7897cdf0e10cSrcweir        };
7898cdf0e10cSrcweir        String 2 // Name of Parameter 1
7899cdf0e10cSrcweir        {
7900cdf0e10cSrcweir            Text [ en-US ] = "Search criterion" ;
7901cdf0e10cSrcweir        };
7902cdf0e10cSrcweir        String 3 // Description of Parameter 1
7903cdf0e10cSrcweir        {
7904cdf0e10cSrcweir            Text [ en-US ] = "The value to be used for comparison." ;
7905cdf0e10cSrcweir        };
7906cdf0e10cSrcweir        String 4 // Name of Parameter 2
7907cdf0e10cSrcweir        {
7908cdf0e10cSrcweir            Text [ en-US ] = "Search vector" ;
7909cdf0e10cSrcweir        };
7910cdf0e10cSrcweir        String 5 // Description of Parameter 2
7911cdf0e10cSrcweir        {
7912cdf0e10cSrcweir            Text [ en-US ] = "The vector (row or column) in which to search." ;
7913cdf0e10cSrcweir        };
7914cdf0e10cSrcweir        String 6 // Name of Parameter 3
7915cdf0e10cSrcweir        {
7916cdf0e10cSrcweir            Text [ en-US ] = "result_vector" ;
7917cdf0e10cSrcweir        };
7918cdf0e10cSrcweir        String 7 // Description of Parameter 3
7919cdf0e10cSrcweir        {
7920cdf0e10cSrcweir            Text [ en-US ] = "The vector (row or range) from which the value is to be determined." ;
7921cdf0e10cSrcweir        };
7922cdf0e10cSrcweir    };
7923cdf0e10cSrcweir    // -=*# Resource for function VERGLEICH #*=-
7924cdf0e10cSrcweir    Resource SC_OPCODE_MATCH
7925cdf0e10cSrcweir    {
7926cdf0e10cSrcweir        String 1 // Description
7927cdf0e10cSrcweir        {
7928cdf0e10cSrcweir            Text [ en-US ] = "Defines a position in a array after comparing values." ;
7929cdf0e10cSrcweir        };
7930cdf0e10cSrcweir        ExtraData =
7931cdf0e10cSrcweir        {
7932cdf0e10cSrcweir            0;
7933cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7934cdf0e10cSrcweir            U2S( HID_FUNC_VERGLEICH );
7935cdf0e10cSrcweir            3;  0;  0;  1;
7936cdf0e10cSrcweir            0;
7937cdf0e10cSrcweir        };
7938cdf0e10cSrcweir        String 2 // Name of Parameter 1
7939cdf0e10cSrcweir        {
7940cdf0e10cSrcweir            Text [ en-US ] = "Search criterion" ;
7941cdf0e10cSrcweir        };
7942cdf0e10cSrcweir        String 3 // Description of Parameter 1
7943cdf0e10cSrcweir        {
7944cdf0e10cSrcweir            Text [ en-US ] = "The value to be used for comparison." ;
7945cdf0e10cSrcweir        };
7946cdf0e10cSrcweir        String 4 // Name of Parameter 2
7947cdf0e10cSrcweir        {
7948cdf0e10cSrcweir            Text [ en-US ] = "lookup_array" ;
7949cdf0e10cSrcweir        };
7950cdf0e10cSrcweir        String 5 // Description of Parameter 2
7951cdf0e10cSrcweir        {
7952cdf0e10cSrcweir            Text [ en-US ] = "The array (range) in which the search is made." ;
7953cdf0e10cSrcweir        };
7954cdf0e10cSrcweir        String 6 // Name of Parameter 3
7955cdf0e10cSrcweir        {
7956cdf0e10cSrcweir            Text [ en-US ] = "Type" ;
7957cdf0e10cSrcweir        };
7958cdf0e10cSrcweir        String 7 // Description of Parameter 3
7959cdf0e10cSrcweir        {
7960cdf0e10cSrcweir            Text [ en-US ] = "Type can take the value 1, 0 or -1 and determines the criteria are to be used for comparison purposes." ;
7961cdf0e10cSrcweir        };
7962cdf0e10cSrcweir    };
7963cdf0e10cSrcweir    // -=*# Resource for function VERSCHIEBUNG #*=-
7964cdf0e10cSrcweir    Resource SC_OPCODE_OFFSET
7965cdf0e10cSrcweir    {
7966cdf0e10cSrcweir        String 1 // Description
7967cdf0e10cSrcweir        {
7968cdf0e10cSrcweir            Text [ en-US ] = "Returns a reference which has been moved in relation to the starting point." ;
7969cdf0e10cSrcweir        };
7970cdf0e10cSrcweir        ExtraData =
7971cdf0e10cSrcweir        {
7972cdf0e10cSrcweir            0;
7973cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
7974cdf0e10cSrcweir            U2S( HID_FUNC_VERSCHIEBUNG );
7975cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
7976cdf0e10cSrcweir            0;
7977cdf0e10cSrcweir        };
7978cdf0e10cSrcweir        String 2 // Name of Parameter 1
7979cdf0e10cSrcweir        {
7980cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
7981cdf0e10cSrcweir        };
7982cdf0e10cSrcweir        String 3 // Description of Parameter 1
7983cdf0e10cSrcweir        {
7984cdf0e10cSrcweir            Text [ en-US ] = "The reference (cell) from which to base the movement." ;
7985cdf0e10cSrcweir        };
7986cdf0e10cSrcweir        String 4 // Name of Parameter 2
7987cdf0e10cSrcweir        {
7988cdf0e10cSrcweir            Text [ en-US ] = "rows" ;
7989cdf0e10cSrcweir        };
7990cdf0e10cSrcweir        String 5 // Description of Parameter 2
7991cdf0e10cSrcweir        {
7992cdf0e10cSrcweir            Text [ en-US ] = "The number of rows to be moved either up or down." ;
7993cdf0e10cSrcweir        };
7994cdf0e10cSrcweir        String 6 // Name of Parameter 3
7995cdf0e10cSrcweir        {
7996cdf0e10cSrcweir            Text [ en-US ] = "columns" ;
7997cdf0e10cSrcweir        };
7998cdf0e10cSrcweir        String 7 // Description of Parameter 3
7999cdf0e10cSrcweir        {
8000cdf0e10cSrcweir            Text [ en-US ] = "The number of columns that are to be moved to the left or to the right." ;
8001cdf0e10cSrcweir        };
8002cdf0e10cSrcweir        String 8 // Name of Parameter 4
8003cdf0e10cSrcweir        {
8004cdf0e10cSrcweir            Text [ en-US ] = "height" ;
8005cdf0e10cSrcweir        };
8006cdf0e10cSrcweir        String 9 // Description of Parameter 4
8007cdf0e10cSrcweir        {
8008cdf0e10cSrcweir            Text [ en-US ] = "The number of rows of the moved reference." ;
8009cdf0e10cSrcweir        };
8010cdf0e10cSrcweir        String 10 // Name of Parameter 5
8011cdf0e10cSrcweir        {
8012cdf0e10cSrcweir            Text [ en-US ] = "width" ;
8013cdf0e10cSrcweir        };
8014cdf0e10cSrcweir        String 11 // Description of Parameter 5
8015cdf0e10cSrcweir        {
8016cdf0e10cSrcweir            Text [ en-US ] = "The number of columns in the moved reference." ;
8017cdf0e10cSrcweir        };
8018cdf0e10cSrcweir    };
8019cdf0e10cSrcweir    // -=*# Resource for function FEHLERTYP #*=-
8020cdf0e10cSrcweir    Resource SC_OPCODE_ERROR_TYPE
8021cdf0e10cSrcweir    {
8022cdf0e10cSrcweir        String 1 // Description
8023cdf0e10cSrcweir        {
8024cdf0e10cSrcweir            Text [ en-US ] = "Returns a number corresponding to an error type" ;
8025cdf0e10cSrcweir        };
8026cdf0e10cSrcweir        ExtraData =
8027cdf0e10cSrcweir        {
8028cdf0e10cSrcweir            0;
8029cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
8030cdf0e10cSrcweir            U2S( HID_FUNC_FEHLERTYP );
8031cdf0e10cSrcweir            1;  0;
8032cdf0e10cSrcweir            0;
8033cdf0e10cSrcweir        };
8034cdf0e10cSrcweir        String 2 // Name of Parameter 1
8035cdf0e10cSrcweir        {
8036cdf0e10cSrcweir            Text [ en-US ] = "reference" ;
8037cdf0e10cSrcweir        };
8038cdf0e10cSrcweir        String 3 // Description of Parameter 1
8039cdf0e10cSrcweir        {
8040cdf0e10cSrcweir            Text [ en-US ] = "The reference (cell) in which the error occurred." ;
8041cdf0e10cSrcweir        };
8042cdf0e10cSrcweir    };
8043cdf0e10cSrcweir    // -=*# Resource for function VORLAGE #*=-
8044cdf0e10cSrcweir    Resource SC_OPCODE_STYLE
8045cdf0e10cSrcweir    {
8046cdf0e10cSrcweir        String 1 // Description
8047cdf0e10cSrcweir        {
8048cdf0e10cSrcweir            Text [ en-US ] = "Applies a Style to the formula cell." ;
8049cdf0e10cSrcweir        };
8050cdf0e10cSrcweir        ExtraData =
8051cdf0e10cSrcweir        {
8052cdf0e10cSrcweir            0;
8053cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
8054cdf0e10cSrcweir            U2S( HID_FUNC_VORLAGE );
8055cdf0e10cSrcweir            3;  0;  1;  1;
8056cdf0e10cSrcweir            0;
8057cdf0e10cSrcweir        };
8058cdf0e10cSrcweir        String 2 // Name of Parameter 1
8059cdf0e10cSrcweir        {
8060cdf0e10cSrcweir            Text [ en-US ] = "Style" ;
8061cdf0e10cSrcweir        };
8062cdf0e10cSrcweir        String 3 // Description of Parameter 1
8063cdf0e10cSrcweir        {
8064cdf0e10cSrcweir            Text [ en-US ] = "The name of the Style to be applied." ;
8065cdf0e10cSrcweir        };
8066cdf0e10cSrcweir        String 4 // Name of Parameter 2
8067cdf0e10cSrcweir        {
8068cdf0e10cSrcweir            Text [ en-US ] = "Time" ;
8069cdf0e10cSrcweir        };
8070cdf0e10cSrcweir        String 5 // Description of Parameter 2
8071cdf0e10cSrcweir        {
8072cdf0e10cSrcweir            Text [ en-US ] = "The time (in seconds) that the Style is to remain valid." ;
8073cdf0e10cSrcweir        };
8074cdf0e10cSrcweir        String 6 // Name of Parameter 3
8075cdf0e10cSrcweir        {
8076cdf0e10cSrcweir            Text [ en-US ] = "Style2" ;
8077cdf0e10cSrcweir        };
8078cdf0e10cSrcweir        String 7 // Description of Parameter 3
8079cdf0e10cSrcweir        {
8080cdf0e10cSrcweir            Text [ en-US ] = "The Style to be applied after time expires." ;
8081cdf0e10cSrcweir        };
8082cdf0e10cSrcweir    };
8083cdf0e10cSrcweir    // -=*# Resource for function DDE #*=-
8084cdf0e10cSrcweir    Resource SC_OPCODE_DDE
8085cdf0e10cSrcweir    {
8086cdf0e10cSrcweir        String 1 // Description
8087cdf0e10cSrcweir        {
8088cdf0e10cSrcweir            Text [ en-US ] = "Result of a DDE link." ;
8089cdf0e10cSrcweir        };
8090cdf0e10cSrcweir        ExtraData =
8091cdf0e10cSrcweir        {
8092cdf0e10cSrcweir            0;
8093cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
8094cdf0e10cSrcweir            U2S( HID_FUNC_DDE );
8095cdf0e10cSrcweir            4;  0;  0;  0;  1;
8096cdf0e10cSrcweir            0;
8097cdf0e10cSrcweir        };
8098cdf0e10cSrcweir        String 2 // Name of Parameter 1
8099cdf0e10cSrcweir        {
8100cdf0e10cSrcweir            Text [ en-US ] = "server" ;
8101cdf0e10cSrcweir        };
8102cdf0e10cSrcweir        String 3 // Description of Parameter 1
8103cdf0e10cSrcweir        {
8104cdf0e10cSrcweir            Text [ en-US ] = "The name of the server application." ;
8105cdf0e10cSrcweir        };
8106cdf0e10cSrcweir        String 4 // Name of Parameter 2
8107cdf0e10cSrcweir        {
8108cdf0e10cSrcweir            Text [ en-US ] = "File" ;
8109cdf0e10cSrcweir        };
8110cdf0e10cSrcweir        String 5 // Description of Parameter 2
8111cdf0e10cSrcweir        {
8112cdf0e10cSrcweir            Text [ en-US ] = "The name of the file." ;
8113cdf0e10cSrcweir        };
8114cdf0e10cSrcweir        String 6 // Name of Parameter 3
8115cdf0e10cSrcweir        {
8116cdf0e10cSrcweir            Text [ en-US ] = "range" ;
8117cdf0e10cSrcweir        };
8118cdf0e10cSrcweir        String 7 // Description of Parameter 3
8119cdf0e10cSrcweir        {
8120cdf0e10cSrcweir            Text [ en-US ] = "The range from which data is to be taken." ;
8121cdf0e10cSrcweir        };
8122cdf0e10cSrcweir        String 8 // Name of Parameter 4
8123cdf0e10cSrcweir        {
8124cdf0e10cSrcweir            Text [ en-US ] = "mode" ;
8125cdf0e10cSrcweir        };
8126cdf0e10cSrcweir        String 9 // Description of Parameter 4
8127cdf0e10cSrcweir        {
8128cdf0e10cSrcweir            Text [ en-US ] = "Defines how data is to be converted to numbers." ;
8129cdf0e10cSrcweir        };
8130cdf0e10cSrcweir    };
8131cdf0e10cSrcweir    // -=*# Resource for function HYPERLINK #*=-
8132cdf0e10cSrcweir    Resource SC_OPCODE_HYPERLINK
8133cdf0e10cSrcweir    {
8134cdf0e10cSrcweir        String 1 // Description
8135cdf0e10cSrcweir        {
8136cdf0e10cSrcweir            Text [ en-US ] = "Hyperlink." ;
8137cdf0e10cSrcweir        };
8138cdf0e10cSrcweir        ExtraData =
8139cdf0e10cSrcweir        {
8140cdf0e10cSrcweir            0;
8141cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
8142cdf0e10cSrcweir            U2S( HID_FUNC_HYPERLINK );
8143cdf0e10cSrcweir            2;  0;  1;
8144cdf0e10cSrcweir            0;
8145cdf0e10cSrcweir        };
8146cdf0e10cSrcweir        String 2 // Name of Parameter 1
8147cdf0e10cSrcweir        {
8148cdf0e10cSrcweir            Text [ en-US ] = "URL " ;
8149cdf0e10cSrcweir        };
8150cdf0e10cSrcweir        String 3 // Description of Parameter 1
8151cdf0e10cSrcweir        {
8152cdf0e10cSrcweir            Text [ en-US ] = "URL" ;
8153cdf0e10cSrcweir        };
8154cdf0e10cSrcweir        String 4 // Name of Parameter 2
8155cdf0e10cSrcweir        {
8156cdf0e10cSrcweir            Text [ en-US ] = "CellText " ;
8157cdf0e10cSrcweir        };
8158cdf0e10cSrcweir        String 5 // Description of Parameter 2
8159cdf0e10cSrcweir        {
8160cdf0e10cSrcweir            Text [ en-US ] = "Cell Text" ;
8161cdf0e10cSrcweir        };
8162cdf0e10cSrcweir    };
8163cdf0e10cSrcweir    // -=*# Resource for function GETPIVOTDATA #*=-
8164cdf0e10cSrcweir    Resource SC_OPCODE_GET_PIVOT_DATA
8165cdf0e10cSrcweir    {
8166cdf0e10cSrcweir        String 1 // Description
8167cdf0e10cSrcweir        {
8168cdf0e10cSrcweir            Text [ en-US ] = "Extracts value(s) from a pivot table." ;
8169cdf0e10cSrcweir        };
8170cdf0e10cSrcweir        ExtraData =
8171cdf0e10cSrcweir        {
8172cdf0e10cSrcweir            0;
8173cdf0e10cSrcweir            ID_FUNCTION_GRP_TABLE;
8174cdf0e10cSrcweir            U2S( HID_FUNC_GETPIVOTDATA );
8175cdf0e10cSrcweir            VAR_ARGS+2; 0;  0;  1;
8176cdf0e10cSrcweir            0;
8177cdf0e10cSrcweir        };
8178cdf0e10cSrcweir        String 2 // Name of Parameter 1
8179cdf0e10cSrcweir        {
8180cdf0e10cSrcweir            Text [ en-US ] = "Data Field" ;
8181cdf0e10cSrcweir        };
8182cdf0e10cSrcweir        String 3 // Description of Parameter 1
8183cdf0e10cSrcweir        {
8184cdf0e10cSrcweir            Text [ en-US ] = "The name of the pivot table field to extract." ;
8185cdf0e10cSrcweir        };
8186cdf0e10cSrcweir        String 4 // Name of Parameter 2
8187cdf0e10cSrcweir        {
8188cdf0e10cSrcweir            Text [ en-US ] = "Pivot Table" ;
8189cdf0e10cSrcweir        };
8190cdf0e10cSrcweir        String 5 // Description of Parameter 2
8191cdf0e10cSrcweir        {
8192cdf0e10cSrcweir            Text [ en-US ] = "A reference to a cell or range in the pivot table." ;
8193cdf0e10cSrcweir        };
8194cdf0e10cSrcweir        String 6 // Name of Parameter 3
8195cdf0e10cSrcweir        {
8196cdf0e10cSrcweir            Text [ en-US ] = "Field Name / Item" ;
8197cdf0e10cSrcweir        };
8198cdf0e10cSrcweir        String 7 // Description of Parameter 3
8199cdf0e10cSrcweir        {
8200cdf0e10cSrcweir            Text [ en-US ] = "Field name/value pair to filter the target data." ;
8201cdf0e10cSrcweir        };
8202cdf0e10cSrcweir    };
8203cdf0e10cSrcweir    // -=*# Resource for function BAHTTEXT #*=-
8204cdf0e10cSrcweir    Resource SC_OPCODE_BAHTTEXT
8205cdf0e10cSrcweir    {
8206cdf0e10cSrcweir        String 1 // Description
8207cdf0e10cSrcweir        {
8208cdf0e10cSrcweir            Text [ en-US ] = "Converts a number to text (Baht)." ;
8209cdf0e10cSrcweir        };
8210cdf0e10cSrcweir        ExtraData =
8211cdf0e10cSrcweir        {
8212cdf0e10cSrcweir            0;
8213cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8214cdf0e10cSrcweir            U2S( HID_FUNC_BAHTTEXT );
8215cdf0e10cSrcweir            1;  0;
8216cdf0e10cSrcweir            0;
8217cdf0e10cSrcweir        };
8218cdf0e10cSrcweir        String 2 // Name of Parameter 1
8219cdf0e10cSrcweir        {
8220cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
8221cdf0e10cSrcweir        };
8222cdf0e10cSrcweir        String 3 // Description of Parameter 1
8223cdf0e10cSrcweir        {
8224cdf0e10cSrcweir            Text [ en-US ] = "The number to convert." ;
8225cdf0e10cSrcweir        };
8226cdf0e10cSrcweir    };
8227cdf0e10cSrcweir    // -=*# Resource for function JIS #*=-
8228cdf0e10cSrcweir    Resource SC_OPCODE_JIS
8229cdf0e10cSrcweir    {
8230cdf0e10cSrcweir        String 1 // Description
8231cdf0e10cSrcweir        {
8232cdf0e10cSrcweir            Text [ en-US ] = "Converts half-width ASCII and katakana characters to full-width." ;
8233cdf0e10cSrcweir        };
8234cdf0e10cSrcweir        ExtraData =
8235cdf0e10cSrcweir        {
8236cdf0e10cSrcweir            0;
8237cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8238cdf0e10cSrcweir            U2S( HID_FUNC_JIS );
8239cdf0e10cSrcweir            1;  0;
8240cdf0e10cSrcweir            0;
8241cdf0e10cSrcweir        };
8242cdf0e10cSrcweir        String 2 // Name of Parameter 1
8243cdf0e10cSrcweir        {
8244cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8245cdf0e10cSrcweir        };
8246cdf0e10cSrcweir        String 3 // Description of Parameter 1
8247cdf0e10cSrcweir        {
8248cdf0e10cSrcweir            Text [ en-US ] = "The text to convert." ;
8249cdf0e10cSrcweir        };
8250cdf0e10cSrcweir    };
8251cdf0e10cSrcweir    // -=*# Resource for function ASC #*=-
8252cdf0e10cSrcweir    Resource SC_OPCODE_ASC
8253cdf0e10cSrcweir    {
8254cdf0e10cSrcweir        String 1 // Description
8255cdf0e10cSrcweir        {
8256cdf0e10cSrcweir            Text [ en-US ] = "Converts full-width ASCII and katakana characters to half-width." ;
8257cdf0e10cSrcweir        };
8258cdf0e10cSrcweir        ExtraData =
8259cdf0e10cSrcweir        {
8260cdf0e10cSrcweir            0;
8261cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8262cdf0e10cSrcweir            U2S( HID_FUNC_ASC );
8263cdf0e10cSrcweir            1;  0;
8264cdf0e10cSrcweir            0;
8265cdf0e10cSrcweir        };
8266cdf0e10cSrcweir        String 2 // Name of Parameter 1
8267cdf0e10cSrcweir        {
8268cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8269cdf0e10cSrcweir        };
8270cdf0e10cSrcweir        String 3 // Description of Parameter 1
8271cdf0e10cSrcweir        {
8272cdf0e10cSrcweir            Text [ en-US ] = "The text to convert." ;
8273cdf0e10cSrcweir        };
8274cdf0e10cSrcweir    };
8275cdf0e10cSrcweir    // -=*# Resource for function CODE #*=-
8276cdf0e10cSrcweir    Resource SC_OPCODE_CODE
8277cdf0e10cSrcweir    {
8278cdf0e10cSrcweir        String 1 // Description
8279cdf0e10cSrcweir        {
8280cdf0e10cSrcweir            Text [ en-US ] = "Returns a numeric code for the first character in a text string." ;
8281cdf0e10cSrcweir        };
8282cdf0e10cSrcweir        ExtraData =
8283cdf0e10cSrcweir        {
8284cdf0e10cSrcweir            0;
8285cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8286cdf0e10cSrcweir            U2S( HID_FUNC_CODE );
8287cdf0e10cSrcweir            1;  0;
8288cdf0e10cSrcweir            0;
8289cdf0e10cSrcweir        };
8290cdf0e10cSrcweir        String 2 // Name of Parameter 1
8291cdf0e10cSrcweir        {
8292cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8293cdf0e10cSrcweir        };
8294cdf0e10cSrcweir        String 3 // Description of Parameter 1
8295cdf0e10cSrcweir        {
8296cdf0e10cSrcweir            Text [ en-US ] = "This is the text for which the code of the first character is to be found." ;
8297cdf0e10cSrcweir        };
8298cdf0e10cSrcweir    };
8299cdf0e10cSrcweir    // -=*# Resource for function DM #*=-
8300cdf0e10cSrcweir    Resource SC_OPCODE_CURRENCY
8301cdf0e10cSrcweir    {
8302cdf0e10cSrcweir        String 1 // Description
8303cdf0e10cSrcweir        {
8304cdf0e10cSrcweir            Text [ en-US ] = "Converts a number to text in currency format." ;
8305cdf0e10cSrcweir        };
8306cdf0e10cSrcweir        ExtraData =
8307cdf0e10cSrcweir        {
8308cdf0e10cSrcweir            0;
8309cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8310cdf0e10cSrcweir            U2S( HID_FUNC_DM );
8311cdf0e10cSrcweir            2;  0;  1;
8312cdf0e10cSrcweir            0;
8313cdf0e10cSrcweir        };
8314cdf0e10cSrcweir        String 2 // Name of Parameter 1
8315cdf0e10cSrcweir        {
8316cdf0e10cSrcweir            Text [ en-US ] = "value" ;
8317cdf0e10cSrcweir        };
8318cdf0e10cSrcweir        String 3 // Description of Parameter 1
8319cdf0e10cSrcweir        {
8320cdf0e10cSrcweir            Text [ en-US ] = "Value is a number, a reference to a cell containing a number or a formula that results in a number." ;
8321cdf0e10cSrcweir        };
8322cdf0e10cSrcweir        String 4 // Name of Parameter 2
8323cdf0e10cSrcweir        {
8324cdf0e10cSrcweir            Text [ en-US ] = "decimals" ;
8325cdf0e10cSrcweir        };
8326cdf0e10cSrcweir        String 5 // Description of Parameter 2
8327cdf0e10cSrcweir        {
8328cdf0e10cSrcweir            Text [ en-US ] = "Decimal places. Denotes the number of digits to the right of the decimal point." ;
8329cdf0e10cSrcweir        };
8330cdf0e10cSrcweir    };
8331cdf0e10cSrcweir    // -=*# Resource for function ZEICHEN #*=-
8332cdf0e10cSrcweir    Resource SC_OPCODE_CHAR
8333cdf0e10cSrcweir    {
8334cdf0e10cSrcweir        String 1 // Description
8335cdf0e10cSrcweir        {
8336cdf0e10cSrcweir            Text [ en-US ] = "Converts a code number into a character or letter." ;
8337cdf0e10cSrcweir        };
8338cdf0e10cSrcweir        ExtraData =
8339cdf0e10cSrcweir        {
8340cdf0e10cSrcweir            0;
8341cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8342cdf0e10cSrcweir            U2S( HID_FUNC_ZEICHEN );
8343cdf0e10cSrcweir            1;  0;
8344cdf0e10cSrcweir            0;
8345cdf0e10cSrcweir        };
8346cdf0e10cSrcweir        String 2 // Name of Parameter 1
8347cdf0e10cSrcweir        {
8348cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8349cdf0e10cSrcweir        };
8350cdf0e10cSrcweir        String 3 // Description of Parameter 1
8351cdf0e10cSrcweir        {
8352cdf0e10cSrcweir            Text [ en-US ] = "The code value for the character." ;
8353cdf0e10cSrcweir        };
8354cdf0e10cSrcweir    };
8355cdf0e10cSrcweir    // -=*# Resource for function SÄUBERN #*=-
8356cdf0e10cSrcweir    Resource SC_OPCODE_CLEAN
8357cdf0e10cSrcweir    {
8358cdf0e10cSrcweir        String 1 // Description
8359cdf0e10cSrcweir        {
8360cdf0e10cSrcweir            Text [ en-US ] = "Removes all nonprintable characters from text." ;
8361cdf0e10cSrcweir        };
8362cdf0e10cSrcweir        ExtraData =
8363cdf0e10cSrcweir        {
8364cdf0e10cSrcweir            0;
8365cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8366cdf0e10cSrcweir            U2S( HID_FUNC_SAEUBERN );
8367cdf0e10cSrcweir            1;  0;
8368cdf0e10cSrcweir            0;
8369cdf0e10cSrcweir        };
8370cdf0e10cSrcweir        String 2 // Name of Parameter 1
8371cdf0e10cSrcweir        {
8372cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8373cdf0e10cSrcweir        };
8374cdf0e10cSrcweir        String 3 // Description of Parameter 1
8375cdf0e10cSrcweir        {
8376cdf0e10cSrcweir            Text [ en-US ] = "The text from which nonprintable characters are to be removed." ;
8377cdf0e10cSrcweir        };
8378cdf0e10cSrcweir    };
8379cdf0e10cSrcweir    // -=*# Resource for function VERKETTEN #*=-
8380cdf0e10cSrcweir    Resource SC_OPCODE_CONCAT
8381cdf0e10cSrcweir    {
8382cdf0e10cSrcweir        String 1 // Description
8383cdf0e10cSrcweir        {
8384cdf0e10cSrcweir            Text [ en-US ] = "Combines several text items into one." ;
8385cdf0e10cSrcweir        };
8386cdf0e10cSrcweir        ExtraData =
8387cdf0e10cSrcweir        {
8388cdf0e10cSrcweir            0;
8389cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8390cdf0e10cSrcweir            U2S( HID_FUNC_VERKETTEN );
8391cdf0e10cSrcweir            VAR_ARGS;   0;
8392cdf0e10cSrcweir            0;
8393cdf0e10cSrcweir        };
8394cdf0e10cSrcweir        String 2 // Name of Parameter 1
8395cdf0e10cSrcweir        {
8396cdf0e10cSrcweir            Text [ en-US ] = "text " ;
8397cdf0e10cSrcweir        };
8398cdf0e10cSrcweir        String 3 // Description of Parameter 1
8399cdf0e10cSrcweir        {
8400e775bd62SAndrea Pescetti            Text [ en-US ] = "Text for the concatenation." ;
8401cdf0e10cSrcweir        };
8402cdf0e10cSrcweir    };
8403cdf0e10cSrcweir    // -=*# Resource for function IDENTISCH #*=-
8404cdf0e10cSrcweir    Resource SC_OPCODE_EXACT
8405cdf0e10cSrcweir    {
8406cdf0e10cSrcweir        String 1 // Description
8407cdf0e10cSrcweir        {
8408cdf0e10cSrcweir            Text [ en-US ] = "Specifies whether two texts are identical." ;
8409cdf0e10cSrcweir        };
8410cdf0e10cSrcweir        ExtraData =
8411cdf0e10cSrcweir        {
8412cdf0e10cSrcweir            0;
8413cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8414cdf0e10cSrcweir            U2S( HID_FUNC_IDENTISCH );
8415cdf0e10cSrcweir            2;  0;  0;
8416cdf0e10cSrcweir            0;
8417cdf0e10cSrcweir        };
8418cdf0e10cSrcweir        String 2 // Name of Parameter 1
8419cdf0e10cSrcweir        {
8420cdf0e10cSrcweir            Text [ en-US ] = "text_1" ;
8421cdf0e10cSrcweir        };
8422cdf0e10cSrcweir        String 3 // Description of Parameter 1
8423cdf0e10cSrcweir        {
8424cdf0e10cSrcweir            Text [ en-US ] = "The first text to be used for comparing texts." ;
8425cdf0e10cSrcweir        };
8426cdf0e10cSrcweir        String 4 // Name of Parameter 2
8427cdf0e10cSrcweir        {
8428cdf0e10cSrcweir            Text [ en-US ] = "text_2" ;
8429cdf0e10cSrcweir        };
8430cdf0e10cSrcweir        String 5 // Description of Parameter 2
8431cdf0e10cSrcweir        {
8432cdf0e10cSrcweir            Text [ en-US ] = "The second text for comparing texts." ;
8433cdf0e10cSrcweir        };
8434cdf0e10cSrcweir    };
8435cdf0e10cSrcweir    // -=*# Resource for function FINDEN #*=-
8436cdf0e10cSrcweir    Resource SC_OPCODE_FIND
8437cdf0e10cSrcweir    {
8438cdf0e10cSrcweir        String 1 // Description
8439cdf0e10cSrcweir        {
8440cdf0e10cSrcweir            Text [ en-US ] = "Looks for a string of text within another (case sensitive)" ;
8441cdf0e10cSrcweir        };
8442cdf0e10cSrcweir        ExtraData =
8443cdf0e10cSrcweir        {
8444cdf0e10cSrcweir            0;
8445cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8446cdf0e10cSrcweir            U2S( HID_FUNC_FINDEN );
8447cdf0e10cSrcweir            3;  0;  0;  1;
8448cdf0e10cSrcweir            0;
8449cdf0e10cSrcweir        };
8450cdf0e10cSrcweir        String 2 // Name of Parameter 1
8451cdf0e10cSrcweir        {
8452cdf0e10cSrcweir            Text [ en-US ] = "find_text" ;
8453cdf0e10cSrcweir        };
8454cdf0e10cSrcweir        String 3 // Description of Parameter 1
8455cdf0e10cSrcweir        {
8456cdf0e10cSrcweir            Text [ en-US ] = "The text to be found." ;
8457cdf0e10cSrcweir        };
8458cdf0e10cSrcweir        String 4 // Name of Parameter 2
8459cdf0e10cSrcweir        {
8460cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8461cdf0e10cSrcweir        };
8462cdf0e10cSrcweir        String 5 // Description of Parameter 2
8463cdf0e10cSrcweir        {
8464cdf0e10cSrcweir            Text [ en-US ] = "The text in which a search is to be made." ;
8465cdf0e10cSrcweir        };
8466cdf0e10cSrcweir        String 6 // Name of Parameter 3
8467cdf0e10cSrcweir        {
8468cdf0e10cSrcweir            Text [ en-US ] = "position" ;
8469cdf0e10cSrcweir        };
8470cdf0e10cSrcweir        String 7 // Description of Parameter 3
8471cdf0e10cSrcweir        {
8472cdf0e10cSrcweir            Text [ en-US ] = "The position in the text from which the search starts." ;
8473cdf0e10cSrcweir        };
8474cdf0e10cSrcweir    };
8475cdf0e10cSrcweir    // -=*# Resource for function SUCHEN #*=-
8476cdf0e10cSrcweir    Resource SC_OPCODE_SEARCH
8477cdf0e10cSrcweir    {
8478cdf0e10cSrcweir        String 1 // Description
8479cdf0e10cSrcweir        {
8480cdf0e10cSrcweir            Text [ en-US ] = "Looks for one text value within another (not case-sensitive)." ;
8481cdf0e10cSrcweir        };
8482cdf0e10cSrcweir        ExtraData =
8483cdf0e10cSrcweir        {
8484cdf0e10cSrcweir            0;
8485cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8486cdf0e10cSrcweir            U2S( HID_FUNC_SUCHEN );
8487cdf0e10cSrcweir            3;  0;  0;  1;
8488cdf0e10cSrcweir            0;
8489cdf0e10cSrcweir        };
8490cdf0e10cSrcweir        String 2 // Name of Parameter 1
8491cdf0e10cSrcweir        {
8492cdf0e10cSrcweir            Text [ en-US ] = "find_text" ;
8493cdf0e10cSrcweir        };
8494cdf0e10cSrcweir        String 3 // Description of Parameter 1
8495cdf0e10cSrcweir        {
8496cdf0e10cSrcweir            Text [ en-US ] = "The text to be found." ;
8497cdf0e10cSrcweir        };
8498cdf0e10cSrcweir        String 4 // Name of Parameter 2
8499cdf0e10cSrcweir        {
8500cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8501cdf0e10cSrcweir        };
8502cdf0e10cSrcweir        String 5 // Description of Parameter 2
8503cdf0e10cSrcweir        {
8504cdf0e10cSrcweir            Text [ en-US ] = "The text in which a search is to be made." ;
8505cdf0e10cSrcweir        };
8506cdf0e10cSrcweir        String 6 // Name of Parameter 3
8507cdf0e10cSrcweir        {
8508cdf0e10cSrcweir            Text [ en-US ] = "position" ;
8509cdf0e10cSrcweir        };
8510cdf0e10cSrcweir        String 7 // Description of Parameter 3
8511cdf0e10cSrcweir        {
8512cdf0e10cSrcweir            Text [ en-US ] = "The position in the text where the search is started." ;
8513cdf0e10cSrcweir        };
8514cdf0e10cSrcweir    };
8515cdf0e10cSrcweir    // -=*# Resource for function GLÄTTEN #*=-
8516cdf0e10cSrcweir    Resource SC_OPCODE_TRIM
8517cdf0e10cSrcweir    {
8518cdf0e10cSrcweir        String 1 // Description
8519cdf0e10cSrcweir        {
8520cdf0e10cSrcweir            Text [ en-US ] = "Removes extra spaces from text." ;
8521cdf0e10cSrcweir        };
8522cdf0e10cSrcweir        ExtraData =
8523cdf0e10cSrcweir        {
8524cdf0e10cSrcweir            0;
8525cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8526cdf0e10cSrcweir            U2S( HID_FUNC_GLAETTEN );
8527cdf0e10cSrcweir            1;  0;
8528cdf0e10cSrcweir            0;
8529cdf0e10cSrcweir        };
8530cdf0e10cSrcweir        String 2 // Name of Parameter 1
8531cdf0e10cSrcweir        {
8532cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8533cdf0e10cSrcweir        };
8534cdf0e10cSrcweir        String 3 // Description of Parameter 1
8535cdf0e10cSrcweir        {
8536cdf0e10cSrcweir            Text [ en-US ] = "The text in which extra spaces between words are to be deleted." ;
8537cdf0e10cSrcweir        };
8538cdf0e10cSrcweir    };
8539cdf0e10cSrcweir    // -=*# Resource for function GROSS2 #*=-
8540cdf0e10cSrcweir    Resource SC_OPCODE_PROPPER
8541cdf0e10cSrcweir    {
8542cdf0e10cSrcweir        String 1 // Description
8543cdf0e10cSrcweir        {
8544cdf0e10cSrcweir            Text [ en-US ] = "Capitalizes the first letter in all words." ;
8545cdf0e10cSrcweir        };
8546cdf0e10cSrcweir        ExtraData =
8547cdf0e10cSrcweir        {
8548cdf0e10cSrcweir            0;
8549cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8550cdf0e10cSrcweir            U2S( HID_FUNC_GROSS2 );
8551cdf0e10cSrcweir            1;  0;
8552cdf0e10cSrcweir            0;
8553cdf0e10cSrcweir        };
8554cdf0e10cSrcweir        String 2 // Name of Parameter 1
8555cdf0e10cSrcweir        {
8556cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8557cdf0e10cSrcweir        };
8558cdf0e10cSrcweir        String 3 // Description of Parameter 1
8559cdf0e10cSrcweir        {
8560cdf0e10cSrcweir            Text [ en-US ] = "The text in which the beginning of words are to be replaced by capital letters." ;
8561cdf0e10cSrcweir        };
8562cdf0e10cSrcweir    };
8563cdf0e10cSrcweir    // -=*# Resource for function GROSS #*=-
8564cdf0e10cSrcweir    Resource SC_OPCODE_UPPER
8565cdf0e10cSrcweir    {
8566cdf0e10cSrcweir        String 1 // Description
8567cdf0e10cSrcweir        {
8568cdf0e10cSrcweir            Text [ en-US ] = "Converts text to uppercase." ;
8569cdf0e10cSrcweir        };
8570cdf0e10cSrcweir        ExtraData =
8571cdf0e10cSrcweir        {
8572cdf0e10cSrcweir            0;
8573cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8574cdf0e10cSrcweir            U2S( HID_FUNC_GROSS );
8575cdf0e10cSrcweir            1;  0;
8576cdf0e10cSrcweir            0;
8577cdf0e10cSrcweir        };
8578cdf0e10cSrcweir        String 2 // Name of Parameter 1
8579cdf0e10cSrcweir        {
8580cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8581cdf0e10cSrcweir        };
8582cdf0e10cSrcweir        String 3 // Description of Parameter 1
8583cdf0e10cSrcweir        {
8584cdf0e10cSrcweir            Text [ en-US ] = "The text in which lower case letters are to be converted to capitals." ;
8585cdf0e10cSrcweir        };
8586cdf0e10cSrcweir    };
8587cdf0e10cSrcweir    // -=*# Resource for function KLEIN #*=-
8588cdf0e10cSrcweir    Resource SC_OPCODE_LOWER
8589cdf0e10cSrcweir    {
8590cdf0e10cSrcweir        String 1 // Description
8591cdf0e10cSrcweir        {
8592cdf0e10cSrcweir            Text [ en-US ] = "Converts text to lowercase." ;
8593cdf0e10cSrcweir        };
8594cdf0e10cSrcweir        ExtraData =
8595cdf0e10cSrcweir        {
8596cdf0e10cSrcweir            0;
8597cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8598cdf0e10cSrcweir            U2S( HID_FUNC_KLEIN );
8599cdf0e10cSrcweir            1;  0;
8600cdf0e10cSrcweir            0;
8601cdf0e10cSrcweir        };
8602cdf0e10cSrcweir        String 2 // Name of Parameter 1
8603cdf0e10cSrcweir        {
8604cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8605cdf0e10cSrcweir        };
8606cdf0e10cSrcweir        String 3 // Description of Parameter 1
8607cdf0e10cSrcweir        {
8608cdf0e10cSrcweir            Text [ en-US ] = "The text in which capitals are converted to lower case letters." ;
8609cdf0e10cSrcweir        };
8610cdf0e10cSrcweir    };
8611cdf0e10cSrcweir    // -=*# Resource for function WERT #*=-
8612cdf0e10cSrcweir    Resource SC_OPCODE_VALUE
8613cdf0e10cSrcweir    {
8614cdf0e10cSrcweir        String 1 // Description
8615cdf0e10cSrcweir        {
8616cdf0e10cSrcweir            Text [ en-US ] = "Converts text to a number." ;
8617cdf0e10cSrcweir        };
8618cdf0e10cSrcweir        ExtraData =
8619cdf0e10cSrcweir        {
8620cdf0e10cSrcweir            0;
8621cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8622cdf0e10cSrcweir            U2S( HID_FUNC_WERT );
8623cdf0e10cSrcweir            1;  0;
8624cdf0e10cSrcweir            0;
8625cdf0e10cSrcweir        };
8626cdf0e10cSrcweir        String 2 // Name of Parameter 1
8627cdf0e10cSrcweir        {
8628cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8629cdf0e10cSrcweir        };
8630cdf0e10cSrcweir        String 3 // Description of Parameter 1
8631cdf0e10cSrcweir        {
8632cdf0e10cSrcweir            Text [ en-US ] = "The text to be converted to a number." ;
8633cdf0e10cSrcweir        };
8634cdf0e10cSrcweir    };
8635cdf0e10cSrcweir    // -=*# Resource for function TEXT #*=-
8636cdf0e10cSrcweir    Resource SC_OPCODE_TEXT
8637cdf0e10cSrcweir    {
8638cdf0e10cSrcweir        String 1 // Description
8639cdf0e10cSrcweir        {
8640cdf0e10cSrcweir            Text [ en-US ] = "Converts a number to text according to a given format." ;
8641cdf0e10cSrcweir        };
8642cdf0e10cSrcweir        ExtraData =
8643cdf0e10cSrcweir        {
8644cdf0e10cSrcweir            0;
8645cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8646cdf0e10cSrcweir            U2S( HID_FUNC_TEXT );
8647cdf0e10cSrcweir            2;  0;  0;
8648cdf0e10cSrcweir            0;
8649cdf0e10cSrcweir        };
8650cdf0e10cSrcweir        String 2 // Name of Parameter 1
8651cdf0e10cSrcweir        {
8652cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8653cdf0e10cSrcweir        };
8654cdf0e10cSrcweir        String 3 // Description of Parameter 1
8655cdf0e10cSrcweir        {
8656cdf0e10cSrcweir            Text [ en-US ] = "The numeric value to be converted." ;
8657cdf0e10cSrcweir        };
8658cdf0e10cSrcweir        String 4 // Name of Parameter 2
8659cdf0e10cSrcweir        {
8660cdf0e10cSrcweir            Text [ en-US ] = "Format" ;
8661cdf0e10cSrcweir        };
8662cdf0e10cSrcweir        String 5 // Description of Parameter 2
8663cdf0e10cSrcweir        {
8664cdf0e10cSrcweir            Text [ en-US ] = "The text that describes the format." ;
8665cdf0e10cSrcweir        };
8666cdf0e10cSrcweir    };
8667cdf0e10cSrcweir    // -=*# Resource for function T #*=-
8668cdf0e10cSrcweir    Resource SC_OPCODE_T
8669cdf0e10cSrcweir    {
8670cdf0e10cSrcweir        String 1 // Description
8671cdf0e10cSrcweir        {
8672cdf0e10cSrcweir            Text [ en-US ] = "Returns a value if it is text, otherwise an empty string." ;
8673cdf0e10cSrcweir        };
8674cdf0e10cSrcweir        ExtraData =
8675cdf0e10cSrcweir        {
8676cdf0e10cSrcweir            0;
8677cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8678cdf0e10cSrcweir            U2S( HID_FUNC_T );
8679cdf0e10cSrcweir            1;  0;
8680cdf0e10cSrcweir            0;
8681cdf0e10cSrcweir        };
8682cdf0e10cSrcweir        String 2 // Name of Parameter 1
8683cdf0e10cSrcweir        {
8684cdf0e10cSrcweir            Text [ en-US ] = "value" ;
8685cdf0e10cSrcweir        };
8686cdf0e10cSrcweir        String 3 // Description of Parameter 1
8687cdf0e10cSrcweir        {
8688cdf0e10cSrcweir            Text [ en-US ] = "The value to be checked and returned if it is text." ;
8689cdf0e10cSrcweir        };
8690cdf0e10cSrcweir    };
8691cdf0e10cSrcweir    // -=*# Resource for function ERSETZEN #*=-
8692cdf0e10cSrcweir    Resource SC_OPCODE_REPLACE
8693cdf0e10cSrcweir    {
8694cdf0e10cSrcweir        String 1 // Description
8695cdf0e10cSrcweir        {
8696cdf0e10cSrcweir            Text [ en-US ] = "Replaces characters within a text string with a different text string." ;
8697cdf0e10cSrcweir        };
8698cdf0e10cSrcweir        ExtraData =
8699cdf0e10cSrcweir        {
8700cdf0e10cSrcweir            0;
8701cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8702cdf0e10cSrcweir            U2S( HID_FUNC_ERSETZEN );
8703cdf0e10cSrcweir            4;  0;  0;  0;  0;
8704cdf0e10cSrcweir            0;
8705cdf0e10cSrcweir        };
8706cdf0e10cSrcweir        String 2 // Name of Parameter 1
8707cdf0e10cSrcweir        {
8708cdf0e10cSrcweir            Text [ en-US ] = "Text" ;
8709cdf0e10cSrcweir        };
8710cdf0e10cSrcweir        String 3 // Description of Parameter 1
8711cdf0e10cSrcweir        {
8712cdf0e10cSrcweir            Text [ en-US ] = "The text in which some characters are to be replaced." ;
8713cdf0e10cSrcweir        };
8714cdf0e10cSrcweir        String 4 // Name of Parameter 2
8715cdf0e10cSrcweir        {
8716cdf0e10cSrcweir            Text [ en-US ] = "position" ;
8717cdf0e10cSrcweir        };
8718cdf0e10cSrcweir        String 5 // Description of Parameter 2
8719cdf0e10cSrcweir        {
8720cdf0e10cSrcweir            Text [ en-US ] = "The character position from which text is to be replaced." ;
8721cdf0e10cSrcweir        };
8722cdf0e10cSrcweir        String 6 // Name of Parameter 3
8723cdf0e10cSrcweir        {
8724cdf0e10cSrcweir            Text [ en-US ] = "length" ;
8725cdf0e10cSrcweir        };
8726cdf0e10cSrcweir        String 7 // Description of Parameter 3
8727cdf0e10cSrcweir        {
8728cdf0e10cSrcweir            Text [ en-US ] = "The number of characters to be replaced." ;
8729cdf0e10cSrcweir        };
8730cdf0e10cSrcweir        String 8 // Name of Parameter 4
8731cdf0e10cSrcweir        {
8732cdf0e10cSrcweir            Text [ en-US ] = "new text" ;
8733cdf0e10cSrcweir        };
8734cdf0e10cSrcweir        String 9 // Description of Parameter 4
8735cdf0e10cSrcweir        {
8736cdf0e10cSrcweir            Text [ en-US ] = "The text to be inserted." ;
8737cdf0e10cSrcweir        };
8738cdf0e10cSrcweir    };
8739cdf0e10cSrcweir    // -=*# Resource for function FEST #*=-
8740cdf0e10cSrcweir    Resource SC_OPCODE_FIXED
8741cdf0e10cSrcweir    {
8742cdf0e10cSrcweir        String 1 // Description
8743cdf0e10cSrcweir        {
8744cdf0e10cSrcweir            Text [ en-US ] = "Formats a number with a fixed number of places after the decimal point and thousands separator." ;
8745cdf0e10cSrcweir        };
8746cdf0e10cSrcweir        ExtraData =
8747cdf0e10cSrcweir        {
8748cdf0e10cSrcweir            0;
8749cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8750cdf0e10cSrcweir            U2S( HID_FUNC_FEST );
8751cdf0e10cSrcweir            3;  0;  0;  1;
8752cdf0e10cSrcweir            0;
8753cdf0e10cSrcweir        };
8754cdf0e10cSrcweir        String 2 // Name of Parameter 1
8755cdf0e10cSrcweir        {
8756cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8757cdf0e10cSrcweir        };
8758cdf0e10cSrcweir        String 3 // Description of Parameter 1
8759cdf0e10cSrcweir        {
8760cdf0e10cSrcweir            Text [ en-US ] = "The number to be formatted." ;
8761cdf0e10cSrcweir        };
8762cdf0e10cSrcweir        String 4 // Name of Parameter 2
8763cdf0e10cSrcweir        {
8764cdf0e10cSrcweir            Text [ en-US ] = "Decimals" ;
8765cdf0e10cSrcweir        };
8766cdf0e10cSrcweir        String 5 // Description of Parameter 2
8767cdf0e10cSrcweir        {
8768cdf0e10cSrcweir            Text [ en-US ] = "Decimal places. The number of fixed decimal places that are to be displayed." ;
8769cdf0e10cSrcweir        };
8770cdf0e10cSrcweir        String 6 // Name of Parameter 3
8771cdf0e10cSrcweir        {
8772cdf0e10cSrcweir            Text [ en-US ] = "No thousands separators" ;
8773cdf0e10cSrcweir        };
8774cdf0e10cSrcweir        String 7 // Description of Parameter 3
8775cdf0e10cSrcweir        {
8776cdf0e10cSrcweir            Text [ en-US ] = "No thousands separator. True value, if existing and TRUE (unequal to 0), no thousands separators are set." ;
8777cdf0e10cSrcweir        };
8778cdf0e10cSrcweir    };
8779cdf0e10cSrcweir    // -=*# Resource for function LÄNGE #*=-
8780cdf0e10cSrcweir    Resource SC_OPCODE_LEN
8781cdf0e10cSrcweir    {
8782cdf0e10cSrcweir        String 1 // Description
8783cdf0e10cSrcweir        {
8784cdf0e10cSrcweir            Text [ en-US ] = "Calculates length of a text string." ;
8785cdf0e10cSrcweir        };
8786cdf0e10cSrcweir        ExtraData =
8787cdf0e10cSrcweir        {
8788cdf0e10cSrcweir            0;
8789cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8790cdf0e10cSrcweir            U2S( HID_FUNC_LAENGE );
8791cdf0e10cSrcweir            1;  0;
8792cdf0e10cSrcweir            0;
8793cdf0e10cSrcweir        };
8794cdf0e10cSrcweir        String 2 // Name of Parameter 1
8795cdf0e10cSrcweir        {
8796cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8797cdf0e10cSrcweir        };
8798cdf0e10cSrcweir        String 3 // Description of Parameter 1
8799cdf0e10cSrcweir        {
8800cdf0e10cSrcweir            Text [ en-US ] = "The text in which the length is to be determined." ;
8801cdf0e10cSrcweir        };
8802cdf0e10cSrcweir    };
8803cdf0e10cSrcweir    // -=*# Resource for function LINKS #*=-
8804cdf0e10cSrcweir    Resource SC_OPCODE_LEFT
8805cdf0e10cSrcweir    {
8806cdf0e10cSrcweir        String 1 // Description
8807cdf0e10cSrcweir        {
8808cdf0e10cSrcweir            Text [ en-US ] = "Returns the first character or characters of a text." ;
8809cdf0e10cSrcweir        };
8810cdf0e10cSrcweir        ExtraData =
8811cdf0e10cSrcweir        {
8812cdf0e10cSrcweir            0;
8813cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8814cdf0e10cSrcweir            U2S( HID_FUNC_LINKS );
8815cdf0e10cSrcweir            2;  0;  1;
8816cdf0e10cSrcweir            0;
8817cdf0e10cSrcweir        };
8818cdf0e10cSrcweir        String 2 // Name of Parameter 1
8819cdf0e10cSrcweir        {
8820cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8821cdf0e10cSrcweir        };
8822cdf0e10cSrcweir        String 3 // Description of Parameter 1
8823cdf0e10cSrcweir        {
8824cdf0e10cSrcweir            Text [ en-US ] = "The text where the initial partial words are to be determined." ;
8825cdf0e10cSrcweir        };
8826cdf0e10cSrcweir        String 4 // Name of Parameter 2
8827cdf0e10cSrcweir        {
8828cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8829cdf0e10cSrcweir        };
8830cdf0e10cSrcweir        String 5 // Description of Parameter 2
8831cdf0e10cSrcweir        {
8832cdf0e10cSrcweir            Text [ en-US ] = "The number of characters for the start text." ;
8833cdf0e10cSrcweir        };
8834cdf0e10cSrcweir    };
8835cdf0e10cSrcweir    // -=*# Resource for function RECHTS #*=-
8836cdf0e10cSrcweir    Resource SC_OPCODE_RIGHT
8837cdf0e10cSrcweir    {
8838cdf0e10cSrcweir        String 1 // Description
8839cdf0e10cSrcweir        {
8840cdf0e10cSrcweir            Text [ en-US ] = "Returns the last character or characters of a text." ;
8841cdf0e10cSrcweir        };
8842cdf0e10cSrcweir        ExtraData =
8843cdf0e10cSrcweir        {
8844cdf0e10cSrcweir            0;
8845cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8846cdf0e10cSrcweir            U2S( HID_FUNC_RECHTS );
8847cdf0e10cSrcweir            2;  0;  1;
8848cdf0e10cSrcweir            0;
8849cdf0e10cSrcweir        };
8850cdf0e10cSrcweir        String 2 // Name of Parameter 1
8851cdf0e10cSrcweir        {
8852cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8853cdf0e10cSrcweir        };
8854cdf0e10cSrcweir        String 3 // Description of Parameter 1
8855cdf0e10cSrcweir        {
8856cdf0e10cSrcweir            Text [ en-US ] = "The text in which the end partial words are to be determined." ;
8857cdf0e10cSrcweir        };
8858cdf0e10cSrcweir        String 4 // Name of Parameter 2
8859cdf0e10cSrcweir        {
8860cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8861cdf0e10cSrcweir        };
8862cdf0e10cSrcweir        String 5 // Description of Parameter 2
8863cdf0e10cSrcweir        {
8864cdf0e10cSrcweir            Text [ en-US ] = "The number of characters for the end text." ;
8865cdf0e10cSrcweir        };
8866cdf0e10cSrcweir    };
8867cdf0e10cSrcweir    // -=*# Resource for function TEIL #*=-
8868cdf0e10cSrcweir    Resource SC_OPCODE_MID
8869cdf0e10cSrcweir    {
8870cdf0e10cSrcweir        String 1 // Description
8871cdf0e10cSrcweir        {
8872cdf0e10cSrcweir            Text [ en-US ] = "Returns a partial text string of a text." ;
8873cdf0e10cSrcweir        };
8874cdf0e10cSrcweir        ExtraData =
8875cdf0e10cSrcweir        {
8876cdf0e10cSrcweir            0;
8877cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8878cdf0e10cSrcweir            U2S( HID_FUNC_TEIL );
8879cdf0e10cSrcweir            3;  0;  0;  0;
8880cdf0e10cSrcweir            0;
8881cdf0e10cSrcweir        };
8882cdf0e10cSrcweir        String 2 // Name of Parameter 1
8883cdf0e10cSrcweir        {
8884cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8885cdf0e10cSrcweir        };
8886cdf0e10cSrcweir        String 3 // Description of Parameter 1
8887cdf0e10cSrcweir        {
8888cdf0e10cSrcweir            Text [ en-US ] = "The text in which partial words are to be determined." ;
8889cdf0e10cSrcweir        };
8890cdf0e10cSrcweir        String 4 // Name of Parameter 2
8891cdf0e10cSrcweir        {
8892cdf0e10cSrcweir            Text [ en-US ] = "start" ;
8893cdf0e10cSrcweir        };
8894cdf0e10cSrcweir        String 5 // Description of Parameter 2
8895cdf0e10cSrcweir        {
8896cdf0e10cSrcweir            Text [ en-US ] = "The position from which the part word is to be determined." ;
8897cdf0e10cSrcweir        };
8898cdf0e10cSrcweir        String 6 // Name of Parameter 3
8899cdf0e10cSrcweir        {
8900cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8901cdf0e10cSrcweir        };
8902cdf0e10cSrcweir        String 7 // Description of Parameter 3
8903cdf0e10cSrcweir        {
8904cdf0e10cSrcweir            Text [ en-US ] = "The number of characters for the text." ;
8905cdf0e10cSrcweir        };
8906cdf0e10cSrcweir    };
8907cdf0e10cSrcweir    // -=*# Resource for function WIEDERHOLEN #*=-
8908cdf0e10cSrcweir    Resource SC_OPCODE_REPT
8909cdf0e10cSrcweir    {
8910cdf0e10cSrcweir        String 1 // Description
8911cdf0e10cSrcweir        {
8912cdf0e10cSrcweir            Text [ en-US ] = "Repeats text a given number of times." ;
8913cdf0e10cSrcweir        };
8914cdf0e10cSrcweir        ExtraData =
8915cdf0e10cSrcweir        {
8916cdf0e10cSrcweir            0;
8917cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8918cdf0e10cSrcweir            U2S( HID_FUNC_WIEDERHOLEN );
8919cdf0e10cSrcweir            2;  0;  0;
8920cdf0e10cSrcweir            0;
8921cdf0e10cSrcweir        };
8922cdf0e10cSrcweir        String 2 // Name of Parameter 1
8923cdf0e10cSrcweir        {
8924cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8925cdf0e10cSrcweir        };
8926cdf0e10cSrcweir        String 3 // Description of Parameter 1
8927cdf0e10cSrcweir        {
8928cdf0e10cSrcweir            Text [ en-US ] = "The text to be repeated." ;
8929cdf0e10cSrcweir        };
8930cdf0e10cSrcweir        String 4 // Name of Parameter 2
8931cdf0e10cSrcweir        {
8932cdf0e10cSrcweir            Text [ en-US ] = "number" ;
8933cdf0e10cSrcweir        };
8934cdf0e10cSrcweir        String 5 // Description of Parameter 2
8935cdf0e10cSrcweir        {
8936cdf0e10cSrcweir            Text [ en-US ] = "The number of times the text is to be repeated." ;
8937cdf0e10cSrcweir        };
8938cdf0e10cSrcweir    };
8939cdf0e10cSrcweir    // -=*# Resource for function WECHSELN #*=-
8940cdf0e10cSrcweir    Resource SC_OPCODE_SUBSTITUTE
8941cdf0e10cSrcweir    {
8942cdf0e10cSrcweir        String 1 // Description
8943cdf0e10cSrcweir        {
8944cdf0e10cSrcweir            Text [ en-US ] = "Substitutes new text for old text in a string." ;
8945cdf0e10cSrcweir        };
8946cdf0e10cSrcweir        ExtraData =
8947cdf0e10cSrcweir        {
8948cdf0e10cSrcweir            0;
8949cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8950cdf0e10cSrcweir            U2S( HID_FUNC_WECHSELN );
8951cdf0e10cSrcweir            4;  0;  0;  0;  1;
8952cdf0e10cSrcweir            0;
8953cdf0e10cSrcweir        };
8954cdf0e10cSrcweir        String 2 // Name of Parameter 1
8955cdf0e10cSrcweir        {
8956cdf0e10cSrcweir            Text [ en-US ] = "text" ;
8957cdf0e10cSrcweir        };
8958cdf0e10cSrcweir        String 3 // Description of Parameter 1
8959cdf0e10cSrcweir        {
8960cdf0e10cSrcweir            Text [ en-US ] = "The text in which partial words are to be replaced." ;
8961cdf0e10cSrcweir        };
8962cdf0e10cSrcweir        String 4 // Name of Parameter 2
8963cdf0e10cSrcweir        {
8964cdf0e10cSrcweir            Text [ en-US ] = "search_text" ;
8965cdf0e10cSrcweir        };
8966cdf0e10cSrcweir        String 5 // Description of Parameter 2
8967cdf0e10cSrcweir        {
8968cdf0e10cSrcweir            Text [ en-US ] = "The partial string to be (repeatedly) replaced." ;
8969cdf0e10cSrcweir        };
8970cdf0e10cSrcweir        String 6 // Name of Parameter 3
8971cdf0e10cSrcweir        {
8972cdf0e10cSrcweir            Text [ en-US ] = "new text" ;
8973cdf0e10cSrcweir        };
8974cdf0e10cSrcweir        String 7 // Description of Parameter 3
8975cdf0e10cSrcweir        {
8976cdf0e10cSrcweir            Text [ en-US ] = "The text which is to replace the text string." ;
8977cdf0e10cSrcweir        };
8978cdf0e10cSrcweir        String 8 // Name of Parameter 4
8979cdf0e10cSrcweir        {
8980cdf0e10cSrcweir            Text [ en-US ] = "occurrence" ;
8981cdf0e10cSrcweir        };
8982cdf0e10cSrcweir        String 9 // Description of Parameter 4
8983cdf0e10cSrcweir        {
8984cdf0e10cSrcweir            Text [ en-US ] = "Which occurrence of the old text is to be replaced." ;
8985cdf0e10cSrcweir        };
8986cdf0e10cSrcweir    };
8987cdf0e10cSrcweir    // -=*# Resource for function BASIS #*=-
8988cdf0e10cSrcweir    Resource SC_OPCODE_BASE
8989cdf0e10cSrcweir    {
8990cdf0e10cSrcweir        String 1 // Description
8991cdf0e10cSrcweir        {
8992cdf0e10cSrcweir            Text [ en-US ] = "Converts a positive integer to text from a number system to the base defined." ;
8993cdf0e10cSrcweir        };
8994cdf0e10cSrcweir        ExtraData =
8995cdf0e10cSrcweir        {
8996cdf0e10cSrcweir            0;
8997cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
8998cdf0e10cSrcweir            U2S( HID_FUNC_BASIS );
8999cdf0e10cSrcweir            3;  0;  0;  1;
9000cdf0e10cSrcweir            0;
9001cdf0e10cSrcweir        };
9002cdf0e10cSrcweir        String 2 // Name of Parameter 1
9003cdf0e10cSrcweir        {
9004cdf0e10cSrcweir            Text [ en-US ] = "number" ;
9005cdf0e10cSrcweir        };
9006cdf0e10cSrcweir        String 3 // Description of Parameter 1
9007cdf0e10cSrcweir        {
9008cdf0e10cSrcweir            Text [ en-US ] = "The number to be converted." ;
9009cdf0e10cSrcweir        };
9010cdf0e10cSrcweir        String 4 // Name of Parameter 2
9011cdf0e10cSrcweir        {
9012cdf0e10cSrcweir            Text [ en-US ] = "radix" ;
9013cdf0e10cSrcweir        };
9014cdf0e10cSrcweir        String 5 // Description of Parameter 2
9015cdf0e10cSrcweir        {
9016cdf0e10cSrcweir            Text [ en-US ] = "The base number for conversion must be in the range 2 - 36." ;
9017cdf0e10cSrcweir        };
9018cdf0e10cSrcweir        String 6 // Name of Parameter 3
9019cdf0e10cSrcweir        {
9020cdf0e10cSrcweir            Text [ en-US ] = "Minimum length" ;
9021cdf0e10cSrcweir        };
9022cdf0e10cSrcweir        String 7 // Description of Parameter 3
9023cdf0e10cSrcweir        {
9024cdf0e10cSrcweir            Text [ en-US ] = "If the text is shorter than the specified length, zeros are added to the left of the string." ;
9025cdf0e10cSrcweir        };
9026cdf0e10cSrcweir    };
9027cdf0e10cSrcweir    // -=*# Resource for function DEZIMAL #*=-
9028cdf0e10cSrcweir    Resource SC_OPCODE_DECIMAL
9029cdf0e10cSrcweir    {
9030cdf0e10cSrcweir        String 1 // Description
9031cdf0e10cSrcweir        {
9032cdf0e10cSrcweir            Text [ en-US ] = "Converts a text of a specified number system to a positive integer in the base given." ;
9033cdf0e10cSrcweir        };
9034cdf0e10cSrcweir        ExtraData =
9035cdf0e10cSrcweir        {
9036cdf0e10cSrcweir            0;
9037cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
9038cdf0e10cSrcweir            U2S( HID_FUNC_DEZIMAL );
9039cdf0e10cSrcweir            2;  0;  0;
9040cdf0e10cSrcweir            0;
9041cdf0e10cSrcweir        };
9042cdf0e10cSrcweir        String 2 // Name of Parameter 1
9043cdf0e10cSrcweir        {
9044cdf0e10cSrcweir            Text [ en-US ] = "text" ;
9045cdf0e10cSrcweir        };
9046cdf0e10cSrcweir        String 3 // Description of Parameter 1
9047cdf0e10cSrcweir        {
9048cdf0e10cSrcweir            Text [ en-US ] = "The text to be converted." ;
9049cdf0e10cSrcweir        };
9050cdf0e10cSrcweir        String 4 // Name of Parameter 2
9051cdf0e10cSrcweir        {
9052cdf0e10cSrcweir            Text [ en-US ] = "radix" ;
9053cdf0e10cSrcweir        };
9054cdf0e10cSrcweir        String 5 // Description of Parameter 2
9055cdf0e10cSrcweir        {
9056cdf0e10cSrcweir            Text [ en-US ] = "The base number for conversion must be in the range 2 - 36." ;
9057cdf0e10cSrcweir        };
9058cdf0e10cSrcweir    };
9059cdf0e10cSrcweir    // -=*# Resource for function CONVERT #*=-
9060cdf0e10cSrcweir    Resource SC_OPCODE_CONVERT
9061cdf0e10cSrcweir    {
9062cdf0e10cSrcweir        String 1 // Description
9063cdf0e10cSrcweir        {
9064cdf0e10cSrcweir            Text [ en-US ] = "Converts a value according to a conversion table in the configuration (calc.xcu)." ;
9065cdf0e10cSrcweir        };
9066cdf0e10cSrcweir        ExtraData =
9067cdf0e10cSrcweir        {
9068cdf0e10cSrcweir            0;
9069cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
9070cdf0e10cSrcweir            U2S( HID_FUNC_UMRECHNEN );
9071cdf0e10cSrcweir            3;  0;  0;  0;
9072cdf0e10cSrcweir            0;
9073cdf0e10cSrcweir        };
9074cdf0e10cSrcweir        String 2 // Name of Parameter 1
9075cdf0e10cSrcweir        {
9076cdf0e10cSrcweir            Text [ en-US ] = "value" ;
9077cdf0e10cSrcweir        };
9078cdf0e10cSrcweir        String 3 // Description of Parameter 1
9079cdf0e10cSrcweir        {
9080cdf0e10cSrcweir            Text [ en-US ] = "The value to be converted." ;
9081cdf0e10cSrcweir        };
9082cdf0e10cSrcweir        String 4 // Name of Parameter 2
9083cdf0e10cSrcweir        {
9084cdf0e10cSrcweir            Text [ en-US ] = "text" ;
9085cdf0e10cSrcweir        };
9086cdf0e10cSrcweir        String 5 // Description of Parameter 2
9087cdf0e10cSrcweir        {
9088cdf0e10cSrcweir            Text [ en-US ] = "Unit from which something is converted, case-sensitive." ;
9089cdf0e10cSrcweir        };
9090cdf0e10cSrcweir        String 6 // Name of Parameter 3
9091cdf0e10cSrcweir        {
9092cdf0e10cSrcweir            Text [ en-US ] = "text" ;
9093cdf0e10cSrcweir        };
9094cdf0e10cSrcweir        String 7 // Description of Parameter 3
9095cdf0e10cSrcweir        {
9096cdf0e10cSrcweir            Text [ en-US ] = "Unit into which something is converted, case-sensitive." ;
9097cdf0e10cSrcweir        };
9098cdf0e10cSrcweir    };
9099cdf0e10cSrcweir    // -=*# Resource for function ROEMISCH #*=-
9100cdf0e10cSrcweir    Resource SC_OPCODE_ROMAN
9101cdf0e10cSrcweir    {
9102cdf0e10cSrcweir        String 1 // Description
9103cdf0e10cSrcweir        {
9104cdf0e10cSrcweir            Text [ en-US ] = "Converts a number to a Roman numeral." ;
9105cdf0e10cSrcweir        };
9106cdf0e10cSrcweir        ExtraData =
9107cdf0e10cSrcweir        {
9108cdf0e10cSrcweir            0;
9109cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
9110cdf0e10cSrcweir            U2S( HID_FUNC_ROEMISCH );
9111cdf0e10cSrcweir            2;  0;  1;
9112cdf0e10cSrcweir            0;
9113cdf0e10cSrcweir        };
9114cdf0e10cSrcweir        String 2 // Name of Parameter 1
9115cdf0e10cSrcweir        {
9116cdf0e10cSrcweir            Text [ en-US ] = "Number" ;
9117cdf0e10cSrcweir        };
9118cdf0e10cSrcweir        String 3 // Description of Parameter 1
9119cdf0e10cSrcweir        {
9120cdf0e10cSrcweir            Text [ en-US ] = "The number to be converted to a Roman numeral must be in the 0 - 3999 range." ;
9121cdf0e10cSrcweir        };
9122cdf0e10cSrcweir        String 4 // Name of Parameter 2
9123cdf0e10cSrcweir        {
9124cdf0e10cSrcweir            Text [ en-US ] = "Mode" ;
9125cdf0e10cSrcweir        };
9126cdf0e10cSrcweir        String 5 // Description of Parameter 2
9127cdf0e10cSrcweir        {
9128cdf0e10cSrcweir            Text [ en-US ] = "The more this value increases, the more the Roman numeral is simplified. The value must be in the 0 - 4 range." ;
9129cdf0e10cSrcweir        };
9130cdf0e10cSrcweir    };
9131cdf0e10cSrcweir    // -=*# Resource for function ARABISCH #*=-
9132cdf0e10cSrcweir    Resource SC_OPCODE_ARABIC
9133cdf0e10cSrcweir    {
9134cdf0e10cSrcweir        String 1 // Description
9135cdf0e10cSrcweir        {
9136cdf0e10cSrcweir            Text [ en-US ] = "Calculates the value of a Roman numeral." ;
9137cdf0e10cSrcweir        };
9138cdf0e10cSrcweir        ExtraData =
9139cdf0e10cSrcweir        {
9140cdf0e10cSrcweir            0;
9141cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
9142cdf0e10cSrcweir            U2S( HID_FUNC_ARABISCH );
9143cdf0e10cSrcweir            1;  0;
9144cdf0e10cSrcweir            0;
9145cdf0e10cSrcweir        };
9146cdf0e10cSrcweir        String 2 // Name of Parameter 1
9147cdf0e10cSrcweir        {
9148cdf0e10cSrcweir            Text [ en-US ] = "Text" ;
9149cdf0e10cSrcweir        };
9150cdf0e10cSrcweir        String 3 // Description of Parameter 1
9151cdf0e10cSrcweir        {
9152cdf0e10cSrcweir            Text [ en-US ] = "The text that represents a Roman numeral." ;
9153cdf0e10cSrcweir        };
9154cdf0e10cSrcweir    };
9155cdf0e10cSrcweir    Resource SC_OPCODE_INFO
9156cdf0e10cSrcweir    {
9157cdf0e10cSrcweir        String 1
9158cdf0e10cSrcweir        {
9159cdf0e10cSrcweir            Text [ en-US ] = "Returns information about the environment." ;
9160cdf0e10cSrcweir        };
9161cdf0e10cSrcweir        ExtraData =
9162cdf0e10cSrcweir        {
9163cdf0e10cSrcweir            0;
9164cdf0e10cSrcweir            ID_FUNCTION_GRP_INFO;
9165cdf0e10cSrcweir            U2S( HID_FUNC_INFO );
9166cdf0e10cSrcweir            1;  0;
9167cdf0e10cSrcweir            0;
9168cdf0e10cSrcweir        };
9169cdf0e10cSrcweir        String 2
9170cdf0e10cSrcweir        {
9171cdf0e10cSrcweir            Text [ en-US ] = "Text" ;
9172cdf0e10cSrcweir        };
9173cdf0e10cSrcweir        String 3
9174cdf0e10cSrcweir        {
9175cdf0e10cSrcweir            Text [ en-US ] = "Can be \"osversion\", \"system\", \"release\", \"numfile\", and \"recalc\"." ;
9176cdf0e10cSrcweir        };
9177cdf0e10cSrcweir    };
9178cdf0e10cSrcweir    Resource SC_OPCODE_UNICODE
9179cdf0e10cSrcweir    {
9180cdf0e10cSrcweir        String 1 // Description
9181cdf0e10cSrcweir        {
9182cdf0e10cSrcweir            Text [ en-US ] = "Returns the numeric code for the first Unicode character in a text string." ;
9183cdf0e10cSrcweir        };
9184cdf0e10cSrcweir        ExtraData =
9185cdf0e10cSrcweir        {
9186cdf0e10cSrcweir            0;
9187cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
9188cdf0e10cSrcweir            U2S( HID_FUNC_UNICODE );
9189cdf0e10cSrcweir            1;  0;
9190cdf0e10cSrcweir            0;
9191cdf0e10cSrcweir        };
9192cdf0e10cSrcweir        String 2 // Name of Parameter 1
9193cdf0e10cSrcweir        {
9194cdf0e10cSrcweir            Text [ en-US ] = "text" ;
9195cdf0e10cSrcweir        };
9196cdf0e10cSrcweir        String 3 // Description of Parameter 1
9197cdf0e10cSrcweir        {
9198cdf0e10cSrcweir            Text [ en-US ] = "This is the text for which the code of the first character is to be found." ;
9199cdf0e10cSrcweir        };
9200cdf0e10cSrcweir    };
9201cdf0e10cSrcweir    Resource SC_OPCODE_UNICHAR
9202cdf0e10cSrcweir    {
9203cdf0e10cSrcweir        String 1 // Description
9204cdf0e10cSrcweir        {
9205cdf0e10cSrcweir            Text [ en-US ] = "Converts a code number into a Unicode character or letter." ;
9206cdf0e10cSrcweir        };
9207cdf0e10cSrcweir        ExtraData =
9208cdf0e10cSrcweir        {
9209cdf0e10cSrcweir            0;
9210cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
9211cdf0e10cSrcweir            U2S( HID_FUNC_UNICHAR );
9212cdf0e10cSrcweir            1;  0;
9213cdf0e10cSrcweir            0;
9214cdf0e10cSrcweir        };
9215cdf0e10cSrcweir        String 2 // Name of Parameter 1
9216cdf0e10cSrcweir        {
9217cdf0e10cSrcweir            Text [ en-US ] = "number" ;
9218cdf0e10cSrcweir        };
9219cdf0e10cSrcweir        String 3 // Description of Parameter 1
9220cdf0e10cSrcweir        {
9221cdf0e10cSrcweir            Text [ en-US ] = "The code value for the character." ;
9222cdf0e10cSrcweir        };
9223cdf0e10cSrcweir    };
9224cdf0e10cSrcweir    Resource SC_OPCODE_EUROCONVERT
9225cdf0e10cSrcweir    {
9226cdf0e10cSrcweir        String 1 // Description
9227cdf0e10cSrcweir        {
9228cdf0e10cSrcweir            Text [ en-US ] = "Converts a value from one to another Euro currency." ;
9229cdf0e10cSrcweir        };
9230cdf0e10cSrcweir        ExtraData =
9231cdf0e10cSrcweir        {
9232cdf0e10cSrcweir            0; // DOING
9233cdf0e10cSrcweir            ID_FUNCTION_GRP_MATH;
9234cdf0e10cSrcweir            U2S( HID_FUNC_EUROCONVERT );
9235cdf0e10cSrcweir            5;  0;  0;  0;  1;  1;
9236cdf0e10cSrcweir            0;
9237cdf0e10cSrcweir        };
9238cdf0e10cSrcweir        String 2 // Name of Parameter 1
9239cdf0e10cSrcweir        {
9240cdf0e10cSrcweir            Text [ en-US ] = "value" ;
9241cdf0e10cSrcweir        };
9242cdf0e10cSrcweir        String 3 // Description of Parameter 1
9243cdf0e10cSrcweir        {
9244cdf0e10cSrcweir            Text [ en-US ] = "The value to be converted." ;
9245cdf0e10cSrcweir        };
9246cdf0e10cSrcweir        String 4 // Name of Parameter 2
9247cdf0e10cSrcweir        {
9248cdf0e10cSrcweir            Text [ en-US ] = "from_currency" ;
9249cdf0e10cSrcweir        };
9250cdf0e10cSrcweir        String 5 // Description of Parameter 2
9251cdf0e10cSrcweir        {
9252cdf0e10cSrcweir            Text [ en-US ] = "ISO 4217 code of the currency from which is converted, case-sensitive." ;
9253cdf0e10cSrcweir        };
9254cdf0e10cSrcweir        String 6 // Name of Parameter 3
9255cdf0e10cSrcweir        {
9256cdf0e10cSrcweir            Text [ en-US ] = "to_currency" ;
9257cdf0e10cSrcweir        };
9258cdf0e10cSrcweir        String 7 // Description of Parameter 3
9259cdf0e10cSrcweir        {
9260cdf0e10cSrcweir            Text [ en-US ] = "ISO 4217 code of the currency into which is converted, case-sensitive." ;
9261cdf0e10cSrcweir        };
9262cdf0e10cSrcweir        String 8 // Name of Parameter 4
9263cdf0e10cSrcweir        {
9264cdf0e10cSrcweir            Text [ en-US ] = "full_precision" ;
9265cdf0e10cSrcweir        };
9266cdf0e10cSrcweir        String 9 // Description of Parameter 4
9267cdf0e10cSrcweir        {
9268cdf0e10cSrcweir            Text [ en-US ] = "If omitted or 0 or FALSE, the result is rounded to the decimals of to_currency. Else the result is not rounded." ;
9269cdf0e10cSrcweir        };
9270cdf0e10cSrcweir        String 10 // Name of Parameter 5
9271cdf0e10cSrcweir        {
9272cdf0e10cSrcweir            Text [ en-US ] = "triangulation_precision" ;
9273cdf0e10cSrcweir        };
9274cdf0e10cSrcweir        String 11 // Description of Parameter 5
9275cdf0e10cSrcweir        {
9276cdf0e10cSrcweir            Text [ en-US ] = "If given and >=3, the intermediate result of a triangular conversion is rounded to that precision. If omitted, the result is not rounded." ;
9277cdf0e10cSrcweir        };
9278cdf0e10cSrcweir    };
9279cdf0e10cSrcweir    Resource SC_OPCODE_NUMBERVALUE
9280cdf0e10cSrcweir    {
9281cdf0e10cSrcweir        String 1 // Description
9282cdf0e10cSrcweir        {
9283cdf0e10cSrcweir            Text [ en-US ] = "Converts text to a number, in a locale-independent way." ;
9284cdf0e10cSrcweir        };
9285cdf0e10cSrcweir        ExtraData =
9286cdf0e10cSrcweir        {
9287cdf0e10cSrcweir            1; // TODO: implementation and unsuppress
9288cdf0e10cSrcweir            ID_FUNCTION_GRP_TEXT;
9289cdf0e10cSrcweir            U2S( HID_FUNC_NUMBERVALUE );
9290cdf0e10cSrcweir            2;  0;  0;
9291cdf0e10cSrcweir            0;
9292cdf0e10cSrcweir        };
9293cdf0e10cSrcweir        String 2 // Name of Parameter 1
9294cdf0e10cSrcweir        {
9295cdf0e10cSrcweir            Text [ en-US ] = "text" ;
9296cdf0e10cSrcweir        };
9297cdf0e10cSrcweir        String 3 // Description of Parameter 1
9298cdf0e10cSrcweir        {
9299cdf0e10cSrcweir            Text [ en-US ] = "The text to be converted to a number." ;
9300cdf0e10cSrcweir        };
9301cdf0e10cSrcweir        String 4 // Name of Parameter 2
9302cdf0e10cSrcweir        {
9303cdf0e10cSrcweir            Text [ en-US ] = "decimal_point" ;
9304cdf0e10cSrcweir        };
9305cdf0e10cSrcweir        String 5 // Description of Parameter 2
9306cdf0e10cSrcweir        {
9307cdf0e10cSrcweir            Text [ en-US ] = "Defines the character used as the decimal point." ;
9308cdf0e10cSrcweir        };
9309cdf0e10cSrcweir    };
931039c2db0bSWang Lei    Resource SC_OPCODE_LENB
931139c2db0bSWang Lei    {
931239c2db0bSWang Lei        String 1 // Description
931339c2db0bSWang Lei        {
931439c2db0bSWang Lei            Text [ en-US ] = "Calculates length of a text string, with DBCS" ;
931539c2db0bSWang Lei        };
931639c2db0bSWang Lei        ExtraData =
931739c2db0bSWang Lei        {
931839c2db0bSWang Lei            0;
931939c2db0bSWang Lei            ID_FUNCTION_GRP_TEXT;
932039c2db0bSWang Lei            U2S( HID_FUNC_LENB );
932139c2db0bSWang Lei            1;  0;
932239c2db0bSWang Lei            0;
932339c2db0bSWang Lei        };
932439c2db0bSWang Lei        String 2 // Name of Parameter 1
932539c2db0bSWang Lei        {
932639c2db0bSWang Lei            Text [ en-US ] = "text" ;
932739c2db0bSWang Lei        };
932839c2db0bSWang Lei        String 3 // Description of Parameter 1
932939c2db0bSWang Lei        {
933039c2db0bSWang Lei            Text [ en-US ] = "The text in which the length is to be determined." ;
933139c2db0bSWang Lei        };
933239c2db0bSWang Lei    };
933339c2db0bSWang Lei    Resource SC_OPCODE_RIGHTB
933439c2db0bSWang Lei    {
933539c2db0bSWang Lei        String 1 // Description
933639c2db0bSWang Lei        {
933739c2db0bSWang Lei            Text [ en-US ] = "Returns the last character or characters of a text, with DBCS" ;
933839c2db0bSWang Lei        };
933939c2db0bSWang Lei        ExtraData =
934039c2db0bSWang Lei        {
934139c2db0bSWang Lei            0;
934239c2db0bSWang Lei            ID_FUNCTION_GRP_TEXT;
934339c2db0bSWang Lei            U2S( HID_FUNC_RIGHTB );
934439c2db0bSWang Lei            2;  0;  1;
934539c2db0bSWang Lei            0;
934639c2db0bSWang Lei        };
934739c2db0bSWang Lei        String 2 // Name of Parameter 1
934839c2db0bSWang Lei        {
934939c2db0bSWang Lei            Text [ en-US ] = "text" ;
935039c2db0bSWang Lei        };
935139c2db0bSWang Lei        String 3 // Description of Parameter 1
935239c2db0bSWang Lei        {
935339c2db0bSWang Lei            Text [ en-US ] = "The text in which the end partial words are to be determined." ;
935439c2db0bSWang Lei        };
935539c2db0bSWang Lei        String 4 // Name of Parameter 2
935639c2db0bSWang Lei        {
935739c2db0bSWang Lei            Text [ en-US ] = "number" ;
935839c2db0bSWang Lei        };
935939c2db0bSWang Lei        String 5 // Description of Parameter 2
936039c2db0bSWang Lei        {
936139c2db0bSWang Lei            Text [ en-US ] = "The number of characters for the end text." ;
936239c2db0bSWang Lei        };
936339c2db0bSWang Lei    };
936439c2db0bSWang Lei    Resource SC_OPCODE_LEFTB
936539c2db0bSWang Lei    {
936639c2db0bSWang Lei        String 1 // Description
936739c2db0bSWang Lei        {
936839c2db0bSWang Lei            Text [ en-US ] = "Returns the first character or characters of a text, with DBCS" ;
936939c2db0bSWang Lei        };
937039c2db0bSWang Lei        ExtraData =
937139c2db0bSWang Lei        {
937239c2db0bSWang Lei            0;
937339c2db0bSWang Lei            ID_FUNCTION_GRP_TEXT;
937439c2db0bSWang Lei            U2S( HID_FUNC_LEFTB );
937539c2db0bSWang Lei            2;  0;  1;
937639c2db0bSWang Lei            0;
937739c2db0bSWang Lei        };
937839c2db0bSWang Lei        String 2 // Name of Parameter 1
937939c2db0bSWang Lei        {
938039c2db0bSWang Lei            Text [ en-US ] = "text" ;
938139c2db0bSWang Lei        };
938239c2db0bSWang Lei        String 3 // Description of Parameter 1
938339c2db0bSWang Lei        {
938439c2db0bSWang Lei            Text [ en-US ] = "The text where the initial partial words are to be determined." ;
938539c2db0bSWang Lei        };
938639c2db0bSWang Lei        String 4 // Name of Parameter 2
938739c2db0bSWang Lei        {
938839c2db0bSWang Lei            Text [ en-US ] = "number" ;
938939c2db0bSWang Lei        };
939039c2db0bSWang Lei        String 5 // Description of Parameter 2
939139c2db0bSWang Lei        {
939239c2db0bSWang Lei            Text [ en-US ] = "The number of characters for the start text." ;
939339c2db0bSWang Lei        };
939439c2db0bSWang Lei    };
939539c2db0bSWang Lei    Resource SC_OPCODE_MIDB
939639c2db0bSWang Lei    {
939739c2db0bSWang Lei        String 1 // Description
939839c2db0bSWang Lei        {
939939c2db0bSWang Lei            Text [ en-US ] = "Returns a partial text string of a text, with DBCS" ;
940039c2db0bSWang Lei        };
940139c2db0bSWang Lei        ExtraData =
940239c2db0bSWang Lei        {
940339c2db0bSWang Lei            0;
940439c2db0bSWang Lei            ID_FUNCTION_GRP_TEXT;
940539c2db0bSWang Lei            U2S( HID_FUNC_MIDB );
940639c2db0bSWang Lei            3;  0;  0;  0;
940739c2db0bSWang Lei            0;
940839c2db0bSWang Lei        };
940939c2db0bSWang Lei        String 2 // Name of Parameter 1
941039c2db0bSWang Lei        {
941139c2db0bSWang Lei            Text [ en-US ] = "text" ;
941239c2db0bSWang Lei        };
941339c2db0bSWang Lei        String 3 // Description of Parameter 1
941439c2db0bSWang Lei        {
941539c2db0bSWang Lei            Text [ en-US ] = "The text in which partial words are to be determined." ;
941639c2db0bSWang Lei        };
941739c2db0bSWang Lei        String 4 // Name of Parameter 2
941839c2db0bSWang Lei        {
941939c2db0bSWang Lei            Text [ en-US ] = "start" ;
942039c2db0bSWang Lei        };
942139c2db0bSWang Lei        String 5 // Description of Parameter 2
942239c2db0bSWang Lei        {
942339c2db0bSWang Lei            Text [ en-US ] = "The position from which the part word is to be determined." ;
942439c2db0bSWang Lei        };
942539c2db0bSWang Lei        String 6 // Name of Parameter 3
942639c2db0bSWang Lei        {
942739c2db0bSWang Lei            Text [ en-US ] = "number" ;
942839c2db0bSWang Lei        };
942939c2db0bSWang Lei        String 7 // Description of Parameter 3
943039c2db0bSWang Lei        {
943139c2db0bSWang Lei            Text [ en-US ] = "The number of characters for the text." ;
943239c2db0bSWang Lei        };
943339c2db0bSWang Lei    };
94340f94c4d7SDamjan Jovanovic
94350f94c4d7SDamjan Jovanovic    // -=*# Resource for function BITAND #*=-
94360f94c4d7SDamjan Jovanovic    Resource SC_OPCODE_BITAND
94370f94c4d7SDamjan Jovanovic    {
94380f94c4d7SDamjan Jovanovic        String 1 // Description
94390f94c4d7SDamjan Jovanovic        {
94400f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Returns the bitwise AND of two integers" ;
94410f94c4d7SDamjan Jovanovic        };
94420f94c4d7SDamjan Jovanovic        ExtraData =
94430f94c4d7SDamjan Jovanovic        {
94440f94c4d7SDamjan Jovanovic            0;
94450f94c4d7SDamjan Jovanovic            ID_FUNCTION_GRP_MATH;
94460f94c4d7SDamjan Jovanovic            U2S( HID_FUNC_BITAND );
94470f94c4d7SDamjan Jovanovic            2;  0;  0;
94480f94c4d7SDamjan Jovanovic            0;
94490f94c4d7SDamjan Jovanovic        };
94500f94c4d7SDamjan Jovanovic        String 2 // Name of Parameter 1
94510f94c4d7SDamjan Jovanovic        {
94520f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Number1" ;
94530f94c4d7SDamjan Jovanovic        };
94540f94c4d7SDamjan Jovanovic        String 3 // Description of Parameter 1
94550f94c4d7SDamjan Jovanovic        {
94560f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Positive integer less than 2^48." ;
94570f94c4d7SDamjan Jovanovic        };
94580f94c4d7SDamjan Jovanovic        String 4 // Name of Parameter 2
94590f94c4d7SDamjan Jovanovic        {
94600f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Number2" ;
94610f94c4d7SDamjan Jovanovic        };
94620f94c4d7SDamjan Jovanovic        String 5 // Description of Parameter 2
94630f94c4d7SDamjan Jovanovic        {
94640f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Positive integer less than 2^48." ;
94650f94c4d7SDamjan Jovanovic        };
94660f94c4d7SDamjan Jovanovic    };
94670f94c4d7SDamjan Jovanovic
94680f94c4d7SDamjan Jovanovic    // -=*# Resource for function BITOR #*=-
94690f94c4d7SDamjan Jovanovic    Resource SC_OPCODE_BITOR
94700f94c4d7SDamjan Jovanovic    {
94710f94c4d7SDamjan Jovanovic        String 1 // Description
94720f94c4d7SDamjan Jovanovic        {
94730f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Returns the bitwise OR of two integers" ;
94740f94c4d7SDamjan Jovanovic        };
94750f94c4d7SDamjan Jovanovic        ExtraData =
94760f94c4d7SDamjan Jovanovic        {
94770f94c4d7SDamjan Jovanovic            0;
94780f94c4d7SDamjan Jovanovic            ID_FUNCTION_GRP_MATH;
94790f94c4d7SDamjan Jovanovic            U2S( HID_FUNC_BITOR );
94800f94c4d7SDamjan Jovanovic            2;  0;  0;
94810f94c4d7SDamjan Jovanovic            0;
94820f94c4d7SDamjan Jovanovic        };
94830f94c4d7SDamjan Jovanovic        String 2 // Name of Parameter 1
94840f94c4d7SDamjan Jovanovic        {
94850f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Number1" ;
94860f94c4d7SDamjan Jovanovic        };
94870f94c4d7SDamjan Jovanovic        String 3 // Description of Parameter 1
94880f94c4d7SDamjan Jovanovic        {
94890f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Positive integer less than 2^48." ;
94900f94c4d7SDamjan Jovanovic        };
94910f94c4d7SDamjan Jovanovic        String 4 // Name of Parameter 2
94920f94c4d7SDamjan Jovanovic        {
94930f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Number2" ;
94940f94c4d7SDamjan Jovanovic        };
94950f94c4d7SDamjan Jovanovic        String 5 // Description of Parameter 2
94960f94c4d7SDamjan Jovanovic        {
94970f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Positive integer less than 2^48." ;
94980f94c4d7SDamjan Jovanovic        };
94990f94c4d7SDamjan Jovanovic    };
95000f94c4d7SDamjan Jovanovic
95010f94c4d7SDamjan Jovanovic    // -=*# Resource for function BITXOR #*=-
95020f94c4d7SDamjan Jovanovic    Resource SC_OPCODE_BITXOR
95030f94c4d7SDamjan Jovanovic    {
95040f94c4d7SDamjan Jovanovic        String 1 // Description
95050f94c4d7SDamjan Jovanovic        {
95060f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Returns the bitwise XOR of two integers" ;
95070f94c4d7SDamjan Jovanovic        };
95080f94c4d7SDamjan Jovanovic        ExtraData =
95090f94c4d7SDamjan Jovanovic        {
95100f94c4d7SDamjan Jovanovic            0;
95110f94c4d7SDamjan Jovanovic            ID_FUNCTION_GRP_MATH;
95120f94c4d7SDamjan Jovanovic            U2S( HID_FUNC_BITXOR );
95130f94c4d7SDamjan Jovanovic            2;  0;  0;
95140f94c4d7SDamjan Jovanovic            0;
95150f94c4d7SDamjan Jovanovic        };
95160f94c4d7SDamjan Jovanovic        String 2 // Name of Parameter 1
95170f94c4d7SDamjan Jovanovic        {
95180f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Number1" ;
95190f94c4d7SDamjan Jovanovic        };
95200f94c4d7SDamjan Jovanovic        String 3 // Description of Parameter 1
95210f94c4d7SDamjan Jovanovic        {
95220f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Positive integer less than 2^48." ;
95230f94c4d7SDamjan Jovanovic        };
95240f94c4d7SDamjan Jovanovic        String 4 // Name of Parameter 2
95250f94c4d7SDamjan Jovanovic        {
95260f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Number2" ;
95270f94c4d7SDamjan Jovanovic        };
95280f94c4d7SDamjan Jovanovic        String 5 // Description of Parameter 2
95290f94c4d7SDamjan Jovanovic        {
95300f94c4d7SDamjan Jovanovic            Text [ en-US ] = "Positive integer less than 2^48." ;
95310f94c4d7SDamjan Jovanovic        };
95320f94c4d7SDamjan Jovanovic    };
95330f94c4d7SDamjan Jovanovic
9534a940b7f5Sasf-sync-process    Resource SC_OPCODE_BITLSHIFT
9535a940b7f5Sasf-sync-process    {
9536a940b7f5Sasf-sync-process        String 1 // Description
9537a940b7f5Sasf-sync-process        {
9538a940b7f5Sasf-sync-process            Text [ en-US ] = "Bitwise left shift of an integer value." ;
9539a940b7f5Sasf-sync-process        };
9540a940b7f5Sasf-sync-process        ExtraData =
9541a940b7f5Sasf-sync-process        {
9542a940b7f5Sasf-sync-process            0;
9543a940b7f5Sasf-sync-process            ID_FUNCTION_GRP_MATH;
9544a940b7f5Sasf-sync-process            U2S( HID_FUNC_BITLSHIFT );
9545a940b7f5Sasf-sync-process            2;  0;  0;
9546a940b7f5Sasf-sync-process            0;
9547a940b7f5Sasf-sync-process        };
9548a940b7f5Sasf-sync-process        String 2 // Name of Parameter 1
9549a940b7f5Sasf-sync-process        {
9550a940b7f5Sasf-sync-process            Text [ en-US ] = "Number" ;
9551a940b7f5Sasf-sync-process        };
9552a940b7f5Sasf-sync-process        String 3 // Description of Parameter 1
9553a940b7f5Sasf-sync-process        {
9554a940b7f5Sasf-sync-process            Text [ en-US ] = "The value to be shifted. Positive integer." ;
9555a940b7f5Sasf-sync-process        };
9556a940b7f5Sasf-sync-process        String 4 // Name of Parameter 2
9557a940b7f5Sasf-sync-process        {
9558a940b7f5Sasf-sync-process            Text [ en-US ] = "Shift" ;
9559a940b7f5Sasf-sync-process        };
9560a940b7f5Sasf-sync-process        String 5 // Description of Parameter 2
9561a940b7f5Sasf-sync-process        {
9562a940b7f5Sasf-sync-process            Text [ en-US ] = "The number of bits the first argument is to be shifted by." ;
9563a940b7f5Sasf-sync-process        };
9564a940b7f5Sasf-sync-process    };
9565a940b7f5Sasf-sync-process
9566a940b7f5Sasf-sync-process    Resource SC_OPCODE_BITRSHIFT
9567a940b7f5Sasf-sync-process    {
9568a940b7f5Sasf-sync-process        String 1 // Description
9569a940b7f5Sasf-sync-process        {
9570a940b7f5Sasf-sync-process            Text [ en-US ] = "Bitwise right shift of an integer value." ;
9571a940b7f5Sasf-sync-process        };
9572a940b7f5Sasf-sync-process        ExtraData =
9573a940b7f5Sasf-sync-process        {
9574a940b7f5Sasf-sync-process            0;
9575a940b7f5Sasf-sync-process            ID_FUNCTION_GRP_MATH;
9576a940b7f5Sasf-sync-process            U2S( HID_FUNC_BITRSHIFT );
9577a940b7f5Sasf-sync-process            2;  0;  0;
9578a940b7f5Sasf-sync-process            0;
9579a940b7f5Sasf-sync-process        };
9580a940b7f5Sasf-sync-process        String 2 // Name of Parameter 1
9581a940b7f5Sasf-sync-process        {
9582a940b7f5Sasf-sync-process            Text [ en-US ] = "Number" ;
9583a940b7f5Sasf-sync-process        };
9584a940b7f5Sasf-sync-process        String 3 // Description of Parameter 1
9585a940b7f5Sasf-sync-process        {
9586a940b7f5Sasf-sync-process            Text [ en-US ] = "The value to be shifted. Positive integer." ;
9587a940b7f5Sasf-sync-process        };
9588a940b7f5Sasf-sync-process        String 4 // Name of Parameter 2
9589a940b7f5Sasf-sync-process        {
9590a940b7f5Sasf-sync-process            Text [ en-US ] = "Shift" ;
9591a940b7f5Sasf-sync-process        };
9592a940b7f5Sasf-sync-process        String 5 // Description of Parameter 2
9593a940b7f5Sasf-sync-process        {
9594a940b7f5Sasf-sync-process            Text [ en-US ] = "The number of bits the first argument is to be shifted by." ;
9595a940b7f5Sasf-sync-process        };
9596a940b7f5Sasf-sync-process    };
9597a940b7f5Sasf-sync-process
9598cdf0e10cSrcweir};
9599cdf0e10cSrcweir
9600cdf0e10cSrcweir#if defined(U2S)
9601cdf0e10cSrcweir#undef U2S
9602cdf0e10cSrcweir#endif
9603*8384f3beSmseidel
9604*8384f3beSmseidel// ********************************************************************** EOF
9605