|
Name | Value | Description |
| BINARY |
1 |
Don't know |
| SIGNED |
2 |
Will take a small binary string integer and maintain sign when increasing to lager 64bit Integer. |
| INVERTED |
3 |
Will invert the string, good for turning big ended integers into little ended ones. |
| SIGNED_INVERTED |
4 |
When taking the SubString of a string, if less the 8 byte this will keep the sign corrent as it lengthens the integer. |
| TWO_DECIMAL_PLACES |
5 |
ToSring format parameter, good for currency. |
| TRIM |
6 |
if SubString or ToSring format parameter, remove and white spaces off the begining and end. |
| QUOTE |
7 |
ToSring format parameter, will make the string SQL safe, ie replace '"' with '\"' and so on. |
| PDF_NAME |
8 |
ToSring format parameter, will make the string pdf safe name, ie replace ' ' with '#20' and so on. |
| PDF_TEXT |
9 |
ToSring format parameter, will make the string pdf safe text, ie replace ' ' with '#20' and so on. |
| PHP |
10 |
ToSring format parameter, will format the TVariable string for php. |
| XML |
11 |
ToSring format parameter, will format the TVariable string for XML. |
| BASE_64 |
12 |
ToSring format parameter, will format the TVariable string for base64 with maximum lines of 64 characters. |