These are general program functions intended as optional references in a block module.
Function: |
Description: |
---|---|
This special function will kick off the Build Dividend Files process. The test then needs to be aborted and run again with this new data. |
|
Function assigns its return color value to another variable, or it can be used as value in a color parameter field. |
|
Returns the file version such as 3.4.1.12 |
|
Returns the numerical such as 03040112 |
|
Gets a value from the registry |
|
Returns the Trading Blox License Name currently in use. Used in encrypted systems to lock a system to a particular Trading Blox user. |
|
Returns the current line number of the script, for PRINT debugging purposes. |
|
Presents a message box |
|
Plays a sound |
|
List of User's Preference settings keyword properties. |
|
Returns the product version such as 3.4 |
|
Returns the numerical such as 03040000 |
|
Sets a value into the registry |
|
Variables can be restricted to a specific type. In Trading Blox Builder, the there are three main groups of variable types. Within each group of types the some of the variables that are available can be the same, or different. Each of the group of variable types change how they can be accessed, or restricted. Click on this link to get an understanding how details are different. |
|
In Blox Basic you can create variables which have names and can hold values just like a spreadsheet cell can. For example, a spreadsheet displays rows and columns of cells. A cell on a spreadsheet can hold the total sales for the month. That value is likely to be one of many other values. An example would be a list of months where the current value of each month is displayed. When all the monthly sale values are added together, they will represent the current status of all the known "monthlySales". |
Edit Time: 9/20/2020 11:35:27 AM |
Topic ID#: 349 |