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