...
Note | ||
---|---|---|
| ||
These functions support only the string data type. |
romapCreateTableFromFile
Anchor | ||||
---|---|---|---|---|
|
The romapCreateTableFromFile
function enables you to load a large file to the Execution Context memory, and create a look-up table from it.
...
Parameter | Description | |||||
---|---|---|---|---|---|---|
| The name of the (input) file that is about to be converted into a look-up table.
| |||||
| The delimiter character that the (input) file includes | |||||
| The name of the look-up table that has previously been created with this function for the same
| |||||
Returns | A read-only table that is used in subsequent calls to |
romapGetValue
The romapGetValue
function enables you to fetch a specific value from a specific table.
...
Parameter | Description |
---|---|
| The object that is returned from |
| The key for which the function should return the value |
Returns | The value of the specified |
romapGetSize
The romapGetSize
function returns the size of a specific table.
...