Skip to content

Commit 60a96b7

Browse files
committed
update README.md
1 parent db8464c commit 60a96b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ TRUE/FALSE String Pairs:
4545
- Non-null/null
4646
```
4747

48+
> [!NOTE]
49+
> You can use `API String - Add Boolean Strings.vi` or `API String - Remove Boolean Strings.vi` to set your own boolean string to be used.
50+
4851
### Integer
4952

5053
_**special case**_:
@@ -65,6 +68,7 @@ Supported format:
6568
- 1M
6669
```
6770

71+
6872
### Float(DBL/SGL)
6973

7074
_**special case**_:
@@ -95,6 +99,9 @@ Supported Format:
9599
- Special Float: `e`,`-e`,`pi`,`-pi`,`inf`,`+inf`,`-inf`,`NaN`
96100
```
97101

102+
> [!NOTE]
103+
> Default precision is 6. You can change it by `API String - Set Float Precision.vi`
104+
98105
### Complex(DBL/SGL)
99106

100107
String of `a+bi` or `a-bi` stands of complex data type. `a` and `b` is supporting all Float format.

0 commit comments

Comments
 (0)