7.6

Table Of Contents
Argument
expression
Measure value to be converted.
precision
The number of decimal places to include in the result string.
Code Sample Examples
These examples illustrate floattostr().
Example 1
floattostr(3.14) %Returns 3.14
Example 2
floattostr(11) %Returns 11.0
Example 3
floattostr(34.6453455, 4) %Returns 34.6453
Get (function)
Returns an element of an array.
Syntax
get( array, position ) array element
Argument
array
Name of the array.
position
Integer specifying the position in the array, of the element you want to retrieve. Recall that the first position in an array is 0,
the second is 1, the third 2, etc.
Code Sample Examples
Examples 1 and 2 are equivalent representations of using the get() command.
Example 1
&month := get(&MyArray,12)
©2010 Objectif Lune Inc - 542 -