bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
89 stars 22 forks source link

Type conversion blocks needed #28

Closed cymplecy closed 5 years ago

cymplecy commented 6 years ago

There are times when a block doesn't return as a type that another block will accept as a valid type for input.

At a minimum we need toNumber(xxx) and toText(xxx) blocks

Or just have one block that has dropdown selector on it???

cymplecy commented 5 years ago

Withdrawn