|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Converts an integer into a time in HHMMSSCC format. |
|
|
|
|
|
|
|
| Returns the current value of investment. |
|
|
|
|
|
|
|
| Converts an integer into a date in YYYYMMDD format. |
|
|
|
|
|
|
|
| Returns the net current value of investment. |
|
|
|
|
|
|
|
| Converts a duration to a character string in the specified format. |
|
|
|
|
|
|
|
| Returns the future value of an investment. |
|
|
|
|
|
|
|
| Returns the week number within the year that corresponds to the specified date. |
|
|
|
|
|
|
|
| Returns the amount of each regular payment for an investment with fixed interest rate and fixed... |
|
|
|
|
|
|
|
| Returns the name of the month that corresponds to a specified date. |
|
|
|
|
|
|
|
| Returns the absolute value:
of a numeric value,
of a numeric expression (integer or real).... |
|
|
|
|
|
|
|
| Returns the name of the day that corresponds to a specified date. |
|
|
|
|
|
|
|
| Returns the arc cosine of a numeric value (integer or real). |
|
|
|
|
|
|
|
| Returns the day that corresponds to a given date. |
|
|
|
|
|
|
|
| Returns the arc sine of a numeric value (integer or real). |
|
|
|
|
|
|
|
| Converts a date to an integer. |
|
|
|
|
|
|
|
| Returns the arc tangent of a numeric value (integer or real). |
|
|
|
|
|
|
|
| Converts:
a date to a string in the specified format.
a date time to a string... |
|
|
|
|
|
|
|
| Returns the rounded value of a numeric value according to the specified number of decimal places. |
|
|
|
|
|
|
|
| Checks the validity of a date between January 01 0001 and December 31 9999. |
|
|
|
|
|
|
|
| Returns or modifies the system date (current date defined on the current computer). |
|
|
|
|
|
|
|
| Calculates the cosine of an angle. |
|
|
|
|
|
|
|
| Used to define the default value of Date, Time and DateTime variables. |
|
|
|
|
|
|
|
| Calculates the cotangent of an angle. |
|
|
|
|
|
|
|
| Calculates the difference between two dates and times. |
|
|
|
|
|
|
|
| Identifies an odd number. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|