Difference between revisions of "Expressions"
Line 29: | Line 29: | ||
* [[Expression Assist]] | * [[Expression Assist]] | ||
* [[The Expression popup menu]] | * [[The Expression popup menu]] | ||
− | * [[ | + | * [[Tutorial: Arrays#Using_local_variables_and_indexes_in_an_expression|Tutorial: Using local variables and indexes in an expression]] |
<footer>Creating Interfaces for End Users / {{PAGENAME}} / Arrays and Indexes</footer> | <footer>Creating Interfaces for End Users / {{PAGENAME}} / Arrays and Indexes</footer> |
Revision as of 19:23, 28 April 2016
The definition of each variable is an expression, such as
(-B + Sqrt(B^2 - 4*A*B))/(2*A)
An expression can consist of or contain a literal number (including Boolean or date), a text value, an identifier of a variable, an arithmetic expression, a comparison or logical expression, IF THEN ELSE
, or a function call, such as Sqrt(B)
.
See Procedural Programming for details on more advanced constructs, such as BEGIN ... END
statements, For and While loops, local variables and assignments.
Sections
- Numbers
- Date and Time Values
- Boolean or truth values
- Text values
- Operators
- IF a THEN b ELSE c
- Function calls and parameters
- Math functions
- Numbers and text
- INF, NAN, and NULL - Exception values
- Warnings
- Datatype functions
See Also
- Parsed Expressions
- Expression Assist
- The Expression popup menu
- Tutorial: Using local variables and indexes in an expression
Comments
Enable comment auto-refresher