This patch tries to convert its input to a number. If the input cannot be converted it outputs 0.
Inputs
- input (any type)
Outputs
- Number (Number)
This patch tries to convert its input to a number. If the input cannot be converted it outputs 0.
Using the String Formatter Patch you can build strings out of placeholders and fixed strings.
String: %%first%% %%last%%
Input 'first': "Max"
Input 'last' : "Mustermann"
Result: Max Mustermann