compare text changes
This commit is contained in:
parent
abb1e0f561
commit
6622b198d5
1 changed files with 12 additions and 12 deletions
|
|
@ -173,7 +173,8 @@ This block compares TEXT, not numbers! "10" vs "9" gives unexpected results
|
||||||
- **IF/Then** - Use comparison results to control flow`,
|
- **IF/Then** - Use comparison results to control flow`,
|
||||||
connections: {
|
connections: {
|
||||||
mode: "value",
|
mode: "value",
|
||||||
output: ["expression", "boolean"],
|
output: ["expression", "boolean"]
|
||||||
|
},
|
||||||
inputs: {
|
inputs: {
|
||||||
A: {
|
A: {
|
||||||
description: "Left text value to compare",
|
description: "Left text value to compare",
|
||||||
|
|
@ -185,7 +186,6 @@ This block compares TEXT, not numbers! "10" vs "9" gives unexpected results
|
||||||
types: ["expression", "string"],
|
types: ["expression", "string"],
|
||||||
shadow: "io_text"
|
shadow: "io_text"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
template: "%A %OP %B",
|
template: "%A %OP %B",
|
||||||
fields: {
|
fields: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue